Describe Create New Partition / Partition name field in the Manual
Missed when adding partition naming at creation time in enhancement:
Bug 746214 - Partition naming enhancements
starting with this commit:
f804bc3244
Allow partition naming on busy partitions (#746214)
This commit is contained in:
parent
f5d3f97c7a
commit
a2d54df749
|
@ -1034,6 +1034,13 @@
|
|||
See <xref linkend="gparted-specify-partition-type"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify the name of the partition when the field is
|
||||
enabled.
|
||||
See <xref linkend="gparted-specify-partition-name"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify the type of file system for the partition.
|
||||
|
@ -1515,6 +1522,25 @@
|
|||
</tip>
|
||||
</sect4>
|
||||
|
||||
<!-- ============= To Specify a Partition Name ======================= -->
|
||||
<sect4 id="gparted-specify-partition-name">
|
||||
<title>Specifying Partition Name</title>
|
||||
<note>
|
||||
<para>
|
||||
Naming of partitions is only available with GUID partition
|
||||
tables (GPT). Therefore the field is only enabled on disk
|
||||
devices partitioned using GPT.
|
||||
</para>
|
||||
<para>
|
||||
Also see <xref linkend="gparted-create-partition-table"/>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
To specify the partition name, type the name in the
|
||||
<guilabel>Partition name</guilabel> text box.
|
||||
</para>
|
||||
</sect4>
|
||||
|
||||
<!-- ============= To Specify a Partition File System ================ -->
|
||||
<sect4 id="gparted-specify-partition-file-system">
|
||||
<title>Specifying Partition File System</title>
|
||||
|
|
Loading…
Reference in New Issue