~ubuntu-branches/ubuntu/saucy/gnome-user-docs/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-27 08:53:15 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110927085315-e67rwz2j78y49aob
Tags: 3.2.0-0ubuntu1
New upstream release

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="ru">
 
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
    <desc>Remove all of the files and folders from an external hard disk or USB flash drive by formatting it.</desc>
 
13
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
14
  
 
15
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
16
      <mal:name>Александр Прокудин</mal:name>
 
17
      <mal:email>alexandre.prokoudine@gmail.com</mal:email>
 
18
      <mal:years>2011</mal:years>
 
19
    </mal:credit>
 
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><p>Open the <app>Disk Utility</app> application from the <gui>Activities</gui> overview.</p></item>
 
32
 <item><p>Select the disk you want to wipe from the <gui>Storage Devices</gui> list.</p>
 
33
  <note style="warning"><p>Make sure that you have selected the correct disk! If you choose the wrong disk, all of the files on the other disk will be deleted!</p></note></item>
 
34
 <item><p>In the Volumes section, click <gui>Unmount Volume</gui>. Then click <gui>Format Volume</gui>.</p></item>
 
35
 <item><p>In the window that pops up, choose a file system <gui>Type</gui> for the disk.</p>
 
36
  <p>If you use the disk on Windows and Mac OS computers in addition to Linux computers, choose <gui>FAT</gui>. If you only use it on Windows, <gui>NTFS</gui> may be a better option. A brief description of the <gui>file system type</gui> will be presented as a label.</p></item>
 
37
 <item><p>Give the disk a name and click <gui>Format</gui> to begin wiping the disk.</p></item>
 
38
 <item><p>Once the formatting has finished, <gui>safely remove</gui> the disk. It should now be blank and ready to use again.</p></item>
 
39
</steps>
 
40
 
 
41
<note style="warning">
 
42
 <title>Formatting a disk does not securely delete your files</title>
 
43
 <p>Formatting a disk is not a completely secure way of wiping all of its 
 
44
data. A formatted disk will not appear to have files on it, but it is 
 
45
possible that special recovery software could retrieve the files. If you 
 
46
need to securely delete the files, you will need to use a command-line 
 
47
utility, such as <app>shred</app>.</p>
 
48
</note>
 
49
 
 
50
</page>