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:
One Logical Volume is created named as myvol under vo volume group and is mounted. The Initial Size of that Logical Volume is 400MB. Make successfully that the size of Logical Volume 200MB without losing any dat a. The size of logical volume 200MB to 210MB will be acceptable.
Correct Answer:
First check the size of Logical Volume: lvdisplay /dev/vo/myvol Make sure that the filesystem is in a consistent state before reducing: # fsck -f /dev/vo/myvol Now reduce the filesystem by 200MB. # resize2fs /dev/vo/myvol 200M It is now possible to reduce the logical volume. #lvreduce /dev/vo/myvol -L 200M Verify the Size of Logical Volume: lvdisplay /dev/vo/myvol Verify that the size comes in online or not: df -h