|
CITS2002 Systems Programming |
| ← prev |
CITS2002 |
CITS2002 schedule |
||||
File Allocation Methods - IndexedThe file allocation method of choice in both Unix and Windows is the indexed allocation method. This method was championed by the Multics operating system in 1966. The file-allocation table contains a multi-level index for each file - just as we have seen in the use of inodes, which contain direct pointers to data blocks, and pointers to indirection blocks (which point to more data blocks).
Indexed Allocation with Block Portions
CITS2002 Systems Programming, Lecture 15, p11, 18th September 2023.
|