Monthly Archives: January 2017
Remove Disk From LVM
First, we unmount. # sudo umount /dev/vg_blah/lv_blah set active: vgchange -ay Check the file system. # sudo e2fsck -f /dev/vg_blah/lv_blah shrink ext4: resize2fs -p /dev/VolGrp000/root 10G Resize the file system… Read more »