pub const BLOCK_SIZE: usize = 512;
Block size in bytes (512).
All FBBU I/O operates on fixed-size blocks of this many bytes. This matches the standard sector size used by the FBBU protocol.