how would you create a 10GB logical volume called big-app?

You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After
creating the volume group, how would you create a 10GB logical volume called big-app?

You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After
creating the volume group, how would you create a 10GB logical volume called big-app?

A.
lvcreate -v 10240 /dev/vg01/big-app

B.
mklvm -v 10240 -n /dev/vg01/big-app

C.
vgcreate -l 2560 /dev/vg01/big-app

D.
vgcreate -p 10g -n /dev/vg01/big-app

E.
lvcreate -l 2560 vg01 -n big-app



Leave a Reply 0

Your email address will not be published. Required fields are marked *