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

Intelligent

macrumors 6502a
Original poster
Aug 7, 2013
922
2
What, my hard drive had 390GB left and now its on 140, i know log/cache and random system files do take some space then get deleted and such, but this is a lot, how can i see whats filling it up or something like that?:confused:
 
If you're wondering what "Other" category in the storage tab is about, this may help explain: For space issues not explained by the above, there are a few things you can try, some of which may or may not apply:
  • Begin by restarting your computer as a first step. This sometimes resolves issues.
  • For Time Machine users on notebooks running Lion or later, space may being consumed by Time Machine local snapshots, which can be disabled by entering the following command in Terminal: sudo tmutil disablelocal.
  • Check to see if some of the space is being used by your sleepimage file.
  • Search with Finder to see if the space is being consumed by a very large file or several large files. Adjust the 50GB in the illustration to whatever size you deem appropriate.
    attachment.php
  • Use OmniDiskSweeper, JDisk Report, Disk Inventory X, DaisyDisk or GrandPerspective to see how space is being used on your drive. Some of these apps may show more detail than others, so try several.
  • Check your drive with Disk Utility: Using Disk Utility to verify or repair disks
  • Try re-indexing your drive: Spotlight: How to re-index folders or volumes
Here are a few resolutions found by others with the same question:
 
What, my hard drive had 390GB left and now its on 140, i know log/cache and random system files do take some space then get deleted and such, but this is a lot, how can i see whats filling it up or something like that?:confused:

Run the command below in Terminal and post up the output. It will ask for your admin password and takes a couple minutes to run, then you will get a list showing how many GB of space each base folder is using.

Code:
sudo du -d 1 -x -c -g /

It will look something like this.

Code:
1	/.DocumentRevisions-V100
1	/.fseventsd
1	/.MobileBackups
0	/.PKInstallSandboxManager
1	/.Spotlight-V100
0	/.Trashes
0	/.vol
8	/Applications
1	/bin
0	/cores
1	/dev
1	/home
8	/Library
1	/net
0	/Network
5	/private
1	/sbin
5	/System
31	/Users
1	/usr
1	/Volumes
56	/
56	total
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.