Valid EX200 Dumps shared by ExamDiscuss.com for Helping Passing EX200 Exam! ExamDiscuss.com now offer the newest EX200 exam dumps, the ExamDiscuss.com EX200 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX200 dumps with Test Engine here:
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:
# Scan logical volumes [root@node2 ~]# lvscan # 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