Open In App

GATE | GATE CS 2012 | Question 39

A file system with 300 GByte disk uses a file descriptor with 8 direct block addresses, 1 indirect block address and 1 doubly indirect block address. The size of each disk block is 128 Bytes and the size of each disk block address is 8 Bytes. The maximum possible file size in this file system is
(A) 3 Kbytes
(B) 35 Kbytes
(C) 280 Bytes
(D) Dependent on the size of the disk

Answer: (B)
Explanation: See https://www.geeksforgeeks.org/operating-systems-set-5/amp/
Quiz of this Question

Article Tags :