pub fn read_superblock_bytes(
reader: &mut (impl Read + Seek),
) -> Result<[u8; 4096]>Expand description
Read the raw 4096-byte superblock from the primary mirror into a byte buffer.
ยงErrors
Returns an error if the underlying read or seek fails.