ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > 2014329620049-6.1 >
allocation methods Version 0
👤 Author: by fmissy 2017-01-07 23:10:46
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 determines how this task is acco

Please login to reply. Login

Reversion History

Loading...
No reversions found.