Consider the organization of UNIX file as represented by theinode. Assume that there are 12 direct block pointers and a singly,doubly, and triply indirect pointer in each inode. Further assumethat the system block size and disk sector size are both 8K. If thedisk block pointer is 32bits, with 8bits to identify the physicaldisk and 24 bits to identify the physical block, then
a. What is the maximum file size supported by thesystem?
b. What is the maximum file system partition supported bt thesystem?
c. Assuming ni information other than that the file inode isalready in main memory, how many disk accesses are required toaccess the byte in position 13,423,956?