I've been trying to free up disc space in my Ubuntu 22.04 install.
I've been using a disc analyzer tool similar to windirstat but for Ubuntu (QDirStat) which shows up a total used space of around ~60gb while the File system tab in System Monitor shows up a total used space of ~90gb.
How can I find which one is right and/or what is using the missing ~30gb of used space?
EDIT: More specs:
Below is the du -h output.
Running sudo lsof +L1 outputs a bunch of files but I ran a command that summed up the used space by lsof's and it's about 350MB only.
Also this is a VM running on VMWare Workstation if that matters.
Difference between different HD space analyzers and System monitor:


dushow? What filesystem are we talking about? Is it one partition? Many? What is the output ofdf -h? Please edit your question and add more detail.lsofis installed, then runsudo lsof +L1to see if your system has deleted files that are still held open by running processes. Those files no longer have any name in directory listings, but they won't actually get removed from disk until the process(es) holding them open either close them or exit.