Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.
Actual exam question for RedHat's EX200 exam Question #: 22 Topic #: 7
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.
Suggested Answer:
Solution: # 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
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Is the comment made by USERNAME spam or abusive?
Commenting
In order to participate in the comments you need to be logged-in.
You can sign-up / login
(it's free).
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).