View Full Version : App to Tell Me What's Taking Up Space on Hard Drive?
mcmike100
Jan 20, 2006, 01:49 AM
Does anyone know of a program that will tell me how much hard drive space is being taken up by various things?
Recently, I lost three gigs of space for no apparent reason. I suspect it has to do with the cache produced by Lightroom and some other things.
I'd like to find out for sure where that free space went, though.
Any ideas?
Thanks
Lacero
Jan 20, 2006, 01:51 AM
Finder can do it. :p
Select View > as List, and Command+J (Show View Options). Select the last button labeled, Calculate All Sizes. Finder will then list all the space taken up by the various apps, files and folders.Here's to the Crazy Ones http://forums.macrumors.com/attachment.php?attachmentid=35452 (http://www.uriah.com/apple-qt/movies/think-different.mov)
lalcan
Jan 20, 2006, 02:11 AM
Try Whatsize it's great and freeware, you can find it in versiontracker...
iMeowbot
Jan 20, 2006, 02:17 AM
Disk inventory X (http://www.derlien.com/). It really gives you a great idea of what's taking up real space.
thefunkymunky
Jan 20, 2006, 03:30 AM
OmniDiskSweeper thingy from OmniGroup will do the trick.
bousozoku
Jan 20, 2006, 03:52 AM
Try Whatsize it's great and freeware, you can find it in versiontracker...
I was just using WhatSize. It works quite well and being free makes it even better.
Palad1
Jan 20, 2006, 03:59 AM
Fire up Terminal
sudo 'du / -m | sort -n -r> filesize; open filesize'
and you'll get a nice list of files and directories sorted by size (descending).
mcmike100
Jan 20, 2006, 02:25 PM
Whatsize works great, thanks!
ChrisA
Jan 20, 2006, 04:58 PM
Does anyone know of a program that will tell me how much hard drive space is being taken up by various things?
Recently, I lost three gigs of space for no apparent reason. I suspect it has to do with the cache produced by Lightroom and some other things.
I'd like to find out for sure where that free space went, though.
Any ideas?
Thanks
"find" works well for your task. Use the find command from the terminal.
see "man find" for details.
You can ask "find" for example to print the names of all files larger than a given size. "find / -size +100000000c -print" would print out the files larger than 1000000000 bytes long
Check the find man page for details it can also find files based on other criteria like date of modifation or a pattern in the filename
Of courrse you can hunt around with finder too and click "get info" and it willtell you how big thing are too.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.