The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
The free space on my MacBook Pro's hard drive seems to have mysteriously dropped from 12 GB to 7, and I can't remember installing anything to cause this*. Is there some way I can spot potentially runaway files?
* The only large thing I've installed in recent memory was Xcode, and that was a reinstall that I only did that to fix nasm and had it install a couple more tools while I was at it. By rights that should only have added 100 MB or so. The image is only 900MB, which still doesn't explain several gigs.
Disk Inventory X works wonderfully! It's SpaceMonger for OS X. It will show you the contents of your harddrive visually, with boxes representing their proportional size. It's amazingly useful.
I think you can get the same sort of information using the command line tool du (short for disk usage). I'd be surprised if du wasn't among the standard UNIX commands that ship with OS X, anyway. Here's the command I use on my Linux server to find which folders contain a lot of data:
du -csh
The c provides a total, the s makes it print only a summary, and the h makes the output human readable. The parameters might be different for you, depending on what version of du you've got. Once you figure out from the root which folders are space hogs, you can drill down to find out which specific locations / files are taking up the space.
Posts
OS X, not XP.
It'll show you the folder sizes of all the folders on your HD. My guess is that it's something in your ~/home/Library folder.
It's probably print drivers and language packs (delete them if you like, but don't delete drivers / languages you use. Duh)