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:
Create a volume group, and set the size is 500M, the size of single PE is 16M. Create logical volume named lv0 in this volume group, set size is 20 PE, make it as ext3 file system, and mounted automatically under data.
Correct Answer:
fdisk /dev/vda pvcreate /dev/vda3 vgcreate -s 16M vg0 /dev/vda3 lvcreate -n lv0 -l 20 vg0 mkfs.ext3 /dev/mapper/vg0-lv0 mkdir /data /etc/fstab: /dev/mapper/vg0-lv0 /data ext3 defaults 0 0 mount -a mount | grep data