fbbu_read_block

Function fbbu_read_block 

Source
pub fn fbbu_read_block(lba: u64, buf: &mut [u8; 512]) -> Result<()>
Expand description

Read a single 512-byte block at the given logical block address.

§Errors

Returns FabricError::CapacityExceeded if lba is beyond the device’s block count.