Lvm create – New logical volume on volume group

| March 20, 2011

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

Tags:

Category: Linux Administration

Comments are closed.