Possible Duplicates:
Best free tool to find largest files and folders on a drive
Best program to visualize file system usage on Windows?

does anyone know a free software that will graph the directories on my hard drive and sort them in order of largest size?

or provide me a solution for me to quickly determine what drives/ files are consuming my hard drive space?

link|improve this question

57% accept rate
3  
What OS? You need to provide more information – MadHatter Jan 5 '11 at 15:41
This question would be better suited for SU – Josh Brower Jan 5 '11 at 15:52
Oh, I found another one: superuser.com/questions/8248/… – Bobby Jan 5 '11 at 16:20
@Bobby So how do you know the user is on Windows? – Daniel Beck Jan 5 '11 at 16:46
@Daniel Beck: Good point...was a wild guess, a Linux/MacOSX/anyOtherOsUser would have, most likely, mentioned it. – Bobby Jan 9 '11 at 19:17
feedback

migrated from serverfault.com Jan 5 '11 at 16:04

This question came from our site for system administrators and desktop support professionals.

closed as exact duplicate by Bobby, Nifle, Sathya, Diago Jan 5 '11 at 18:16

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

up vote 6 down vote accepted

I've had really good luck with windirstat, if you're on Windows of course.

link|improve this answer
feedback

You can use utilities such as KDirStat (Linux/KDE) to visualize where your free space went.

alt text


WinDirStat is a similar tool for Windows.

alt text


Disk Inventory X is for Mac OS X.

alt text

link|improve this answer
feedback

For windows- have a look at getfoldersize - it doesn't graph but it does sort by usage and allows you to drill down and find high usage sub directories etc.

link|improve this answer
feedback

If you're using a *nix environment it's quick to just use du -sh /dir to find offensively sized directories. It's somewhat crude, but quick and effective.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.