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.
vgcreate -p 10g -n /dev/vg01/big-app
B.
vgcreate -l 2560 /dev/vg01/big-app
C.
mklvm -v 10240 -n /dev/vg01/big-app
D.
lvcreate -v 10240 /dev/vg01/big-app
E.
lvcreate -l 2560 vg01 -n big-app