Consider a UNIX-like file system implemented with i-nodes that resides on a disk of size 512 GB. Each i-node has a total of 15 block addresses consisting of direct and indirect lock addresses.
Suppose we configure the file system to use a block size of 32 KB. How many bytes are needed to store all 15 block addresses in an I-node?
1
15 bytes
2
29 bytes
3
45 bytes
4
75 bytes