Courseiva
Devices, Filesystems and FHSeasyMultiple ChoiceObjective-mapped

LPIC-1 Devices, Filesystems and FHS Practice Question

Exhibit

Refer to the exhibit.

$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 232.9G  0 disk
├─sda1   8:1    0   487M  0 part /boot
├─sda2   8:2    0     1K  0 part
└─sda5   8:5    0 232.4G  0 part
  ├─vg-root (dm-0) 252:0    0    50G  0 lvm  /
  └─vg-home (dm-1) 252:1    0   100G  0 lvm  /home
sdb      8:16   0 232.9G  0 disk
└─sdb1   8:17   0 232.9G  0 part
  └─vg-data (dm-2) 252:2    0   200G  0 lvm  /data

Based on the lsblk output, which of the following is true?

⚠ Common exam trap

Watch out — candidates often confuse partition numbering with partition type, assuming that any partition numbered 5 or higher is automatically a primary partition, when in fact on MBR disks, partitions 5+ are always logical partitions inside an extended partition.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The partition /dev/sda2 is an extended partition.

In the lsblk output, /dev/sda2 is listed as a partition of type 'Extended' (typically shown as 'Extended' or with a partition type ID of 5 in fdisk). Extended partitions cannot be directly formatted or mounted; they serve as containers for logical partitions (e.g., sda5). The lsblk output would show sda2 with no filesystem or mount point, and sda5 would appear as a child of sda2, confirming sda2 is extended.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The disk /dev/sdb has an extended partition.

    Why it's wrong here

    sdb1 is a single partition, no extended.

  • The root filesystem is mounted from /dev/sda5.

    Why it's wrong here

    Root is on LVM volume /dev/mapper/vg-root.

  • The partition /dev/sda2 is an extended partition.

    Why this is correct

    Size 1K and no mount point indicate extended partition.

  • The disk /dev/sda has a primary partition sda5.

    Why it's wrong here

    sda5 is a logical partition (number >4).

About these practice questions

Courseiva writes every LPIC-1 question from scratch — 527 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

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.