Multiple choice technology operating systems

Which is true about the block arrangement of unix file System?

  1. Boot | Super | Data| Inode

  2. Super | Boot | Data | Inode

  3. Boot | Super | Inode | Data

  4. Inode | Boot | Super | Data

  5. Non of the above

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

Unix file systems begin with boot blocks containing bootstrap code, followed by the superblock with filesystem metadata, then inode blocks storing file inodes, and finally data blocks containing actual file contents.