Linked File Allocation
In this scheme, each file is a linked list of disk blocks which need not be contiguous. The disk blocks can be scattered anywhere on the disk.
The directory entry contains a pointer to the starting and the ending file block. Each block contains a pointer to the next block occupied by the file.
Developer: Anirudh TP
Licence: OpenSource
Platform/Language:C
Download
The directory entry contains a pointer to the starting and the ending file block. Each block contains a pointer to the next block occupied by the file.
Developer: Anirudh TP
Licence: OpenSource
Platform/Language:C
Download