Solution
The correct answer is option2
Solution:
Size of the disk block = 2048 Bytes
disk address = 32 bits = 4 Bytes
Number of addresses per block = 2048/4 = 512 = 29
Maximum file size = 12 Direct Blocks + 1 indirect block + 1 double indirect block
= 12 + 29 + 29 * 29
= 12 + 29 + 218
The size of each block = 211 Bytes
Maximum size of the file = ( 12 + 29 + 218 ) × 211 Bytes
∴ Maximum size of the file = 513.0234 ≈ 513 MBytes