I have a Proxmox VM running Ubuntu, which I use to self host some web apps and as a media server.
I've run into a problem whereby the disk has become full. The virtual disk assigned to the VM by Proxmox is 85GB in size.
When I run df -h I get the following output which clearly shows that / is 100% full.
However, when I run ncdu (with some mounted cifs shares excluded) to try and find the files that are taking the space I get the following output indicating that the total disk usage is only 30.3GB. What's with the discrepancy, and how can I find the missing 50GB of files?
I have run lsof -nP +L1 to see if there's some pending file deletes but can't see anything out of the ordinary there:
I've tried rebooting but that doesn't seem to help.
Any help/advice appreciated.


