Skip to main content

SECTOR_SIZE

Constant SECTOR_SIZE 

Source
pub const SECTOR_SIZE: usize = 512;
Expand description

Size of a disk sector in bytes.

Most storage devices operate in 512-byte sectors. Operations that don’t align to sector boundaries may exhibit different behavior under faults.