|
/Admin/LVM:
Reduce an LVM Volume[1]
The Volume must be unmounted before it can be rduced:
umount /home
Check the volume for errors:
fsck -f /dev/mapper/home/
Shrink the file system to 200G:
resize2fs /dev/mapper/home 200G
Shrink the LVM volume group to the same size:
lvresize -L 200G /dev/mapper/home
[1] http://tcpdump.com/kb/os/linux/lvm-resizing-guide/shrink.html
posted at: 21:15 | path: /Admin/LVM | permanent link to this entry