Enum bootsector::ReadMBR [] [src]

pub enum ReadMBR {
    Modern,
    Never,
}

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

Variants

A compliant, modern MBR: CHS addressing is correctly set to the blind value.

Require there to be a GPT partition present. The protective MBR is allowed, but ignored.