fbbu_write_block

Function fbbu_write_block 

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

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

§Errors

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