Lecture7_FileOrganization
Lecture7_FileOrganization
Lecture 7
Mohamed Mead
Indexed Allocation
Linked allocation solves the external-fragmentation and
size-declaration problems of contiguous allocation.
To find and read the ith block, we use the pointer in the ith
index-block entry.
Indexed Allocation
When the file is created, all pointers in the index block are
set to null.
8 A. Frank - P. Weisberg
Performance
Before selecting an allocation method, we need to
determine how the systems will be used.