1. Boot to systemrescue cd 2. vgscan 3. vgdisplay 4. vgchange -ay VolGroup00 5. e2fsck -f /dev/VolGroup00/LogVol00 6. resize2fs /dev/VolGroup00/LogVol00 xxG Note: “xxG” is the size in Gigabyte the FS is being reduced to. 7. Repeat step #5 8. lvreduce -LxxG /dev/VolGroup00/LogVol00 Note: “-LxxG” is the same value as xxG […]