Resize a logical volume

From MyWiki
Jump to: navigation, search

Example 1: add 10GB to "/" (root) partition
Add 10GB to "root" volume:
lvresize -L +10G /dev/VolGroup00/root
Resize the filesystem that resides on that volume:
resize2fs /dev/VolGroup00/root