ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > 2014329620080_薛丽爽 > three allocation methods >
three allocation methods Version 0
👤 Author: by lsxueout163com 2016-12-28 19:26:29

  • Contiguous Allocation


Contiguous allocation of a file is defined by the disk address and length (in block units) of the first block. If the file is n blocks long and starts at location 17, then it occupies blocks b, b + 1, b + 2, …, 17 + n – 1. The directory entry for each file indicates the address of the starting block and the length of the area allocated for this file.

One difficulty is finding space for a new file. The system chosen to manage free space determi

Please login to reply. Login

Reversion History

Loading...
No reversions found.