T TheBandit macrumors newbie Original poster Dec 28, 2014 21 0 Dec 30, 2014 #1 How do you check disc space usage on Mac OSX Mountain Lion? And I don't mean checking for how much space is available, i mean checking to see what is taking up every GB of space.
How do you check disc space usage on Mac OSX Mountain Lion? And I don't mean checking for how much space is available, i mean checking to see what is taking up every GB of space.
D dyt1983 macrumors 65816 May 6, 2014 1,365 165 USA USA USA Dec 30, 2014 #2 edit: To remove personally identifying info not relevant to the conversation. Last edited: Jun 1, 2015
T TheBandit macrumors newbie Original poster Dec 28, 2014 21 0 Dec 30, 2014 #3 That still doesn't show what is taking up hard drive space, there is a large number under "other" but I don't know what "other" is.
That still doesn't show what is taking up hard drive space, there is a large number under "other" but I don't know what "other" is.
liudayu macrumors member Nov 4, 2014 66 53 Dec 30, 2014 #4 google 'OmniDiskSweeper.app' Thank me later.
T TheBandit macrumors newbie Original poster Dec 28, 2014 21 0 Dec 30, 2014 #5 Works perfectly, thank you so much!
maflynn macrumors Haswell May 3, 2009 74,501 44,794 Jan 1, 2015 #6 Another option which is more comprehensive 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
Another option which is more comprehensive 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