package
Version:
v2.0.20
Opens a new window with list of versions in this module.
Published: Nov 13, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package gptutil implements helper functions for GPT tables.
GUIDToUUID converts a GPT GUID to a UUID.
LastLBA returns the last logical block address of the device.
UUIDToGUID converts a UUID to a GPT GUID.
type DiskSizer interface {
GetSectorSize() uint
GetSize() uint64
}
DiskSizer is an interface for block devices that can provide their sector size and total size.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.