Documentation
¶
Overview ¶
Package partition represents a parsed partition-table entry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Partition ¶
type Partition struct {
Index int // 1-based partition number
StartByte int64 // byte offset of first sector of partition
SizeBytes int64 // total byte length of partition
TypeGUID string // GPT partition type GUID (empty for MBR partitions)
Name string // human-readable label (GPT only)
}
Partition holds the location of a single partition within a disk image.
Click to show internal directories.
Click to hide internal directories.