Lvm create – New logical volume on volume group
Volume group name is vg01.
#lvcreate -n lvol13 -L 35G vg01
lvcreate — doing automatic backup of “vg01″
lvcreate — logical volume “/dev/vg01/lvol13″ successfully created
#mke2fs -j /dev/vg01/lvol13
#mount /dev/mapper/vg01-lvol13 /oracle
Category: Linux Administration
