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

« back to all changes in this revision

Viewing changes to gnome-help/hi/disk-partitions.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="disk-partitions">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="disk-partitions" xml:lang="hi">
3
3
  <info>
4
 
    <link type="guide" xref="hardware#disk"/>
 
4
    <link type="guide" xref="disk"/>
5
5
 
6
 
    <revision pkgversion="3.0" date="2011-04-04" status="final"/>
7
 
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
8
6
    
9
7
    <credit type="author">
10
8
      <name>GNOME Documentation Team</name>
11
9
      <email>gnome-doc-list@gnome.org</email>
12
10
    </credit>
13
11
   
14
 
    <desc>Understand what volumes and partitions are and use the
15
 
    disk utility application.</desc>
 
12
    <desc>Understand what volumes and partitions are and use the disk utility 
 
13
    to manage them.</desc>
16
14
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
17
15
  </info>
18
16
 
19
17
<title>Manage volumes and partitions</title>
20
18
 
21
 
<p>The word <em>volume</em> is used to describe areas of storage that your computer has made available for your use. The computer makes this storage accessible via your file system in a process referred to as <em>mounting</em>. Mounted volumes may be hard drives, USB drives, DVD-RWs, SD cards, and other media.</p>
22
 
 
23
 
<p>Often, a mounted volume is called a <em>partition</em>, though they are not identical. "Partition" refers to one or more <em>physical</em> areas of storage on a single drive. Once a partition has been mounted, it can be called a volume. You can think of volumes as the labeled, accessible “storefronts” to the functional “back rooms” of partitions and drives.</p>
24
 
 
 
19
<p>The word <em>volume</em> is used to describe a storage device, like a hard disk. It can also refer to a <em>part</em> of the storage on that device, because you can split the storage up into chunks. The computer makes this storage accessible via your file system in a process referred to as <em>mounting</em>. Mounted volumes may be hard drives, USB drives, DVD-RWs, SD cards, and other media. If a volume is currently mounted, you can read (and possibly write) files on it.</p>
 
20
 
 
21
<p>Often, a mounted volume is called a <em>partition</em>, though they are not necessarily the same thing. A “partition” refers to a <em>physical</em> area of storage on a single disk drive. Once a partition has been mounted, it can be referred to as a volume because you can access the files on it. You can think of volumes as the labeled, accessible “storefronts” to the functional “back rooms” of partitions and drives.</p>
 
22
 
 
23
<section id="manage">
 
24
 <title>View and manage volumes and partitions using the disk utility</title>
 
25
 <p>You can check and modify your computer's storage volumes with the disk utility.</p>
25
26
<steps>
26
 
  <title>View and manage volumes and partitions using <app>Disk Utility</app></title>
27
 
 <item>
28
 
  <p>Go to <gui>Activities</gui> in the top left corner of the screen and start the <app>Disk Utility</app>.</p>
29
 
 </item>
30
 
 <item>
31
 
  <p> In the pane marked <gui>Storage Devices</gui>, you will find hard disks, CD/DVD drives, and other physical devices. Click on a device of interest.</p>
32
 
 </item>
33
 
 <item>
34
 
 <p> In the right pane, the area labeled <gui>Volumes</gui> provides a visual breakdown of the volumes and partitions present on the selected device. It also contains a variety of tools used to manage these volumes. Be careful, it is possible to completely erase the data on your disk with these utilities.</p>
 
27
 <item>
 
28
  <p>Open the <gui>Activities</gui> overview and start the <app>Disk Utility</app>.</p>
 
29
 </item>
 
30
 <item>
 
31
  <p> In the pane marked <gui>Storage Devices</gui>, you will find hard disks, CD/DVD drives, and other physical devices. Click the device you want to inspect.</p>
 
32
 </item>
 
33
 <item>
 
34
 <p> In the right pane, the area labeled <gui>Volumes</gui> provides a visual breakdown of the volumes and partitions present on the selected device. It also contains a variety of tools used to manage these volumes.</p>
 
35
 <p>Be careful: it is possible to completely erase the data on your disk with these utilities.</p>
35
36
</item>
36
37
</steps>
37
38
 
38
 
<p>Your computer most likely has at least one <em>primary</em> partition and a single <em>swap</em> partition. The swap partition is used by your operating system for memory management, and is rarely mounted.  The primary partition contains your operating system, applications, settings, and personal files. These files can be distributed among multiple partitions for security or convenience.</p>
39
 
 
40
 
<p>One primary partition must contain information that your computer uses to start up, or <em>boot</em>. For this reason it is sometimes called a boot partition, or boot volume. To determine if a volume is bootable, look for <gui>Partition Flags</gui> in <gui>Disk Utility</gui>. External media such as USB drives and CDs may also contain a bootable volume.</p>
 
39
<p>Your computer most likely has at least one <em>primary</em> partition and a single <em>swap</em> partition. The swap partition is used by the operating system for memory management, and is rarely mounted.  The primary partition contains your operating system, applications, settings, and personal files. These files can also be distributed among multiple partitions for security or convenience.</p>
 
40
 
 
41
<p>One primary partition must contain information that your computer uses to start up, or <em>boot</em>. For this reason it is sometimes called a boot partition, or boot volume. To determine if a volume is bootable, look at its <gui>Partition Flags</gui> in the disk utility. External media such as USB drives and CDs may also contain a bootable volume.</p>
 
42
 
 
43
</section>
41
44
 
42
45
</page>