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
  • 27,991
Sentice
  • 85
  • 3
  • 12

2 Answers2

2

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

ThunderBird
  • 1,963
  • 13
  • 22
  • 31
Alex
  • 142
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, ...)