Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

RedHat EX200 Exam - Topic 6 Question 131 Discussion

Create a logical volumeCreate a new logical volume as required:Name the logical volume as database, belongs to datastore of the volume group, size is 50 PE.Expansion size of each volume in volume group datastore is 16MB.Use ext3 to format this new logical volume, this logical volume should automatically mount to /mnt/database
A) Explanation: fdisk -cu /dev/vda// Create a 1G partition, modified when needed partx --a /dev/vda pvcreate /dev/vdax vgcreate datastore /dev/vdax --s 16M lvcreate-- l 50 --n database datastore mkfs.ext3 /dev/datastore/database mkdir /mnt/database mount /dev/datastore/database /mnt/database/ df --Th vi /etc/fstab /dev/datastore /database /mnt/database/ ext3 defaults 0 0 mount --a Restart and check all the questions requirements.

RedHat EX200 Exam - Topic 6 Question 131 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 131
Topic #: 6
[All EX200 Questions]

Create a logical volume

Create a new logical volume as required:

Name the logical volume as database, belongs to datastore of the volume group, size is 50 PE.

Expansion size of each volume in volume group datastore is 16MB.

Use ext3 to format this new logical volume, this logical volume should automatically mount to /mnt/database

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel