How to create lvm logical volume

| April 23, 2011

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

Tags: ,

Category: Linux Administration

Comments are closed.