fdisk_fieldtype

Type Alias fdisk_fieldtype 

Source
pub type fdisk_fieldtype = u32;
Expand description

fdisk_fieldtype: @FDISK_FIELD_NONE: unspecified item @FDISK_FIELD_DEVICE: partition device name @FDISK_FIELD_START: start offset of the partition @FDISK_FIELD_END: end offset of the partition @FDISK_FIELD_SECTORS: number of sectors @FDISK_FIELD_CYLINDERS: number of cylinders (deprecated) @FDISK_FIELD_SIZE: partition size @FDISK_FIELD_TYPE: partition type @FDISK_FIELD_TYPEID: partition type ID @FDISK_FIELD_ATTR: partition attribute (GPT) @FDISK_FIELD_BOOT: partition boot flag @FDISK_FIELD_BSIZE: size of the boot area (BSD) @FDISK_FIELD_CPG: BSD @FDISK_FIELD_EADDR: End-C/H/S (MBR) @FDISK_FIELD_FSIZE: BSD @FDISK_FIELD_NAME: partition label/name @FDISK_FIELD_SADDR: Start-C/H/S (MBR) @FDISK_FIELD_UUID: partition UUID (GPT) @FDISK_FIELD_FSUUID: Filesystem UUID @FDISK_FIELD_FSLABEL: Filesystem LABEL @FDISK_FIELD_FSTYPE: Filesystem type @FDISK_NFIELDS: Don’t use, counter.

Types of fdisk_field. The fields describe a partition.