I'm using Ubuntu Linux 14. I'm running out of disk space
[rails@server ~]$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 30G 29G 1.5G 96% /
Is there a way to view a more detailed breakdown of what "df" is calculating for each sub-directory? Before I had been using
du -a / | sort -n -r | head -n 15
to find the top directories using space, but then I noticed that "du" is not the same as "df" and in my case, "du" was vastly underreporting how much space was being used ("du" said only 4GB of space was being used)