BlockDev.PartSpec¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
attrs |
r/w |
partition GPT attributes |
|
bootable |
r/w |
whether the bootable flag is set or not (for MSDOS partitions) |
|
id |
r/w |
id of the partition (for MSDOS partitions) |
|
name |
r/w |
name of the partition (for GPT partitions) |
|
path |
r/w |
path of the partition (block device) |
|
size |
r/w |
size of the partition |
|
start |
r/w |
start of the partition |
|
type |
r/w |
bit combination of partition’s types ( |
|
type_guid |
r/w |
GUID of the partition’s type (GPT) |
|
uuid |
r/w |
UUID of the partition (for GPT partitions) |
Methods¶
|
|
|