Unmount the Volume
Good idea to look first and see who is using the volume and then manually stop those services
sudo lsof | grep '/var'
If that doesn't work or you are feelign froggy, you can force it with
sudo umount -l /var
Good idea to look first and see who is using the volume and then manually stop those services
sudo lsof | grep '/var'
If that doesn't work or you are feelign froggy, you can force it with
sudo umount -l /var