This file is indexed.

/usr/share/help-langpack/ur/ubuntu-help/disk-format.page is in language-pack-gnome-ur-base 1:14.04+20140410.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:if="http://projectmallard.org/if/1.0/" type="topic" style="task" version="1.0 if/1.0" id="disk-format" xml:lang="ur">
  <info>
    <link type="guide" xref="disk"/>


    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>

    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
    <revision version="13.10" date="2013-09-07" status="review"/>

    <desc>Remove all of the files and folders from an external hard disk or USB
    flash drive by formatting it.</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  </info>

<title>Wipe everything off a removable disk</title>

  <p>If you have a removable disk, like a USB memory stick or an external hard
 disk, you may sometimes wish to completely remove all of its files and
 folders. You can do this by <em>formatting</em> the disk - this deletes all
 of the files on the disk and leaves it empty.</p>

<steps>
 <title>Format a removable disk</title>
  <item>
<if:choose>
<if:when test="platform:unity">
   <p>Open the <app>Disks</app> application from the <gui>Dash</gui>.</p>
</if:when>
   <p>Open the <app>Disks</app> application from the <gui>Activities</gui>
   overview.</p>
</if:choose>
  </item>
  <item>
   <p>Select the disk you want to wipe from the <gui>Storage Devices</gui> list.</p>

  <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>
  <item>
   <p>In the Volumes section, click <gui>Unmount Volume</gui>. Then click
   <gui>Format Volume</gui>.</p>
  </item>
  <item>
   <p>In the window that pops up, choose a filesystem <gui>Type</gui> for the
   disk.</p>
   <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>
  <item>
   <p>Give the disk a name and click <gui>Format</gui> to begin wiping the disk.</p>
  </item>
  <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>
</steps>

<note style="warning">
 <title>Formatting a disk does not securely delete your files</title>
  <p>Formatting a disk is not a completely secure way of wiping all of its
 data. A formatted disk will not appear to have files on it, but it is
 possible that special recovery software could retrieve the files. If you
 need to securely delete the files, you will need to use a command-line
 utility, such as <app>shred</app>.</p>
</note>

</page>