Computer Science, asked by aasha8058, 9 months ago

What is the purpose of file allocation table in index allocation

Answers

Answered by Rudranil420
5

Answer:

In this scheme, a file allocation table is maintained, which gathers all the disk block links. The table has one entry for each disk block and is indexed by block number. File allocation table needs to be cached in order to reduce the number of head seeks.

Similar questions