Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BytesRequiredForGPTPartitionEntries is the total bytes required to store the GPT partition // entries. 128 bytes are required per partition, total no of partition supported by GPT = 128 // Therefore, total bytes = 128*128 BytesRequiredForGPTPartitionEntries = 16384 // GPTPartitionStartByte is the byte on the disk at which the first partition starts. // Normally partition starts at 1MiB, (as done by fdisk utility). This is done to // align the partition start to physical block sizes on the disk. GPTPartitionStartByte = 1048576 // NoOfLogicalBlocksForGPTHeader is the no. of logical blocks for the GPT header. NoOfLogicalBlocksForGPTHeader = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.