My SSD-disk on my server is full although du
doesn't show it.
df -h|head
Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 98G 93G 0 100% /
although:
du -xhcs --apparent-size /
35G /
35G total
I also checked with ncdu -x /
which gives also only 35GB
How can I further debug this?