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

Santabean2000

macrumors 68000
Original poster
Nov 20, 2007
1,887
2,051
Without a word of a lie I have just watched 400GB of HDD space be eaten in front of my eyes. By what??!!!

Internet disconnected...
No disk in slot drive...
Not copying any files...
No programs open...

Yet in the Finder window I could see the GBs just counting down. Scary.

After a restart everything is back to normal, except I am out 400GB of HDD space!

Anyone got any ideas about this?

Cheers,
One Seriously Worried User
 
Not to be picky, but some program was open and writing to disk. A quick look at activity monitor might have shown this.

Executing
Code:
sudo find / -size +524288000c
in a terminal will find all files over 500MB.

This might help you locate the files taking up space.

You could also execute
Code:
cd /; sudo du -h -d 1
This will give a listing of directories and the size of their contents. You can then go into each directory one at a time to find the space eating files (this is in the case that somthing wrote a ton of small files).

If you are not friendly with terminal, I'm sorry, but I'm not friendly with finder, so I don't know of a gui way to do this sort of thing.
 
So, there are now two iDisks that have appeared. One is mine, but the other has 1.7TB of storage! - Definitely not mine. Why would I be seeing that?

Anyway, my comp is trying sync with that, hence the 400GB of space being eaten away.

How do I get rid of that?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.