First, get an idea on the available space on the volume group.

# vgdisplay

Then check the logical volume which requires more space.

# lvdisplay

Once found the settings, do the actual resizing. Keep in mind that lowering the size of a lv might cause trouble!

# lvextend -L22G /dev/System/var
# resize2fs /dev/System/var
%d bloggers like this: