![]() |
CITS2002 Systems Programming |
← prev | next → | ![]() |
![]() |
|||
File Allocation Methods - ChainedThe opposite extreme to contiguous allocation is chained allocation. Here, the blocks allocated to a file form a linked list (or chain) and, as a file's length is extended (by appending to the file), a new block is allocated and linked to the last block in the file:![]() Chained File Allocation
CITS2002 Systems Programming, Lecture 15, p10, 18th September 2023.
|