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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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
Refer to the exhibit. A system administrator needs to mount the boot filesystem. Which partition should be used?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
/dev/sda1
Option C is correct because /dev/sda1 is typically the first partition on a disk and is commonly used as the boot partition in MBR or GPT layouts, containing the bootloader and kernel images. The boot filesystem (often mounted at /boot) must be accessible early in the boot process, and partition 1 is the standard location for this purpose.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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
LVM partition, not typically used for boot filesystem.
✗
None of the above
Why it's wrong here
/dev/sda1 is correct.
✓
/dev/sda1
Why this is correct
EFI System Partition used as /boot/efi or /boot on UEFI systems.
Related concept
Read the scenario before looking for a memorised answer.
✗
/dev/sda3
Why it's wrong here
BIOS boot partition used for bootloader code in legacy BIOS with GPT.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may assume the boot partition is always /dev/sda2 (the root partition) or that 'None of the above' is a safe default, but the LFCS exam expects knowledge of standard partition numbering where /dev/sda1 is the boot partition.
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
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. 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.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Storage Management — This question tests Storage Management — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: /dev/sda1 — Option C is correct because /dev/sda1 is typically the first partition on a disk and is commonly used as the boot partition in MBR or GPT layouts, containing the bootloader and kernel images. The boot filesystem (often mounted at /boot) must be accessible early in the boot process, and partition 1 is the standard location for this purpose.
What should I do if I get this LFCS question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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.