df -h
that shows some info.G'day @Blu-Linux, welcome to Linux.org
In terminal run :
Code:df -h
Copy and paste the result back here in your reply
that shows some info.
sudo apt-get clean
sudo apt-get autoremove --purge
journalctl --disk-usage
sudo journalctl --vacuum-size=100M
sudo du -ahx / | sort -rh | head -n 20
thanks.I concur with Caffine in that it best to recreate the VM with additional space; but for the sake of clarity and information you can try these.
Clean up
Code:sudo apt-get clean
and purge
Code:sudo apt-get autoremove --purge
Check your log usage
Code:journalctl --disk-usage
Clean up if need be.
Code:sudo journalctl --vacuum-size=100M
You can actually see which files are hogging your disk space with
But ultimately, allocate more disc space as suggested above.Code:sudo du -ahx / | sort -rh | head -n 20