nerdexam
Red_HatRed_Hat

EX200 · Question #24

EX200 Question #24: Real Exam Question with Answer & Explanation

Sign in or unlock EX200 to reveal the answer and full explanation for question #24. The question stem and answer options stay visible for context.

Submitted by haru.x· Apr 18, 2026Configure local storage

Question

24. Adjust Logical Volume Size Adjust the size of the logical volume "vo" and its filesystem to 300 MiB, ensuring that the filesystem content remains unchanged. Note: Partition sizes rarely match the requested size exactly, so a range of 290 MiB to 310 MiB is acceptable. For ext4 filesystems, use resize2fs to take effect immediately; for xfs filesystems, use xfs_growfs to take effect immediately. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: # Scan logical volumes # Extend the logical volume. With -rL, the filesystem space is adjusted immediately after extending the volume. [root@node2 ~]# lvextend -rL 300M /dev/myvol/vo # Check the changes [root@node2 ~]# lsblk [root@node2 ~]# lvs # Verification [root@node2 ~]# df -h

Unlock EX200 to see the answer

You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#LVM#Logical Volume resizing#Filesystem resizing#lvextend
Full EX200 PracticeBrowse All EX200 Questions