CSC264 Operating Systems

Operating SystemsTU Board 2082

How are files implemented using linked list allocation? How many disk operations are needed to fetch the i node for a file with the path name /usr/ast/courses/os/handout.t? Assume the i node for the…

10

How are files implemented using linked list allocation? How many disk operations are needed to fetch the i-node for a file with the path name /usr/ast/courses/os/handout.t? Assume the i-node for the root directory is in memory, but nothing else along the path is in memory. Also assume that all directories fit in one disk block.

A worked answer is on its wayMeanwhile, read the Operating Systems notes for this topic.

Discussion

Loading…

More Operating Systems questions

All Operating Systems old questions