LPIC-1 Devices, Filesystems and FHS Practice Question
Exhibit
$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 256G 0 disk ├─sda1 8:1 0 512M 0 part /boot/efi ├─sda2 8:2 0 100G 0 part / ├─sda3 8:3 0 150G 0 part /data
Refer to the exhibit. How much unpartitioned space is available on /dev/sda?
⚠ Common exam trap
The trap is that candidates may misread the partition sizes from the exhibit or incorrectly sum them. The exhibit shows sda1=0.5G, sda2=100G, sda3=150G, totaling 250.5G, leaving 5.5G unpartitioned. Picking 6G comes from assuming all partitions are round numbers or misremembering the total.
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
✓
5.5G
The output of `fdisk -l /dev/sda` shows partitions sda1 (0.5G), sda2 (100G), and sda3 (150G), summing to 250.5G. The total disk size is 256G, so the unpartitioned space is 256G - 250.5G = 5.5G. Candidates often misread the partition sizes or add them incorrectly, leading to wrong answers.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
256G
Why it's wrong here
That is the total disk size, not free space.
- ✓
5.5G
Why this is correct
256G - (0.5G + 100G + 150G) = 5.5G.
- ✗
6G
Why it's wrong here
Incorrect calculation.
- ✗
150G
Why it's wrong here
That is the size of sda3, not unpartitioned space.
Go deeper
Related to this question
About these practice questions
This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.