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

MittenSox

macrumors newbie
Original poster
Feb 26, 2008
13
0
Hey as odd as this sounds I can't seem to locate where most my hard drives space is going, I have a MacBook Pro with a capacity of 111.47gb total.

I appreciate some of this is taken by the OS but when I use the get info on my Finder tabs (Apps, Documents etc) it only ammounts to roughly 25gb max, I can't seem to locate the remaining 75 gb or so! Anyway of having an overview of your Hard Drive space? I hope I am not just being thick!

Thanks a lot!:)
 
Another option

There is another option for working out where your space is going, but it may take a little longer.

Open the terminal and get a shell as the administrator by typing:

sudo sh

You will need to enter the admin password.

Now, type:

du -sh /*

This will go off and calculate the size of every directory and file at the root of your hard disk (i.e. the "Macintosh HD" level).

From there, you will probably see that /Users is taking the most space, so you can drill-down by typing:

du -sh /Users/*

And so-on until you find where your space has gone.

DiskInventoryX does give a nice graphical view of this however.

Mark
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.