Ubuntu Disk Usage

Graphical

apt-get install baobap

Command Line

du

  • du ./* -shx
  • Top ten sorted
    • du -shx /* | sort -rh | head -10

 

apt-get install ncdu

Same filesystem only:

ncdu -x