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

vexorg

macrumors 6502a
Original poster
Aug 4, 2009
622
53
I've got something hidden on the mac that seems to be growing. The disk usage is about 100Gb more than the user folder.

What would yosemite by hiding, and can it be purged as the drive usage was never that high before for the non-user folder space.

Is there an easy way to list the folder size in terminal for the hidden stuff, du lists all files, I only want the current folder sizes to see where the usage is.
 

dsemf

macrumors 6502
Jul 26, 2014
442
116
I've got something hidden on the mac that seems to be growing. The disk usage is about 100Gb more than the user folder.

What would yosemite by hiding, and can it be purged as the drive usage was never that high before for the non-user folder space.

Is there an easy way to list the folder size in terminal for the hidden stuff, du lists all files, I only want the current folder sizes to see where the usage is.

Run the following in terminal as an admin:
Code:
sudo du -d 1 -x -c -g /

Adjust the "/" to drill down directories to get sub-directory sizes.

DS
 
  • Like
Reactions: Weaselboy
This could be one of your third party applications if any are installed, Parallels had an issue where the vm log file would get out of hand, saw sizes of up to ~20GB for just that file. You might try running Disk Inventory X to see what is taking up all the space, figure out what the associated program is and adjust the preferences for that application to see if you can stop it. If not you have 2 options:

1) Go in once in a while and delete the file(s), or write a script to do this. (bonus points for you if you make it a daemon that runs automatically)
2) Delete the offending program and find an alternative.
 

JohnDS

macrumors 65816
Oct 25, 2015
1,183
249
Download the free Disk Inventory X: disk inventory x

It will show you what is taking up space on your drive.
 
  • Like
Reactions: jbarley

vexorg

macrumors 6502a
Original poster
Aug 4, 2009
622
53
Run the following in terminal as an admin:
Code:
sudo du -d 1 -x -c -g /

Adjust the "/" to drill down directories to get sub-directory sizes.

Thanks, will dig a bit deeper
 

vexorg

macrumors 6502a
Original poster
Aug 4, 2009
622
53
Mail, old iPhone backups seem to be the cause, along with parallels has jumped up significantly.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.