Linux.com

Where has my disk space gone?

Posted by: Anonymous [ip: 68.107.136.238] on December 17, 2008 10:15 PM
Another great one, which I use, is gdmap: http://gdmap.sourceforge.net/

(Also: " du -sh `ls` " is no good because it will not handle any filenames with spaces. Use " du -sh * " instead.

#

Return to Where has my disk space gone?