Enum bootsector::ReadGPT [] [src]

pub enum ReadGPT {
    RevisionOne,
    Never,
}

What type of GPT partition tables should we attempt to read?

Variants

A valid GPT partition table as of revision 1 (2010-2017 and counting)

Require that there be an MBR partition present. The protective MBR will be read literally.