Linux_FoundationLinux_Foundation
LFCS · Question #815
LFCS Question #815: Real Exam Question with Answer & Explanation
The correct answer is B: To dynamically change the size of logical volumes.. LVM allows for flexible and dynamic management of storage, enabling administrators to resize, create, delete, and snapshot logical volumes.
Submitted by takeshi77· Apr 18, 2026Storage Management
Question
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Options
- ATo create RAID 9 arrays.
- BTo dynamically change the size of logical volumes.
- CTo encrypt logical volumes.
- DTo create snapshots.
- ETo dynamically create or delete logical volumes.
Explanation
LVM allows for flexible and dynamic management of storage, enabling administrators to resize, create, delete, and snapshot logical volumes.
Common mistakes.
- A. LVM is not used to create RAID arrays; RAID functionality is typically handled by
mdadmfor software RAID or by hardware RAID controllers, and RAID 9 is not a standard RAID level. - C. LVM itself does not encrypt logical volumes; encryption is typically handled by separate technologies like LUKS (Linux Unified Key Setup) which can be applied to LVM logical volumes.
Concept tested. LVM core functionalities
Topics
#LVM#Logical Volumes#Volume Management#Storage
Community Discussion
No community discussion yet for this question.