Skip to main content

MIN_VOLUME_SECTORS

Constant MIN_VOLUME_SECTORS 

Source
pub const MIN_VOLUME_SECTORS: u64 = 2048;
Expand description

The fewest sectors a volume may span.

Two boot regions are 24 sectors, and what remains has to hold an allocation table, an allocation bitmap, an up-case table and a root directory. Every implementation draws the line here.