Question: 4 . ( 2 0 points ) File System Consider a file system that has the following description: - The hard disk is divided into
points File System
Consider a file system that has the following description:
The hard disk is divided into byte blocks.
As shown in the figure, a file is stored in hard disk using indexed allocation. A File Control Block FCB contains:
data block pointers, each of which is bytes and each of which points to a disk block.
ONE single indirect pointer, which points to a disk block that contains data block pointers.
ONE double indirect pointer, which points to a block of pointers that point to other blocks of pointers that then point to data.
The FCB also contains a user id bytes timestamps bytes each protection bits bytes a reference count bytes and a size block count bytes
a points What is the maximum file size supported by this file system? Briefly explain.
b points Consider file A with size KB file B with size MB and file C with size MB Does the file system take the same amount of time to obtain the index of the last block of A B C and why?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
