Last Updated: February 25, 2016
·
328
· topazas

Resizing LVM partitions

If your disk is partitioned with LVM, here is example to extend partition to free space:

# check for free space :)
df -h
vgdisplay
lvextend -l +50%FREE /dev/our_mashine/disk
resize2fs -p /dev/our_mashine/disk
df -h