After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583906 - GParted incorrectly provides option to create extended partition on GPT disk
GParted incorrectly provides option to create extended partition on GPT disk
Status: RESOLVED FIXED
Product: gparted
Classification: Other
Component: application
GIT HEAD
Other All
: Normal minor
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2009-05-26 16:05 UTC by Jan Claeys
Modified: 2010-02-24 18:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Claeys 2009-05-26 16:05:59 UTC
GParted provides an option to create an extended partition on a GPT disk, which then results in an error from libparted: GPT disks don't allow extended partitions.  So we should remove that option from the GUI in that case.
Comment 1 Curtis Gedak 2010-02-24 18:48:21 UTC
Thanks Jan for reporting this problem.

From the parted documentation, it appears that only "msdos" and "dvh" disk types (or partition table types) support extended partitions.
http://www.gnu.org/software/parted/manual/parted.html#mkpartfs

As such when creating a new partition, the extended option has been disabled for non-MSDOS and non-DVH partition table types.

This enhancement has been committed to the GNOME git repository for inclusion in the next release of GParted.

The relevant git commit can be viewed at the following link:
http://git.gnome.org/browse/gparted/commit/?id=70584176de46dc1cd5a99fc2f1d3834a1b68cba6

Closing this bug.