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

Pumapayam

macrumors member
Original poster
Apr 11, 2009
81
24
So, how do I have over 800 GB of "other" but I can't find out where or what it is!?! I have Googled and Youtube troubleshooting techniques with no luck. Someone please help.
 

Attachments

  • Screen Shot 2017-07-08 at 2.00.58 PM.png
    Screen Shot 2017-07-08 at 2.00.58 PM.png
    651.5 KB · Views: 156
Use OmniDiskSweeper to view the files on your Media drive. It will show you exactly that files are large.

OmniDiskSweeper free

http://www.omnigroup.com/products/omnidisksweeper/
Thank you! I have done similar programs and all the "large" files seem to be media files or iOS files. I have gone and clean those out. Is Omni Disk Sweeper any different and will it find large files that are not the above mentioned?
 
So, how do I have over 800 GB of "other" but I can't find out where or what it is!?! I have Googled and Youtube troubleshooting techniques with no luck. Someone please help.
Here is what I use.

Open a terminal window and as an admin user:
Code:
sudo du -d 1 -x -c -g /

You will get a list like the following.
Code:
1    /.DocumentRevisions-V100
1    /.fseventsd
0    /.PKInstallSandboxManager-SystemSoftware
2    /.Spotlight-V100
0    /.vol
9    /Applications
1    /bin
0    /cores
1    /dev
1    /home
4    /Library
1    /net
0    /Network
7    /private
1    /sbin
10    /System
73    /Users
1    /usr
1    /Volumes
104    /
104    total

Now you can drill down on areas of interest. For example, change the last / to /Users to see how much space each user is using.

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