bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libparted and partitiontypes


From: B.Hakvoort
Subject: libparted and partitiontypes
Date: Fri, 27 Jan 2006 18:14:39 +0100

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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]