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:
There is a local logical volumes in your system, named with shrink and belong to VGSRV volume group, mount to the /shrink directory. The definition of size is 320 MB. Requirement: Reduce the logical volume to 220 MB without any loss of data. The size is allowed between 200-260 MB after reducing.
Correct Answer:
see explanation below. Explanation cd;umount /shrink e2fsck -f /dev/mapper/vgsrv-shrink resize2fs /dev/mapper/vgsrv-shrink 220M lvreduce -L 220M /dev/mapper/vgsrv-shrink mount -a