Contiguous File Allocation
Each file occupies a set of contiguous blocks on the disk.
Allocation using first fit / best fit.
A Need for compaction.
Only starting block and length of file in blocks are needed to work with the file.
Allows random access.
Problems with files that grow.
Previous slide
Next slide
Back to first slide
View graphic version