Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Chaywa

macrumors member
Original poster
Jun 26, 2004
72
0
Athens, OH
Is there an app or widget that can show you how your drive is filled up by folder? In other words something that lists your directories in a hierachy starting at the most storage usage to the least? This would help me quickly find storage hogs and clean them up.

Thanks for your help.
 
Chaywa said:
Is there an app or widget that can show you how your drive is filled up by folder? In other words something that lists your directories in a hierachy starting at the most storage usage to the least? This would help me quickly find storage hogs and clean them up.
You can do this right in the Finder, just click on your root folder (disk) and select list view (the "four little horizontal lines" icon at the top of the Finder window), then click the Size header (and choose "Calculate all sizes" from View Options in the View menu). But, for a better interface for what you're looking for, you can download OmniDiskSweeper.
 
Chaywa said:
Is there an app or widget that can show you how your drive is filled up by folder? In other words something that lists your directories in a hierachy starting at the most storage usage to the least? This would help me quickly find storage hogs and clean them up.

Thanks for your help.

What you want is included with OSX and every other UNIX-like OS.
Go to the termial and type "du -s * | sort -n" It will print the list of objects and the sie of each sorted by size.

If you leave off the "-s" you get a longer list that go into each folder and subfolder. That would be "du * | sort -n".

For details read the man page. Type "man du".
 
ChrisFromCanada said:
Much free-er and equally as good is Whatsize, look for it on macupdate.com
According to their website, OmniDiskSweeper is feww for just identifying the largest files, I guess you have to pay to have it delete stuff for you. Always seemed a bit silly for $15.

EDIT: feww = free :p
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.