~clissold345/ubuntu-docs/fix-for-1651360

« back to all changes in this revision

Viewing changes to ubuntu-help/C/disk-format.page

  • Committer: Chris Perry
  • Date: 2016-12-30 09:43:04 UTC
  • Revision ID: clissold345@googlemail.com-20161230094304-o0ge0pwtyj3evb3o
Formatting a removable disk; LP: #1651360

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
15
15
    <revision version="13.10" date="2013-09-07" status="review"/>
16
16
 
17
 
    <desc>Remove all of the files and folders from an external hard disk or USB
 
17
    <desc>Delete all of the files and folders from an external hard disk or USB
18
18
    flash drive by formatting it.</desc>
 
19
 
19
20
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
20
21
  </info>
21
22
 
22
 
<title>Wipe everything off a removable disk</title>
 
23
<title>Wipe the data off a removable disk and reuse it</title>
23
24
 
24
 
  <p>If you have a removable disk, like a USB memory stick or an external hard
25
 
 disk, you may sometimes wish to completely remove all of its files and
 
25
  <p>If you have a removable disk, like a USB flash drive or an external hard
 
26
 disk, you may sometimes wish to wipe the disk, that is, completely delete all its files and
26
27
 folders. You can do this by <em>formatting</em> the disk - this deletes all
27
 
 of the files on the disk and leaves it empty.</p>
28
 
 
 
28
 the files on the disk and leaves it empty.</p>
 
29
 
 
30
 
 
31
<p>To format a removable disk:</p>
29
32
<steps>
30
 
 <title>Format a removable disk</title>
 
33
 
31
34
  <item>
32
 
<if:choose>
33
 
<if:when test="platform:unity">
34
35
   <p>Open the <app>Disks</app> application from the <gui>Dash</gui>.</p>
35
 
</if:when>
36
 
   <p>Open the <app>Disks</app> application from the <gui>Activities</gui>
37
 
   overview.</p>
38
 
</if:choose>
39
36
  </item>
 
37
 
40
38
  <item>
41
 
   <p>Select the disk you want to wipe from the <gui>Storage Devices</gui> list.</p>
 
39
   <p>Select the disk that you want to wipe from the list on the left.</p>
42
40
 
43
41
  <note style="warning">
44
 
   <p>Make sure that you have selected the correct disk! If you choose the wrong
45
 
 disk, all of the files on the other disk will be deleted!</p>
 
42
   <p>Make sure that you have selected the correct disk! If you select the wrong
 
43
 disk, all the files on the other disk will be deleted!</p>
46
44
  </note>
47
 
  </item>
48
 
  <item>
49
 
   <p>In the Volumes section, click <gui>Unmount Volume</gui>. Then click
50
 
   <gui>Format Volume</gui>.</p>
51
 
  </item>
52
 
  <item>
53
 
   <p>In the window that pops up, choose a filesystem <gui>Type</gui> for the
54
 
   disk.</p>
55
 
   <p>If you use the disk on Windows and Mac OS computers in addition to Linux
56
 
   computers, choose <gui>FAT</gui>. If you only use it on Windows, <gui>NTFS</gui>
57
 
   may be a better option. A brief description of the <gui>file system type</gui>
58
 
   will be presented as a label.</p>
59
 
  </item>
60
 
  <item>
61
 
   <p>Give the disk a name and click <gui>Format</gui> to begin wiping the disk.</p>
62
 
  </item>
63
 
  <item>
64
 
   <p>Once the formatting has finished, <gui>safely remove</gui> the disk. It
65
 
   should now be blank and ready to use again.</p>
66
 
  </item>
67
 
</steps>
68
 
 
69
 
<note style="warning">
70
 
 <title>Formatting a disk does not securely delete your files</title>
71
 
  <p>Formatting a disk is not a completely secure way of wiping all of its
72
 
 data. A formatted disk will not appear to have files on it, but it is
73
 
 possible that special recovery software could retrieve the files. If you
74
 
 need to securely delete the files, you will need to use a command-line
75
 
 utility, such as <app>shred</app>.</p>
76
 
</note>
 
45
<p> 
 
46
</p>
 
47
  </item>
 
48
 
 
49
 
 
50
  <item>
 
51
   <p>Click the menu button and then click <gui>Format Disk...</gui>. The <gui>Format Disk</gui> window opens.</p>
 
52
  </item>
 
53
 
 
54
  <item>
 
55
   <p>If you want to securely wipe the data from the disk, select <gui>Overwrite existing data with zeroes</gui>
 
56
   from the <gui>Erase</gui> dropdown list.</p>
 
57
  </item>
 
58
 
 
59
  <item>
 
60
   <p>Click <gui>Format...</gui>.</p>
 
61
  </item>
 
62
 
 
63
  <item>
 
64
   <p>In the window that opens click <gui>Format</gui> to begin wiping the disk.
 
65
   Once the formatting has finished the disk contents will be listed as "Unallocated Space".</p>
 
66
  </item>
 
67
</steps>
 
68
 
 
69
<p>In order to reuse the wiped disk you must create one or more partitions.
 
70
The simplest case is where you create one partition that fills the whole disk:</p>
 
71
 
 
72
<steps>
 
73
 
 
74
  <item>
 
75
   <p>Open the <app>Disks</app> application from the <gui>Dash</gui>.</p>
 
76
  </item>
 
77
 
 
78
  <item>
 
79
   <p>Select the disk from the list on the left.</p>
 
80
  </item>
 
81
 
 
82
  <item>
 
83
   <p>Click the <gui>+</gui> button. The <gui>Create Partition</gui> window opens.</p>
 
84
  </item>
 
85
 
 
86
  <item>
 
87
   <p>Type a name for the partition into the <gui>Name</gui> field.</p>
 
88
  </item>
 
89
 
 
90
    <item>
 
91
    <p>Click <gui>Create</gui> to create the partition. You can now store data on the disk.</p>
 
92
    </item>
 
93
 
 
94
</steps>
 
95
 
77
96
 
78
97
</page>