Multiple choice technology operating systems

If your file size is (12*size of one block) or less, how many indirect pointing blocks do you need ?

  1. 1

  2. 0

  3. 4

  4. 8

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

With 12 direct pointers available in an inode, files up to 12 blocks can be addressed directly without any indirection. Since the file size is exactly 12 blocks or less, all data fits within the direct pointer capacity, requiring zero indirect pointing blocks.