Drag a concept onto its matching description — or click a concept then click the description.
First SCSI/SATA disk
First NVMe SSD
First serial port (COM1)
First loopback device
First software RAID device
Match each device file naming pattern to its device type.
Drag a concept onto its matching description — or click a concept then click the description.
First SCSI/SATA disk
First NVMe SSD
First serial port (COM1)
First loopback device
First software RAID device
Answer choices
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
/dev/sda: SATA/SCSI hard disk
Common Linux device naming conventions: /dev/sdX for SATA/SCSI, /dev/hdX for IDE, /dev/ttySX for serial ports, /dev/srX for optical drives, /dev/nvmeXnY for NVMe. Be cautious not to confuse with floppy (/dev/fdX) or other types.
Answer analysis
For each option: why learners choose it and why it is or isn't the right answer here.
/dev/sda: SATA/SCSI hard disk
Why this is correct
/dev/sdX is used for SATA and SCSI disks.
/dev/hda: IDE hard disk
Why this is correct
/dev/hdX is the traditional naming for IDE (PATA) disks.
/dev/ttyS0: Serial port
Why this is correct
/dev/ttySX represents standard serial ports.
/dev/sr0: Floppy disk
Why it's wrong here
Incorrect: /dev/sr0 is for optical drives (CD/DVD); floppy disks use /dev/fd0.
/dev/nvme0n1: NVMe SSD
Why this is correct
/dev/nvmeXnY is used for NVMe solid-state drives.
Go deeper
About these practice questions
One of 527 original LPIC-1 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.