Edit:
I guess finding anything over 1G in /home will get me started:
Code: Select all
sudo find /home -name '*' -size +1GModerator: jkerr82508
Code: Select all
sudo find /home -name '*' -size +1GCode: Select all
$ du -b -d 2 /download/ | sort -nr | lesskdirstat.sourceforge.net/
Sep 1, 2006 – KDirStat is a graphical disk usage utility, very much like the Unix "du" ... While KDirStat is a KDE program, it runs fine on every X11 desktop,
Code: Select all
$ urpmq -i filelight
Name : filelight
Version : 4.6.5
Release : 2.2
Group : Graphical desktop/KDE
Size : 523768 Architecture: x86_64
Source RPM : kdeutils4-4.6.5-2.2.src.rpm
URL : http://utils.kde.org/projects/filelight/
Summary : Graphical disk usage statistics
Description :
Filelight allows you to quickly understand exactly where your
diskspace is being used by graphically representing your file
system as a set of concentric segmented-rings. You can use it
to locate hotspots of disk usage and then manipulate those
areas using a file manager.

rolf wrote:I think you must have already fixed it but, for the sake of tweaking, another strategy is 'du', with amendments:Code: Select all
$ du -b -d 2 /download/ | sort -nr | less
Code: Select all
du -b /download/ | sort -nr | less
Code: Select all
sudo find /home -name '*.iso' -size +1G
Code: Select all
du -akx /home/youruser | sort -nr | head -n 25Code: Select all
du -sh * 2>/dev/nullCode: Select all
:) df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 48G 15G 31G 33% /
/dev/sda6 393G 275G 118G 70% /home
/dev/sda1 485G 344G 141G 71% /media/win
none 3,0G 16K 3,0G 1% /tmp