Blame gnome-help/da/disk-partitions.page

Packit 6d2957
Packit 6d2957
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="tip" id="disk-partitions" xml:lang="da">
Packit 6d2957
  <info>
Packit 6d2957
    <link type="guide" xref="disk"/>
Packit 6d2957
Packit 6d2957
Packit 6d2957
    <credit type="author">
Packit 6d2957
      <name>GNOME Documentation Project</name>
Packit 6d2957
      <email>gnome-doc-list@gnome.org</email>
Packit 6d2957
    </credit>
Packit 6d2957
Packit 6d2957
    <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
Packit 6d2957
Packit 6d2957
    <desc>Understand what volumes and partitions are and use the disk utility
Packit 6d2957
    to manage them.</desc>
Packit 6d2957
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
Packit 6d2957
  </info>
Packit 6d2957
Packit 6d2957
 <title>Manage volumes and partitions</title>
Packit 6d2957
Packit 6d2957
  

The word volume is used to describe a storage device, like a hard

Packit 6d2957
 disk. It can also refer to a part of the storage on that device,
Packit 6d2957
 because you can split the storage up into chunks. The computer makes this
Packit 6d2957
 storage accessible via your file system in a process referred to as
Packit 6d2957
 mounting. Mounted volumes may be hard drives, USB drives, DVD-RWs, SD
Packit 6d2957
 cards, and other media. If a volume is currently mounted, you can read (and
Packit 6d2957
 possibly write) files on it.

Packit 6d2957
Packit 6d2957
  

Often, a mounted volume is called a partition, though they are not

Packit 6d2957
 necessarily the same thing. A “partition” refers to a physical area of
Packit 6d2957
 storage on a single disk drive. Once a partition has been mounted, it can be
Packit 6d2957
 referred to as a volume because you can access the files on it. You can think
Packit 6d2957
 of volumes as the labeled, accessible “storefronts” to the functional “back
Packit 6d2957
 rooms” of partitions and drives.

Packit 6d2957
Packit 6d2957
<section id="manage">
Packit 6d2957
 <title>View and manage volumes and partitions using the disk utility</title>
Packit 6d2957
Packit 6d2957
  

You can check and modify your computer’s storage volumes with the disk

Packit 6d2957
 utility.

Packit 6d2957
Packit 6d2957
<steps>
Packit 6d2957
  <item>
Packit 6d2957
    

Åbn <gui>Aktivitetsoversigten</gui> og start <app>Diske</app>.

Packit 6d2957
  </item>
Packit 6d2957
  <item>
Packit 6d2957
    

In the list of storage devices on the left, you will find hard disks,

Packit 6d2957
    CD/DVD drives, and other physical devices. Click the device you want to
Packit 6d2957
    inspect.

Packit 6d2957
  </item>
Packit 6d2957
  <item>
Packit 6d2957
    

The right pane provides a visual breakdown of the volumes and

Packit 6d2957
    partitions present on the selected device. It also contains a variety of
Packit 6d2957
    tools used to manage these volumes.

Packit 6d2957
    

Vær forsigtig: det er muligt helt at slette dataene fra din disk med disse redskaber.

Packit 6d2957
  </item>
Packit 6d2957
</steps>
Packit 6d2957
Packit 6d2957
  

Your computer most likely has at least one primary partition and a

Packit 6d2957
 single swap partition. The swap partition is used by the operating
Packit 6d2957
 system for memory management, and is rarely mounted.  The primary partition
Packit 6d2957
 contains your operating system, applications, settings, and personal files.
Packit 6d2957
 These files can also be distributed among multiple partitions for security or
Packit 6d2957
 convenience.

Packit 6d2957
Packit 6d2957
  

One primary partition must contain information that your computer uses to

Packit 6d2957
  start up, or boot. For this reason it is sometimes called a boot
Packit 6d2957
  partition, or boot volume. To determine if a volume is bootable, select the
Packit 6d2957
  partition and click the menu button in the toolbar underneath the partition
Packit 6d2957
  list. Then, click <gui>Edit Partition…</gui> and look at its
Packit 6d2957
  <gui>Flags</gui>. External media such as USB drives and CDs may also contain
Packit 6d2957
  a bootable volume.

Packit 6d2957
Packit 6d2957
</section>
Packit 6d2957
Packit 6d2957
</page>