edited by
4,000 views
0 votes
0 votes

Match the following in Unix file system :

$\begin{array}{clcl}  & \textbf{List-I} & & \textbf{List-II} \\ \text{(a)} & \text{Boot block} & \text{(i)} & \text{Information about file system} \\ \text{(b)} & \text{Super block} & \text{(ii)} & \text{Information about file} \\ \text{(c)} & \text{Inode table} & \text{(iii)} & \text{Storage space} \\ \text{(d)} & \text{Data block} & \text{(iv)} & \text{Code for making OS ready}\\ \end{array}$

$\textbf{Codes :}$

  1. $\text{(a)-(iv), (b)-(i), (c)-(ii), (d)-(iii)}$
  2. $\text{(a)-(i), (b)-(iii), (c)-(ii), (d)-(iv)}$
  3. $\text{(a)-(iii), (b)-(i), (c)-(ii), (d)-(iv)}$
  4. $\text{(a)-(iv), (b)-(ii), (c)-(i), (d)-(iii)}$
edited by

1 Answer

Best answer
1 votes
1 votes

(a) Boot block  ------------------------------ (iv) Code for making OS ready

(b) Super block------------------------------ (i) Information about file system

(c) Inode table  ------------------------------ (ii) Information about file

(d) Data block -------------------------------(iii) Storage space

In detail explanation :

Each file system contains:

1. a boot block located in the first few sectors of a file system. The boot block contains the initial bootstrap program used to load the operating system.

Typically, the first sector contains a bootstrap program that reads in a larger bootstrap program from the next few sectors, and so forth.

2. a super block describes the state of the file system: the total size of the partition, the block size, pointers to a list of free blocks, the inode number of the root directory, magic number, etc.
3. a linear array of inodes (short for ``index nodes''). There is a one to one mapping of files to inodes and vice versa. An inode is identified by its ``inode number'', which contains the information needed to find the inode itself on the disk

Thus, while users think of files in terms of file names, Unix thinks of files in terms of inodes.

4. data blocks blocks containing the actual contents of files
selected by
Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Aug 11, 2016
2,246 views
What will be the output of the following Unix command?$\text{\$ rm chap0[1-3]}$Remove file $\text{chap0[1-3]}$Remove file $\text{chap01, chap02, chap03}$Remove file $\tex...
2 votes
2 votes
1 answer
2
go_editor asked Aug 11, 2016
3,498 views
In Unix, the command to enable execution permission for file "mylife" by all is_____Chmod ugo $+$ X mylifeChmod a $+$ X mylifeChmod $+$ X mylifeAll of the above
2 votes
2 votes
1 answer
3
go_editor asked Aug 11, 2016
1,621 views
The character set used in Windows $2000$ operating system is$8$ bit ASCIIExtended ASCII$16$ bit UNICODE$12$ bit UNICODE