Module ext4::mbr [] [src]

Support for reading MBR (not GPT) partition tables, and getting an io::Read for a partition.

Structs

Partition

An entry in the partition table.

RangeReader

Produced by read_partition.

Functions

parse_partition_table

Read a DOS/MBR partition table from a 512-byte boot sector, providing a disc sector size.

read_partition

Open the contents of a partition for reading.

read_partition_table

Read a DOS/MBR partition table from a reader positioned at the appropriate sector. The sector size for the disc is assumed to be 512 bytes.