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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 23:55:05 UTC
  • mfrom: (2.4.5 sid)
  • Revision ID: package-import@ubuntu.com-20120416235505-45559x5ql5e85q3j
Tags: 3.4.1-1
* New upstream release.
* debian/copyright: Move to copyright 1.0 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  <info>
5
5
    <link type="guide" xref="disk"/>
6
6
 
7
 
    
 
7
 
8
8
    <credit type="author">
9
9
      <name>GNOME Documentation Project</name>
10
10
      <email>gnome-doc-list@gnome.org</email>
19
19
 
20
20
<title>Wipe everything off a removable disk</title>
21
21
 
22
 
  <p>If you have a removable disk, like a USB memory stick or an external hard 
23
 
 disk, you may sometimes wish to completely remove all of its files and 
24
 
 folders. You can do this by <em>formatting</em> the disk - this deletes all 
 
22
  <p>If you have a removable disk, like a USB memory stick or an external hard
 
23
 disk, you may sometimes wish to completely remove all of its files and
 
24
 folders. You can do this by <em>formatting</em> the disk - this deletes all
25
25
 of the files on the disk and leaves it empty.</p>
26
26
 
27
27
<steps>
61
61
 
62
62
<note style="warning">
63
63
 <title>Formatting a disk does not securely delete your files</title>
64
 
  <p>Formatting a disk is not a completely secure way of wiping all of its 
65
 
 data. A formatted disk will not appear to have files on it, but it is 
66
 
 possible that special recovery software could retrieve the files. If you 
67
 
 need to securely delete the files, you will need to use a command-line 
 
64
  <p>Formatting a disk is not a completely secure way of wiping all of its
 
65
 data. A formatted disk will not appear to have files on it, but it is
 
66
 possible that special recovery software could retrieve the files. If you
 
67
 need to securely delete the files, you will need to use a command-line
68
68
 utility, such as <app>shred</app>.</p>
69
69
</note>
70
70