GNOME Bugzilla – Bug 328100
Add ability to set partition type (or LBA flag)
Last modified: 2006-02-08 23:16:36 UTC
I would like the ability to create a FAT 32 partition of type "C", W95 FAT32 (LBA), in addition to the current type "B", W95 FAT32. This appears necessary to support running DOS 7.1 (the version of DOS shipped with Windows 98SE which supports FAT32). This type shows up with the "LBA" entry under flags after changed from "b" to "c" using fdisk. My current workaround is to create the partition with gparted and then use fdisk to change the type from "b" to "c".
hmm, i see. I'll look into it as soon as i can, thanks for reporting.
i've just looked at the libparted source and i don't think it is able to see this difference. However, i'll forward this bug to the libparted guys so we can have their opinion. I'll keep you posted :)
---------------------------------- Patrick Leslie Polzer <leslie.polzer@gmx.net> libparted does not really know about partition identificators (which is a thing that is on our to-be-fixed list). Use ped_partition_set_flag() with the LBA flag to enable LBA mode. ----------------------------------------------
setting flags is somewhere on my TODO :)
duping this one to keep things centralized. *** This bug has been marked as a duplicate of 330453 ***