Question: Suppose a filesystem's disk block is 2048 bytes and its block pointer size is 4 byte (32bit). What is the maximum size of the filesystem?

Suppose a filesystem's disk block is 2048 bytes and its block pointer size is 4 byte (32bit). What is the maximum size of the filesystem? 4GB 4TB 8TB 16TB Suppose each disk block is 4096 bytes and a block pointer size is 4 byte (32bit). Assume each inode contains 10 direct block pointers, 1 indirect pointer. What is the maximum size of a single file? (10 + 4096/4) * 4096 (10 + 4096) * 4096 (10 + 4096/32) * 4096 (10 + 4096/4) * 1024
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
