~ubuntu-branches/ubuntu/wily/gnome-user-docs/wily

« back to all changes in this revision

Viewing changes to gnome-help/kn/disk-format.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="disk-format" xml:lang="kn">
 
3
  <info>
 
4
    <link type="guide" xref="disk"/>
 
5
 
 
6
 
 
7
    <credit type="author">
 
8
      <name>GNOME Documentation Project</name>
 
9
      <email>gnome-doc-list@gnome.org</email>
 
10
    </credit>
 
11
 
 
12
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
13
 
 
14
    <desc>Remove all of the files and folders from an external hard disk or USB
 
15
    flash drive by formatting it.</desc>
 
16
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
17
  </info>
 
18
 
 
19
<title>Wipe everything off a removable disk</title>
 
20
 
 
21
  <p>If you have a removable disk, like a USB memory stick or an external hard
 
22
 disk, you may sometimes wish to completely remove all of its files and
 
23
 folders. You can do this by <em>formatting</em> the disk - this deletes all
 
24
 of the files on the disk and leaves it empty.</p>
 
25
 
 
26
<steps>
 
27
 <title>Format a removable disk</title>
 
28
  <item>
 
29
   <p>Open the <app>Disks</app> application from the <gui>Activities</gui>
 
30
   overview.</p>
 
31
  </item>
 
32
  <item>
 
33
   <p>Select the disk you want to wipe from the <gui>Storage Devices</gui> list.</p>
 
34
 
 
35
  <note style="warning">
 
36
   <p>Make sure that you have selected the correct disk! If you choose the wrong
 
37
 disk, all of the files on the other disk will be deleted!</p>
 
38
  </note>
 
39
  </item>
 
40
  <item>
 
41
   <p>In the Volumes section, click <gui>Unmount Volume</gui>. Then click
 
42
   <gui>Format Volume</gui>.</p>
 
43
  </item>
 
44
  <item>
 
45
   <p>In the window that pops up, choose a filesystem <gui>Type</gui> for the
 
46
   disk.</p>
 
47
   <p>If you use the disk on Windows and Mac OS computers in addition to Linux
 
48
   computers, choose <gui>FAT</gui>. If you only use it on Windows, <gui>NTFS</gui>
 
49
   may be a better option. A brief description of the <gui>file system type</gui>
 
50
   will be presented as a label.</p>
 
51
  </item>
 
52
  <item>
 
53
   <p>Give the disk a name and click <gui>Format</gui> to begin wiping the disk.</p>
 
54
  </item>
 
55
  <item>
 
56
   <p>Once the formatting has finished, <gui>safely remove</gui> the disk. It
 
57
   should now be blank and ready to use again.</p>
 
58
  </item>
 
59
</steps>
 
60
 
 
61
<note style="warning">
 
62
 <title>Formatting a disk does not securely delete your files</title>
 
63
  <p>Formatting a disk is not a completely secure way of wiping all of its
 
64
 data. A formatted disk will not appear to have files on it, but it is
 
65
 possible that special recovery software could retrieve the files. If you
 
66
 need to securely delete the files, you will need to use a command-line
 
67
 utility, such as <app>shred</app>.</p>
 
68
</note>
 
69
 
 
70
</page>