[][src]Module gpt::header

GPT-header object and helper functions.

Structs

Header

Header describing a GPT disk.

Functions

parse_uuid

Parses a uuid with first 3 portions in little endian.

read_header

Read a GPT header from a given path.

write_header

A helper function to create a new header and write it to disk. If the uuid isn't given a random one will be generated. Use this in conjunction with Partition::write()