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

sstevens

macrumors member
Original poster
Oct 14, 2012
67
2
California
I have a 256GB SSD for startup and applications and a 1TB HD for all my documents, music, etc.

I have <700MB available to me now.

I recently began editing a video in Final Cut and so "imported Media" of about 70GB and I saw it was using that on my SSD, "Macintosh HD". Why?

What is it that's using so much space? I have almost no extra Apps installed:
tumblr_ni1damB8Iy1r2hz5go1_1280.png


What Can I do? When I imported the media into Final Cut I "copied" the files which I assume is what sucked up so much space this last time. But in reality, I should have over 100GB available. wtf? please help!!! Can provide screenshots as needed. I really need to fix this, my computer is running so slow.
 
Get yourself a copy of Daisydisk from the Mac App Store. That will show you graphically what is taking space on your SSD.
 
Thanks, sickboy.

Of all the "disk space" apps I've seen, DiskWave is the most useful...
 
Download and use OmniDiskSweeper. It will provide a sorted list of what's consuming your space.

If you run it with sudo (As shown below), it will include some system files that it woud not normally have access to scan. That is a more accurate representation of what's consuming your drive.
Code:
sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper

Another option is to use this terminal command
sudo du -d 1 -x -c -g /

I prefer to redirect it to a text file (this puts it in your Documents folder
sudo du -d 1 -x -c -g / > ~/Documents/du.txt

Like the sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper command, it will scan all directories, but produce a text file as opposed to showing the results in a window
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.