CORRECT TEXT

CORRECT TEXT

Create a new logical volume according to the following requirements:

The logical volume is named database and belongs to the datastore volume group and has a size of 50 extents.

Logical volumes in the datastore volume group should have an extent size of 16 MB.

Format the new logical volume with a ext3 filesystem.

The logical volume should be automatically mounted under /mnt/database at system boot time.

Answer: fdisk -cu /dev/vda

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

Latest EX200 Dumps Valid Version with 111 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments