LVM
Platz neu verteilen
root ist zu klein, soll vergrößert werden, der Platz wird von /home abgezwackt.
# umount /home # e2fsck -f /dev/mapper/labor02-home # resize2fs /dev/mapper/labor02-home 60G # lvreduce /dev/labor02/home -L60G # mount /home # lvextend -l +100%FREE /dev/labor02/root # resize2fs /dev/mapper/labor02-root
https://www.rootusers.com/lvm-resize-how-to-decrease-an-lvm-partition/ https://www.rootusers.com/lvm-resize-how-to-increase-an-lvm-partition/