Please see the image below.
Notice that my /home
directory is already 100% but I still got plenty of space on /dev/mapper/vg00-srv
. Is there a way that I can use that space for my /home
or rather increase the size of my /home
directory. This is a Debian box.
Your response is greatly appreciated.
sudo su - umount /srv resize2fs /dev/mapper/vg00-srv 800G lvresize -L 810G /dev/mapper/vg00-srv lvresize -L +80G /dev/mapper/vg00-home resize2fs /dev/mapper/vg00-home mount /srv