GCFA · Question #297
What is the name of the Secondary IDE slave, fourth partition in Linux operating system according to the Linux naming convention?
The correct answer is D. HDD4. Linux follows a strict naming convention for IDE (PATA) drives using the prefix 'hd' followed by a letter indicating the drive's position on the IDE controller chain, then a number for the partition. The mapping is: 'hda' = Primary Master, 'hdb' = Primary Slave, 'hdc' =…
Question
What is the name of the Secondary IDE slave, fourth partition in Linux operating system according to the Linux naming convention?
Options
- ASDB3
- BHDC4
- CHDA4
- DHDD4
How the community answered
(41 responses)- A5% (2)
- B12% (5)
- C7% (3)
- D76% (31)
Explanation
Linux follows a strict naming convention for IDE (PATA) drives using the prefix 'hd' followed by a letter indicating the drive's position on the IDE controller chain, then a number for the partition. The mapping is: 'hda' = Primary Master, 'hdb' = Primary Slave, 'hdc' = Secondary Master, 'hdd' = Secondary Slave. Since the question asks for the Secondary IDE Slave (hdd) and the fourth partition (4), the correct device name is 'hdd4'. Option A (SDB3) uses the SCSI/SATA naming prefix ('sd'), which is incorrect here. Options B (HDC4) and C (HDA4) represent the Secondary Master and Primary Master respectively, not the Secondary Slave.
Topics
Community Discussion
No community discussion yet for this question.