nerdexam
GIAC

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' =…

Advanced Mac & Linux Forensics

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)
  • A
    5% (2)
  • B
    12% (5)
  • C
    7% (3)
  • D
    76% (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

#Linux disk naming#IDE devices#partition naming#device conventions

Community Discussion

No community discussion yet for this question.

Full GCFA Practice