Question
Suppose we want to increase the maximum file size in the UNIX file system which uses index allocation with 10 direct pointers and up to
Suppose we want to increase the maximum file size in the UNIX file system which uses index allocation with 10 direct pointers and up to three level indirection. Which options given below would increase the maximum file size the most, and why? You should assume that the baseline system has 1KB blocks (same size for data blocks, indirect blocks, doubly indirect blocks, etc.), and that a block pointer takes 4 bytes (thus, each indirect block holds 256 data block pointers, each doubly indirect block holds 256 indirect block pointers, etc.) a. Add a quadruple indirect block pointer to the file header b. Increase the block size to 4KB (again, same size for data blocks and all types of indirect blocks) and keep three level indirection.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started