What device identifier will refer to the disk?
You’ve just installed Linux on a new computer with a single SATA hard disk.
What device identifier will refer to the disk?
A . /dev/mapper/disk1
B . /dev/sda
C . /dev/sda or /dev/hda
D . C:
E . /dev/hda
Answer: C
Latest 101-500 Dumps Valid Version with 242 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
No. The correct answer is ‘B’.
For IDE/PATA the device assigned is /dev/hd*, while for SCSI/SATA is /dev/sd*.
Please correct.