T TheBandit macrumors newbie Original poster 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 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 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.
maflynn macrumors Broadwell 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