EX200 Create and configure file systems Practice Question
This EX200 practice question tests your understanding of create and configure file systems. 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.
Output of 'pvscan' and 'vgdisplay':
PV /dev/sda2 VG vg00 lvm2 [19.99 GiB / 0 free]
PV /dev/sdb1 VG vg00 lvm2 [19.99 GiB / 19.99 GiB free]
Total: 2 [39.98 GiB] / in use: 2 [39.98 GiB] / in no VG: 0 [0 ]
--- Volume group ---
VG Name vg00
System ID
Format lvm2
Metadata Areas 2
Metadata Sequence No 6
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 2
Act PV 2
VG Size 39.98 GiB
PE Size 4.00 MiB
Total PE 10235
Alloc PE / Size 5120 / 20.00 GiB
Free PE / Size 5115 / 19.98 GiB
VG UUID abcd1234
Based on the exhibit, how much free space is available in the volume group vg00?
Refer to the exhibit.
Output of 'pvscan' and 'vgdisplay':
PV /dev/sda2 VG vg00 lvm2 [19.99 GiB / 0 free]
PV /dev/sdb1 VG vg00 lvm2 [19.99 GiB / 19.99 GiB free]
Total: 2 [39.98 GiB] / in use: 2 [39.98 GiB] / in no VG: 0 [0 ]
--- Volume group ---
VG Name vg00
System ID
Format lvm2
Metadata Areas 2
Metadata Sequence No 6
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 2
Act PV 2
VG Size 39.98 GiB
PE Size 4.00 MiB
Total PE 10235
Alloc PE / Size 5120 / 20.00 GiB
Free PE / Size 5115 / 19.98 GiB
VG UUID abcd1234
A
19.98 GiB
Correct: matches Free PE size in vgdisplay.
B
10235 MiB
Why wrong: Incorrect: that is total PE.
C
20.00 GiB
Why wrong: Incorrect: that is allocated size.
D
19.99 GiB
Why wrong: Incorrect: that is individual PV size.
E
5115 MiB
Why wrong: Incorrect: correct value but units mismatch.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
19.98 GiB
The correct answer is A because the exhibit shows the Physical Volume (PV) size as 20.00 GiB, but the Volume Group (VG) vg00 has a Physical Extent (PE) size of 4.00 MiB, and the total PE count is 5115. The total usable capacity is 5115 PE × 4 MiB = 20460 MiB = 19.98 GiB (since 20460 ÷ 1024 = 19.98046875 GiB). This is the free space available in vg00, as no Logical Volumes (LVs) are allocated.
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.
✓
19.98 GiB
Why this is correct
Correct: matches Free PE size in vgdisplay.
Related concept
Read the scenario before looking for a memorised answer.
✗
10235 MiB
Why it's wrong here
Incorrect: that is total PE.
✗
20.00 GiB
Why it's wrong here
Incorrect: that is allocated size.
✗
19.99 GiB
Why it's wrong here
Incorrect: that is individual PV size.
✗
5115 MiB
Why it's wrong here
Incorrect: correct value but units mismatch.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Red Hat often tests the distinction between raw PV size and usable VG space, trapping candidates who assume the PV size equals the VG free space without accounting for PE size and rounding.
Detailed technical explanation
How to think about this question
In LVM, the Volume Group's free space is calculated as (Total PE count × PE size) minus any allocated extents. The PE size is set at VG creation (default 4 MiB in many distributions) and cannot be changed without recreating the VG. The raw PV size (e.g., 20.00 GiB) is never fully usable because LVM reserves a small amount of metadata (typically a few MiB) and because the PE size may not divide evenly into the PV size, leading to rounding. In this case, 20.00 GiB = 20480 MiB, but with a 4 MiB PE size, only 5115 PEs fit (5115 × 4 = 20460 MiB), leaving 20 MiB unused (not part of the VG). This is a common real-world scenario when adding disks to a VG: the 'free space' shown by vgdisplay is the sum of unallocated PEs, not the raw disk size.
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 EX200 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.
Create and configure file systems — This question tests Create and configure file systems — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: 19.98 GiB — The correct answer is A because the exhibit shows the Physical Volume (PV) size as 20.00 GiB, but the Volume Group (VG) vg00 has a Physical Extent (PE) size of 4.00 MiB, and the total PE count is 5115. The total usable capacity is 5115 PE × 4 MiB = 20460 MiB = 19.98 GiB (since 20460 ÷ 1024 = 19.98046875 GiB). This is the free space available in vg00, as no Logical Volumes (LVs) are allocated.
What should I do if I get this EX200 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 EX200 practice question is part of Courseiva's free Red Hat 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 EX200 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.