This LFCS practice question tests your understanding of storage management. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: boot partition. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Refer to the exhibit.
Disk /dev/sda: 100 GiB, 107374182400 bytes, 209715200 sectors
Disklabel type: gpt
Device Start End Sectors Size Type
/dev/sda1 2048 1026047 1024000 500M EFI System
/dev/sda2 1026048 209715166 208689119 99.5G Linux LVM
/dev/sda3 209715167 209715199 33 16.5K BIOS boot
A system administrator needs to mount the boot filesystem on a typical Linux system with MBR partitioning. Which partition should be used?
Exhibit
Refer to the exhibit.
Disk /dev/sda: 100 GiB, 107374182400 bytes, 209715200 sectors
Disklabel type: gpt
Device Start End Sectors Size Type
/dev/sda1 2048 1026047 1024000 500M EFI System
/dev/sda2 1026048 209715166 208689119 99.5G Linux LVM
/dev/sda3 209715167 209715199 33 16.5K BIOS boot
A
/dev/sda2
Why wrong: /dev/sda2 is often used for the root filesystem (/) or other purposes, not typically the boot partition.
B
None of the above
Why wrong: None of the above is incorrect because /dev/sda1 is a standard choice for boot.
C
/dev/sda1
Correct. /dev/sda1 is the first partition and commonly holds the boot filesystem.
D
/dev/sda3
Why wrong: /dev/sda3 may be used for swap or other partitions, but not the boot filesystem by default.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
/dev/sda1
In the context of the LFCS exam, the first partition on a disk (/dev/sda1) is commonly reserved for the boot partition. This partition contains the bootloader and kernel images necessary for system startup. Option C is correct.
Key principle: Boot partition
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
/dev/sda2
Why it's wrong here
/dev/sda2 is often used for the root filesystem (/) or other purposes, not typically the boot partition.
✗
None of the above
Why it's wrong here
None of the above is incorrect because /dev/sda1 is a standard choice for boot.
✓
/dev/sda1
Why this is correct
Correct. /dev/sda1 is the first partition and commonly holds the boot filesystem.
Related concept
Boot partition
✗
/dev/sda3
Why it's wrong here
/dev/sda3 may be used for swap or other partitions, but not the boot filesystem by default.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Candidates often mistake the root partition (e.g., /dev/sda2) as the boot partition or choose 'None of the above' out of uncertainty. The LFCS exam expects knowledge that partition 1 is the standard location for /boot.
Detailed technical explanation
How to think about this question
Under the hood, the boot partition must be formatted with a filesystem that the bootloader (e.g., GRUB) can read, such as ext2/3/4 or FAT32, and it often resides within the first 2 TB of the disk for BIOS/MBR systems. In a real-world scenario, if /dev/sda1 is missing or corrupted, the system may fail to boot, requiring recovery via a live CD to reinstall the bootloader or repair the partition table.
KKey Concepts to Remember
Boot partition
MBR partitioning
/dev/sda1
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Boot partition
Real-world example
How this comes up in practice
A practitioner preparing for the LFCS exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Boot partition Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Review boot partition, then practise related LFCS questions on the same topic to reinforce the concept.
The correct answer is: /dev/sda1 — In the context of the LFCS exam, the first partition on a disk (/dev/sda1) is commonly reserved for the boot partition. This partition contains the bootloader and kernel images necessary for system startup. Option C is correct.
What should I do if I get this LFCS question wrong?
Review boot partition, then practise related LFCS questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Boot partition
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This LFCS practice question is part of Courseiva's free Linux Foundation 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 LFCS exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.