PartitionTypeInfoFlags
Description:
[ CCode ( cprefix = "UDISKS_PARTITION_TYPE_INFO_FLAGS_" , type_id = "udisks_partition_type_info_flags_get_type ()" ) ]
[ Flags ]
public enum PartitionTypeInfoFlags
Flags describing a partition type.
Content:
Enum values:
- CREATE_ONLY - Partition
type can only be used when creating a partition and e.g. should not be selectable in a "change partition type" user interface (e.g.
'dos' type 0x05, 0x0f and 0x85 for extended partitions).
- HIDDEN - Partition type
indicates the partition is hidden (e.g. 'dos' type 0x1b "Hidden W95 FAT32").
- NONE - No flags set.
- RAID - Partition type is used
for RAID/LVM or similar.
- SWAP - Partition type is used
for swap.
- SYSTEM - Partition type
indicates the partition is part of the system / bootloader (e.g. 'dos' types 0xee, 0xff, 'gpt' types for 'EFI System partition' and
'BIOS Boot partition').