Page 1 of 1

Operating System File and IO management

Posted: Thu Jul 14, 2022 2:16 pm
by answerhappygod
Operating System File and IO management
Operating System File And Io Management 1
Operating System File And Io Management 1 (21.96 KiB) Viewed 45 times
(5 marks). A file system uses index allocation. The system keeps in main memory only the index block that contains the pointer to the last block read. Other index blocks are in disk. Each index block contains pointers to 127 file blocks, plus a pointer to the next index block (i.c., using linked scheme). Assume the last accessed block was block 200, and the next block to read is block 50 . Compute how many physical blocks must be accessed to read block 50 . Explain your answer.