~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:if="http://projectmallard.org/if/1.0/"
 
3
      type="topic" style="task" version="1.0 if/1.0"
 
4
      id="disk-format">
 
5
  <info>
 
6
    <link type="guide" xref="disk"/>
 
7
 
 
8
 
 
9
    <credit type="author">
 
10
      <name>GNOME Documentation Project</name>
 
11
      <email>gnome-doc-list@gnome.org</email>
 
12
    </credit>
 
13
 
 
14
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
15
    <revision version="13.10" date="2013-09-07" status="review"/>
 
16
 
 
17
    <desc>Remove all of the files and folders from an external hard disk or USB
 
18
    flash drive by formatting it.</desc>
 
19
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
20
  </info>
 
21
 
 
22
<title>Wipe everything off a removable disk</title>
 
23
 
 
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
 
26
 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
 
 
29
<steps>
 
30
 <title>Format a removable disk</title>
 
31
  <item>
 
32
<if:choose>
 
33
<if:when test="platform:unity">
 
34
   <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
  </item>
 
40
  <item>
 
41
   <p>Select the disk you want to wipe from the <gui>Storage Devices</gui> list.</p>
 
42
 
 
43
  <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>
 
46
  </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>
 
77
 
 
78
</page>