I have Ubuntu running on a virtualbox VM. When I start Ubuntu, it reports "Low Disk Space". But when I check my partitions, I don't see where.
I have a 2GB Swap partition and /
is a 14GB partition with 2.5GB free space. When I run an update, it is as:
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get clean && sudo apt-get autoremove
du
(disk usage) to narrow down & consider increasing size of your partition to recommended minimum. (yes many users & bloggers get by on less; but they nuke & install rather than release-upgrade, don't add many packages etc..) – guiverc Jul 13 '21 at 06:40