Linux LVM & Storage Interview questions and Answers | Logical Volume Manager (LVM) Concepts
💾 Linux Storage & Volume Management Challenge
Master Linux Filesystems, Partitioning, LVM, and RAID concepts. **Pass with 80% to proceed to the next difficulty level.**
Filesystem Basics: 0/10 (0%)
LVM Concepts: 0/10 (0%)
RAID & Advanced: 0/10 (0%)
Level 1: Filesystem & Partitioning Fundamentals
1.1 Which command is used to display disk space usage for mounted filesystems in a human-readable format?
**Correct Answer: B. `df -h`**. `df` reports total disk space, and `-h` makes it human-readable (e.g., 10G, 500M). `du` reports file/directory space usage.
**End of Filesystem Basics. Click "Next Level" to continue.**
Level 2: Logical Volume Manager (LVM) Concepts
2.1 What does **LVM** stand for?
**Correct Answer: B. Logical Volume Manager**. LVM provides an abstraction layer over physical storage, allowing flexible resizing.
**End of LVM Concepts. Click "Next Level" to continue.**
Level 3: RAID and Advanced Storage Concepts
3.1 What does **RAID** stand for?
**Correct Answer: C. Redundant Array of Independent Disks**. RAID combines multiple physical disks into a single logical unit for redundancy, performance, or both.
**Storage Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment