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

gngan

macrumors 68000
Original poster
Jan 1, 2009
1,829
72
MacWorld
I am seeing 104gb of others and when i use omnidisksweeper...it's not showing it.
 

Attachments

  • Screen Shot 2016-10-12 at 6.21.27 PM.png
    Screen Shot 2016-10-12 at 6.21.27 PM.png
    175.8 KB · Views: 78
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.