Skip to main content

SECTOR_SIZE_BYTES

Constant SECTOR_SIZE_BYTES 

Source
pub const SECTOR_SIZE_BYTES: u64 = 512;
Expand description

Standard disk sector size (bytes). Used for sparse file detection (blocks * SECTOR_SIZE < file_size / 2) and I/O alignment fallback.