Loading practice questions
Match the following in Unix file system:
| List - I | List - II |
|---|---|
| (a) Boot block | (i) Information about file system |
| (b) Super block | (ii) Actual file data |
| (c) Inode block | (iii) File metadata and attributes |
| (d) Data block | (iv) OS loading program |
Correct Answer: A — (a)-(iv), (b)-(i), (c)-(iii), (d)-(ii)
Explanation:
The boot block holds the bootstrap program, the super block contains file system metadata, inodes hold file attributes, and data blocks hold actual content.