How to create lvm logical volume
How to create new logical volume if there is enough free space in volume group.
# 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
then we can mount /dev/vg01/lvol13 to any mount points
Category: Linux Administration
