Hi guys, recently someone filed a bug about partitiontypes. He would like to set the partitiontype to 'c' (W95 FAT32 (LBA)), whereas libparted only knows type 'b' (W95 FAT32). atm i simply set the partitiontype using:
'int ped_partition_set_system (PedPartition* part, PedFileSystemType* fs_type)' and i get the correct PedFileSystemType by calling: 'ped_file_system_type_get( "fat32" )' So all in all i guess libparted doesn't make a difference between types 'b' and 'c'. However i could be wrong so i'd appreciate it if someone would comment on this :) The relevant bug can be found at : http://bugzilla.gnome.org/show_bug.cgi?id=328100 Many thanks! plors _______________________________________________ Bug-parted mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-parted
