Disk.PartitionDisk partitions.
type disk := tThe type for disk partition schemes.
val pp_scheme : scheme B0_std.Fmt.tpp_scheme prints partition schemes for inspection.
read_partition_scheme d is the parition scheme of d.
val type_of_type_guid : Uuidm.t -> type'type_of_type_guid guid maps know partition type GUIDs to type' values.
val type_guid_of_type : type' -> Uuidm.ttype_guid_of_type t is the GUID of t.
val pp_type : type' B0_std.Fmt.tpp_type formats types for inspection.
The type for disk partitions entries.
Note. MBR partitions are mapped to this format. A suitable type_guid is tried or other Uuidm.max is used.
val type_guid : t -> Uuidm.ttype_guid p is the partition type GUID.
val guid : t -> Uuidm.tguid p is the Unique partition GUID.
val attributes : t -> int64attributes p are the attributes of the partition.
val name : t -> stringname p is the UTF-8 encoded partition name.