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
Rodolfo
15 hours ago
I think the logical volume creation is straightforward. Just follow the steps.
upvoted 0 times
...
Justine
6 days ago
I feel confident about the commands. Just need to focus.
upvoted 0 times
...
Charlie
11 days ago
This question is tricky! So many steps to remember.
upvoted 0 times
...
Ammie
16 days ago
Not sure about using ext3, isn't ext4 better for performance these days?
upvoted 0 times
...
Stefania
21 days ago
I think the expansion size should be fine, 16MB is reasonable.
upvoted 0 times
...
Sylvia
26 days ago
Wait, did you say 50 PE? That's a bit much for a simple database, right?
upvoted 0 times
...
Sena
1 month ago
Totally agree, ext3 is a solid choice for formatting!
upvoted 0 times
...
Chantell
1 month ago
Just a heads up, the logical volume name should be "database".
upvoted 0 times
...
Vinnie
1 month ago
I remember needing to edit `/etc/fstab` to ensure the logical volume mounts automatically, but I’m a bit unsure about the correct entry format.
upvoted 0 times
...
Georgiana
2 months ago
I believe the volume group name should be `datastore`, but I might be mixing it up with another practice question.
upvoted 0 times
...
Jesse
2 months ago
I practiced a similar question where I had to format a logical volume, but I can't recall if I used `mkfs.ext3` or something else.
upvoted 0 times
...
Lorean
2 months ago
I think I remember that I need to use `lvcreate` to create the logical volume, but I'm not sure about the exact syntax.
upvoted 0 times
...

Save Cancel