First page Back Continue Last page Summary Graphic
It's EFFICIENT
Extent based files
- File's disk blocks made as contiguous as possible.
- Sparse Files: holes represented in extents rather than disk blocks.
- Pre allocation: large files can be laid out prior use
- Allocator understands underlying disk layout (Logical Volume Manager)
Notes: