3

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?

kacalapy
  • 605

4 Answers4

8

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

GregD
  • 283
8

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

Daniel Beck
  • 111,893
0

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.

0

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.

Chris S
  • 6,124