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
Written by NaujiAlgoritmai
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#