1. The problem statement, all variables and given/known data:
The file system unix use a multilevel indexes access to disk, 12 direct blocks, 1 single indirect block, 1 double indirect block, 1 triple indirect block:
Assuming a:
block = 512 bytes,
pointer = 4 byte,
and there is a file of 200 blocks,
how many disk access is needed to read the block number 13 with direct disk access?
And how many disk access is needed to read this file sequentially form first block to 150?
2. Relevant commands, code, scripts, algorithms:
none
3. The attempts at a solution (include all code and scripts):
I think that is needed 1 disk access to read the block 13 and 150 disk accesses to read the file sequentially.
4. Complete Name of School (University), City (State), Country, Name of Professor, and Course Number (Link to Course):
Universià degli studi di Salerno, Salerno(Italy), Adele Rescigno,
www.dia.unisa.it/professori/rescigno/SO/lo.htm
Note: Without school/professor/course information, you will be banned if you post here! You must complete the entire template (not just parts of it).