Update GParted manual with the option to align to MiB

This change is part of adding the option to align to MiB (#617409).
This commit is contained in:
Curtis Gedak 2010-06-01 15:23:59 -06:00
parent 05e9e36530
commit c90412255a

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY appversion "0.4.6"> <!ENTITY appversion "0.6.0">
<!ENTITY manrevision "1.1"> <!ENTITY manrevision "1.2">
<!ENTITY date "July 2009"> <!ENTITY date "June 2010">
<!ENTITY app "gparted"> <!ENTITY app "gparted">
<!ENTITY appname "GParted"> <!ENTITY appname "GParted">
<!-- Information about the entities: <!-- Information about the entities:
@ -15,10 +15,15 @@
--> -->
]> ]>
<!-- Remember to update the revision history -->
<!-- <!--
To generate a single html file of this document, use the command: To generate a single html file of this document, use the command:
xmlto html-nochunks gparted.xml xmlto html-nochunks gparted.xml
-->
To test this document in a viewer, use the command:
gnome-help file:/full-path-to-gparted.xml
-->
<!-- ============= Document Header =================================== --> <!-- ============= Document Header =================================== -->
<?db.chunk.max_depth 4?> <?db.chunk.max_depth 4?>
@ -93,27 +98,43 @@
<!-- According to GNU FDL, revision history is mandatory if you are --> <!-- According to GNU FDL, revision history is mandatory if you are -->
<!-- modifying/reusing someone else's document. If not, you can omit it. --> <!-- modifying/reusing someone else's document. If not, you can omit it. -->
<!-- Remember to remove the &manrevision; entity from the revision entries other
than the current revision. -->
<revhistory> <revhistory>
<revision> <revision>
<revnumber>&appname; Manual V&manrevision;</revnumber> <revnumber>&appname; Manual V1.2</revnumber>
<date>&date;</date> <date>June 2010</date>
<revremark>Describes version 0.6.0 of &appname;</revremark>
<revdescription> <revdescription>
<para role="author">Curtis Gedak</para> <para role="author">Curtis Gedak</para>
<para role="publisher">&appname; Project</para> <para role="publisher">&appname; Project</para>
</revdescription> </revdescription>
</revision> </revision>
<!-- Uncomment this and maintain if you are not the original author
<revision> <revision>
<revnumber>&appname; Manual V&manrevision;</revnumber> <revnumber>&appname; Manual V1.1</revnumber>
<date>&date;</date> <date>July 2009</date>
<revremark>Describes version 0.4.6 of &appname;</revremark>
<revdescription> <revdescription>
<para role="author">firstname lastname</para> <para role="author">Curtis Gedak</para>
<para role="publisher">publishername</para> <para role="publisher">&appname; Project</para>
</revdescription>
</revision>
<revision>
<revnumber>&appname; Manual V1.0</revnumber>
<date>January 2009</date>
<revremark>Describes version 0.4.2 of &appname;</revremark>
<revdescription>
<para role="author">Curtis Gedak</para>
<para role="publisher">&appname; Project</para>
</revdescription>
</revision>
<revision>
<revnumber>&appname; Manual V0.3.9</revnumber>
<date>September 2008</date>
<revremark>Describes version 0.3.9 of &appname;</revremark>
<revdescription>
<para role="author">Curtis Gedak</para>
<para role="publisher">&appname; Project</para>
</revdescription> </revdescription>
</revision> </revision>
-->
</revhistory> </revhistory>
<releaseinfo> <releaseinfo>
@ -1001,41 +1022,49 @@
<sect4 id="gparted-specify-partition-alignment"> <sect4 id="gparted-specify-partition-alignment">
<title>Specifying Partition Alignment</title> <title>Specifying Partition Alignment</title>
<para> <para>
To specify the alignment of the partition, use the To specify the alignment of the partition, click the
<guilabel>Round to cylinders</guilabel> check box. <guilabel>Align to</guilabel> arrow button, and select from the list.
</para> </para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
To enable, select the <guilabel>Round to cylinders</guilabel> Use <guilabel>MiB</guilabel> alignment for modern
check box. operating systems. This setting aligns partitions to
start and end on precise mebibyte (1,048,576 byte)
boundaries. MiB alignment provides enhanced performance
when used with RAID systems and with Solid State Drives,
such as USB flash drives.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
To disable, deselect the <guilabel>Round to cylinders</guilabel> Use <guilabel>Cylinder</guilabel> alignment to maintain
check box. compatibility with operating systems released before the
year 2000, such as DOS. This setting aligns partitions
to start and end on disk cylinder boundaries.
</para>
<tip>
<para>
The Cylinder/Head/Sector values reported by modern
disk devices no longer have a direct physical
relationship to the data stored on the disk device.
Hence it is no longer valid to use this alignment
setting to achieve enhanced performance.
</para>
</tip>
</listitem>
<listitem>
<para>
Use <guilabel>None</guilabel> only if you have an
in-depth knowledge of disk structure, partition tables,
and boot records. This setting places partition
boundaries relative to the end of any immediately
preceding partition on the disk device. This setting
is not guaranteed to reserve or respect space required
for boot records.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<note>
<para>
When enabled, <guilabel>Round to cylinders</guilabel>
aligns partition boundaries on the cylinder boundaries
for the disk device. Enabled is the default setting.
</para>
</note>
<tip>
<para>
If you want to maintain compatibility with old operating systems,
enable <guilabel>Round to cylinders</guilabel>.
</para>
<para>
If you do not want the start of an existing partition to move,
then disable <guilabel>Round to cylinders</guilabel>
and do not change the <guilabel>free space preceding</guilabel> value.
</para>
</tip>
</sect4> </sect4>
<!-- ============= To Specify a Partition Type ======================= --> <!-- ============= To Specify a Partition Type ======================= -->
@ -1189,6 +1218,13 @@
Adjust the size of the partition. Adjust the size of the partition.
See <xref linkend="gparted-specify-partition-size-and-location"/>. See <xref linkend="gparted-specify-partition-size-and-location"/>.
</para> </para>
<tip>
<para>
If you do not want the start of an existing partition
to move, then do not change the <guilabel>free space
preceding</guilabel> value.
</para>
</tip>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>