~ubuntu-branches/ubuntu/saucy/gparted/saucy

« back to all changes in this revision

Viewing changes to help/sl/gparted.xml

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-06-14 10:00:43 UTC
  • mfrom: (6.3.20)
  • Revision ID: package-import@ubuntu.com-20120614100043-p0xlwmo34tr5lef0
Tags: 0.12.1-1
* New upstream release 
  Key changes include:
  gparted-0.12.1
    Fix attempt data rescue fail to open read-only view (#673246)
    Fix for FS flags becoming unknown after change label
    Fix for FS size & flags becoming unknown after change UUID
    Ensure Align to MiB does not overlap following partition (#661744)
    Rework align to MiB adjustments to end sector of partition
    Use cached method first to read UUID to shorten scan time
    Fix uninitialised read when pasting into an existing partition
    Ensure space for EBR when resizing Extended partition (#664050)
    Add requested partition details to log when resize/move fails
    Improve reiser4 file system uuid reading method
    Enable new fs resize library available with parted-3.1 (#668281)
  gparted-0.12.0
    Restore write label capability for linux-swap
    New partition dialog: first filesystem in list is always included
    Fix for implicit assumption that 'FS_UNKNOWN' is last in FILESYSTEMS list
    Fix regression when shrinking, moving and copying swap (#670017)
    Warn when an LVM2 PV is a member of a damaged VG (#160878)
    Display VG export status with an LVM2 PVs busy status (#160787)
    Prevent crash in the LVM2 PV information cache (#160787)
    Display any errors from querying LVM2 PVs to the user (#160787)
    Fix detection of LVM2 PV busy status when exported VGs exist (#160787)
    Don't ignore any errors resizing btrfs on Linux >= 3.2 (#669389)
    Remove temporary file after reading UUID of fat16 and fat32 filesystems
    Restructure and word-smith UUID translatable text
    Implement changing UUID for NTFS (#667278)
    Use custom text functions for mount/unmount and swapon/swapoff texts
    Make FileSystem objects in GParted_Core accessible and usable by others
    Check LVM cache only for LVM physical volumes
    Switch to using lvs to identify active LVM LVs (#160787)
    Show LVM2 PVs as supported, read-only (#160787)
    Display busy status of LVM2 PVs (#160787)
    Display LVM2 VGNAME as the PV's mount point (#160787)
    Lazy initialize the cache from querying LVM2 PVs (#160787)
    Cache results from querying all LVM2 PVs (#160787)
    Allow unused space in a partition to equal its size
    Report space usage of LVM2 PVs (#160787)
    Rename FS_LVM2 -> FS_LVM2_PV (#160787)
    Increase FAT32 minimum size to 33 MiB (#668491)
    Fix detection of multiple SW RAID (md) devices (#668486)
    Enhance documentation for UUIDs and copying partitions (#608308)
    Add support for setting UUID (#667278)
    Fix mismatched field precision type compiler warning
    Reduce graphic processing requirement for pulse bar
    Debian Bug - gparted: 100% cpu usage (Closes: #499193)
    Debian Bug - gparted: Lots of animation makes use over SSH
                          X-tunnel slow (Closes: #519764)
    Update xfs resize and copy to use new helper functions
    Update btrfs resize to use new helper functions
    Update jfs resize to use new helper functions
    Add resize support to nilfs2 (#642842)
    Add helper functions for mounted file system resizing operations
    Add nilfs2 support (#642842)
    * Enable hardened build flags
* Previously applied patch: fix-swap.patch
* DH compatibility level is 9
* Standards version is 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
3
 
<!ENTITY appversion "0.8.0">
4
 
<!ENTITY manrevision "1.3">
5
 
<!ENTITY date "January 2011">
 
3
<!ENTITY appversion "0.12.0">
 
4
<!ENTITY manrevision "1.4">
 
5
<!ENTITY date "February 2012">
6
6
<!ENTITY app "gparted">
7
7
<!ENTITY appname "GParted">
8
8
<!-- Information about the entities:
41
41
    </abstract>
42
42
 
43
43
    <copyright>
44
 
      <year>2008, 2009, 2010, 2011</year>
 
44
      <year>2008, 2009, 2010, 2011, 2012</year>
45
45
      <holder>Curtis Gedak</holder>
46
46
    </copyright>
47
47
 
95
95
<!-- modifying/reusing someone else's document.  If not, you can omit it. -->
96
96
    <revhistory>
97
97
      <revision>
 
98
        <revnumber>GParted Manual V1.4</revnumber>
 
99
        <date>February 2012</date>
 
100
        <revdescription>
 
101
          <para role="author">Curtis Gedak</para>
 
102
          <para role="publisher">GParted Project</para>
 
103
          <para role="annotations">Describes version 0.12.0 of GParted</para>
 
104
        </revdescription> 
 
105
      </revision>
 
106
      <revision>
98
107
        <revnumber>GParted Manual V1.3</revnumber>
99
108
        <date>January 2011</date>
100
109
        <revdescription>
142
151
    </revhistory>
143
152
 
144
153
    <releaseinfo>
145
 
    This manual describes version 0.8.0 of GParted
 
154
    This manual describes version 0.12.0 of GParted
146
155
    </releaseinfo>
147
156
 
148
157
    <legalnotice>
254
263
      On startup, <application>gparted</application> will scan your
255
264
      computer for disk devices.
256
265
      </para>
257
 
        </sect2>
 
266
    </sect2>
258
267
 
259
268
<!-- ============= When You Start gparted ============================ -->
260
269
    <sect2 id="gparted-when-you-start">
1110
1119
        </para>
1111
1120
      </sect3>
1112
1121
 
 
1122
<!-- ============= To Change a Partition's UUID ========================== -->
 
1123
      <sect3 id="gparted-changing-partition-uuid">
 
1124
        <title>Changing a Partition UUID</title>
 
1125
        <para>
 
1126
        To change the Universally Unique Identifier (UUID) of a partition:
 
1127
          <orderedlist>
 
1128
            <listitem>
 
1129
              <para>
 
1130
              Select an unmounted partition.
 
1131
              See <xref linkend="gparted-select-partition"/>.
 
1132
              </para>
 
1133
            </listitem>
 
1134
            <listitem>
 
1135
              <para>
 
1136
              Choose:
 
1137
              <menuchoice><guimenu>Partition</guimenu>
 
1138
              <guimenuitem>New UUID</guimenuitem></menuchoice>.
 
1139
              The application displays the set a new random UUID
 
1140
              operation in the <guilabel>Operations Pending</guilabel>
 
1141
              pane.
 
1142
              </para>
 
1143
              <warning>
 
1144
                <para>
 
1145
                Changing the UUID might invalidate the Windows Product
 
1146
                Activation key (WPA).
 
1147
                </para>
 
1148
                <para>
 
1149
                On FAT and NTFS file systems, the Volume Serial Number
 
1150
                is used as UUID.  Changing the Volume Serial
 
1151
                Number on the Windows system partition, normally C:,
 
1152
                might invalidate the WPA key.  An invalid WPA key will
 
1153
                prevent login until you reactivate Windows.
 
1154
                </para>
 
1155
                <para>
 
1156
                In an attempt to avoid invalidating the WPA key, on
 
1157
                NTFS file systems only half of the UUID is set to a
 
1158
                new random value. On FAT file systems, such a precaution
 
1159
                is not possible.
 
1160
                </para>
 
1161
                <para>
 
1162
                The WPA key should not be affected by changing the
 
1163
                UUID of data partitions or removable media partitions.
 
1164
                In rare cases, a partition that is present
 
1165
                at boot time might be an exception to this rule.
 
1166
                </para>
 
1167
              </warning>
 
1168
              <warning>
 
1169
                <para>
 
1170
                Changing the UUID when there is no need to do so might
 
1171
                cause a GNU/Linux system to fail to boot, or to fail
 
1172
                to mount a file system.
 
1173
                </para>
 
1174
                <para>
 
1175
                Changing the UUID is only required after copying a
 
1176
                partition.  The UUID change is needed to prevent
 
1177
                duplicate UUIDs when both the source and the copy of
 
1178
                the partition are used on the same computer.
 
1179
                </para>
 
1180
                <para>
 
1181
                If boot or mount problems occur you might need to edit
 
1182
                configuration files, such as /etc/fstab, and
 
1183
                regenerate the grub menu to ensure that the correct
 
1184
                UUID is specified.
 
1185
                </para>
 
1186
              </warning>
 
1187
            </listitem>
 
1188
          </orderedlist>
 
1189
        </para>
 
1190
      </sect3>
 
1191
 
1113
1192
<!-- ============= Specifying Partition Details ====================== -->
1114
1193
      <sect3 id="gparted-specify-partition-details">
1115
1194
        <title>Specifying Partition Details</title>
1634
1713
          The copy of the partition has the same label
1635
1714
          and the same Universally Unique Identifier (UUID)
1636
1715
          as the source partition.
1637
 
          This can cause a problem when mount actions use the
1638
 
          partition label or the UUID to identify the partition.
1639
 
          The problem is that the label and the UUID are not unique.
1640
 
          </para>
1641
 
          <para>
1642
 
          You are advised to do one of the following:
 
1716
          This can cause a problem when booting, or when mount actions
 
1717
          use the partition label or the UUID to identify the
 
1718
          partition.
 
1719
          </para>
 
1720
          <para>
 
1721
          The problem is that the operating system will randomly
 
1722
          select to mount either the source, or the copy of the
 
1723
          partition.  For example, on the first mount action the
 
1724
          source partition might be mounted.  On the next mount action
 
1725
          the copy of the partition might be mounted.  Over time this
 
1726
          random nature of partition mounting might make files seem to
 
1727
          mysteriously appear or disappear depending upon which
 
1728
          partition is mounted.  Random mounting of the source or the
 
1729
          copy of the partition might also cause severe data
 
1730
          corruption or loss.
 
1731
          </para>
 
1732
          <para>
 
1733
          To avoid the problem you are advised to do one of the
 
1734
          following:
1643
1735
            <itemizedlist>
1644
1736
              <listitem>
1645
1737
                <para>
1646
 
                Change the UUID of the partition.
1647
 
                If the partition label is not blank, change the label
1648
 
                of the partition.
 
1738
                After you have applied the copy operation:
 
1739
                  <orderedlist>
 
1740
                    <listitem>
 
1741
                      <para>
 
1742
                      Change the UUID of either the source, or the copy
 
1743
                      of the partition.
 
1744
                      See <xref linkend="gparted-changing-partition-uuid"/>.
 
1745
                      </para>
 
1746
                    </listitem>
 
1747
                    <listitem>
 
1748
                      <para>
 
1749
                      If the partition label is not blank then change the
 
1750
                      label of either the source, or the copy of the
 
1751
                      partition.
 
1752
                      See <xref linkend="gparted-setting-partition-label"/>.
 
1753
                      </para>
 
1754
                    </listitem>
 
1755
                  </orderedlist>
 
1756
                </para>
 
1757
              </listitem>
 
1758
              <listitem>
 
1759
                <para>
 
1760
                After you have applied the copy operation, delete or
 
1761
                reformat the source partition.
1649
1762
                </para>
1650
1763
              </listitem>
1651
1764
              <listitem>
1652
1765
                <para>
1653
1766
                Use some other method to ensure that the source
1654
 
                partition and the copy of the source partition
1655
 
                are not used on the same computer at the same time.
 
1767
                partition and the copy of the partition are not used
 
1768
                on the same computer at the same time.  For example,
 
1769
                if the copy of the partition is on a separate drive
 
1770
                then remove the drive from the computer.
1656
1771
                </para>
1657
1772
              </listitem>
1658
1773
            </itemizedlist>