View Full Version : Drive usage app or widget?
Chaywa
Jan 23, 2006, 08:42 AM
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.
HiRez
Jan 23, 2006, 10:29 AM
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 (http://www.omnigroup.com/applications/omnidisksweeper/content.html).
ChrisFromCanada
Jan 23, 2006, 10:36 AM
Much free-er and equally as good is Whatsize, look for it on macupdate.com
ChrisA
Jan 23, 2006, 12:37 PM
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".
HiRez
Jan 23, 2006, 04:48 PM
Much free-er and equally as good is Whatsize, look for it on macupdate.comAccording 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
stridey
Jan 23, 2006, 04:50 PM
I personally like Disk Inventory X (http://www.derlien.com/). It's visual, so it's easy to see where your space is being taken up, either by file or folder.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.