1

My desktop storage capacity reaches its limit.

How can I visualize my storage partition between files and apps (Android-like) to efficiently dig into the heaviest files?

pLumo
  • 26,947
Sentice
  • 85
  • 1
    Try look at: https://askubuntu.com/questions/17467/what-is-taking-up-so-much-space-on-my-disk-beside-the-filesystem – Soren A Feb 06 '18 at 14:36

2 Answers2

2

There are a few ways to do this, including du. A common graphical tool you can use is Baobab.

ThunderBird
  • 1,955
Alex
  • 142
  • 1
  • 1
  • 12
0

I prefer use this command line :

du -sh /home/user/*

The result show you the different children with the used space disk. You can of course changer the path with what you want to scan (/var, /opt, ...)