Differences between revisions 2 and 3
Revision 2 as of 2010-08-06 12:31:16
Size: 640
Editor: maegger
Comment:
Revision 3 as of 2013-07-17 13:02:24
Size: 662
Editor: bonaccos
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Or use {{{ncdu}}}.

How can I find space eating files in my home?

commandline approach

Using the following commands, you can get a list of items in your home, sorted by size in MB:

gdu -sm ~/.??* ~/* | sort -n | less

If you replace -sm with -sk, the size will be shown in KB.

Or use ncdu.

graphical approach

Try using JDiskReport as a graphical tool. When JDiskReport get startet you can choose the directory it should scan. Here are some Screenshots as an example.

JDiskReport_shot1.png JDiskReport_shot2.png JDiskReport_shot3.png JDiskReport_shot4.png

FAQ/FindStorageHungryFiles (last edited 2020-08-31 13:50:08 by alders)