Archive for the ‘LVM’ category

Extending LVM Partition without unmount

October 31st, 2009

1)  lvextend -L +10G /dev/VolGroup01/LogVol00
2)  resize2fs /dev/VolGroup01/LogVol00
3)  lvreduce -L 1G  /dev/VolGroup01/LogVol00