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

z400central

macrumors regular
Original poster
Nov 8, 2006
118
0
Hello All,

Was interested in if there is a way to see what folders take up the most HD space.

Thanks!
 
what is the program that cleans out all the Pre-installed apple software on New macs. My parents brought a new mac mini and i would like to find them some more space. the only speak English so they don't need all the languages, they don't need garage band or anything like that. :eek:
 
Terminal

Try the following command from a terminal window: sudo du -h -d 1 /

It might take a little while as the command creates a recursive summary from the root. It may look something like this:

JoeDoes-computer:~ user$ sudo du -h -d 1 /
59M /.Spotlight-V100
9.1M /.Trashes
1.5K /.vol
2.7G /Applications
1.5K /automount
6.6M /bin
0B /cores
2.0K /dev
2.6G /Library
2.0K /Network
2.5G /private
4.4M /sbin
1.8G /System
91G /Users
490M /usr
8.0K /Volumes
101G /
JoeDoes-computer:~ user$
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.