recategorized by
18,483 views
48 48 votes

The root directory of a disk should be placed

  1. at a fixed address in main memory
  2. at a fixed location on the disk
  3. anywhere on the disk
  4. at a fixed location on the system disk
  5. anywhere on the system disk

2 Answers

Best answer
69 69 votes
File system uses directories which are the files containing the name and location of other file in the file system. Unlike other file,directory does not store the user data. Directories are the file that can point to other directories. Root directory point to various user directory. So they will be stored in such a  way that user cannot easily  modify them. They should be placed at fixed location on the disk.

Correct Answer: $B$
edited by
0 0 votes

Correct Answer: B. at a fixed location on the disk

Detailed Explanation:

  1. Why on the disk: A root directory handles the core pointer mappings and file structures needed to index files and subfolders. Because it must retain this data when the machine powers down, it is written onto non-volatile secondary storage (the disk itself). Volatile main memory (RAM) loses data upon shutdown, ruling out option A.
  2. Why a fixed location: When an Operating System (OS) mounts or initialises any file system, it requires a predictable entry point to begin traversing the folder structure. If the root directory moved dynamically every time, the system would get stuck trying to read basic directory tables. Standard legacy architectures (such as FAT) explicitly map specific, static logical sector numbers to house this data.
  3. Why not options D & E (the system disk): Every independently formatted disk volume or external storage media (such as a USB thumb drive, partition, or supplementary hard disk drive) must carry its own local root directory to maintain its internal layout structure. It cannot rely exclusively on a separate "system disk".

 Key Differences Between "System Disk" and "Disk"

The functional distinction between a System Disk and a standard Disk boils down to file roles and hardware persistence rather than physical design constraints.

 

Answer:
Position:
Show:

Related questions

37 37 votes
6 answers 6 answers
27.9k
27.9k views
Kathleen asked Sep 29, 2014
27,865 views
A certain moving arm disk storage, with one head, has the following specifications:Number of tracks/recording surface $= 200$Disk rotation speed $= 2400$ rpmTrack storage...
40 40 votes
5 answers 5 answers
10.7k
10.7k views
Kathleen asked Sep 29, 2014
10,708 views
The details of an interrupt cycle are shown in figure.Given that an interrupt input arrives every $1$ msec, what is the percentage of the total time that the CPU devote...
42 42 votes
4 answers 4 answers
18.8k
18.8k views
Kathleen asked Sep 29, 2014
18,779 views
Assume that the following jobs are to be executed on a single processor system$$\begin{array}{|c|c|} \hline \textbf{Job Id} & \textbf{CPU Burst Time} \\\hline \text{p} ...
34 34 votes
5 answers 5 answers
35.4k
35.4k views
Kathleen asked Sep 29, 2014
35,391 views
Consider a system having $m$ resources of the same type. These resources are shared by $3$ processes $A, B$, and $C$ which have peak demands of $3, 4$, and $6$ respective...