Question: Most file systems support pretty large files. In this question, we'll see how big a file various file systems support. Assume for all questions below

Most file systems support pretty large files. In this question, we'll see how big a file various file systems support. Assume for all questions below that file system blocks are 4KB. a) (2.5) Assume you have a really simple file system, directfs, where each inode only has 16 direct pointers, each of which can point to a single file block. Direct pointers are 32 bits in size. What is the maximum file size for directfs? b) (2.5) A new file system uses direct pointers but also adds indirect pointers and double- indirect pointers; we call it indirectfs. Specifically, an inode within indirectfs has one direct pointer, one indirect pointer, and one double-indirect pointer field. Pointers, as before, are 4 bytes in size. Wat is the maximum file size for indirectfs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
