M mavericks7913 Suspended Original poster Jun 17, 2016 #1 Today, idk why but there are over 250gb of "other" unexpectedly. I have no idea why do I have more than 250gb just for other files so I want to delete unnecessary other files asap. How can I identify those other files?
Today, idk why but there are over 250gb of "other" unexpectedly. I have no idea why do I have more than 250gb just for other files so I want to delete unnecessary other files asap. How can I identify those other files?
B Benjinator macrumors newbie Jun 17, 2016 #2 Try using disk inventory x. It is an amazing utility that will show you what is using up space on your Mac. http://www.derlien.com
Try using disk inventory x. It is an amazing utility that will show you what is using up space on your Mac. http://www.derlien.com
maflynn macrumors Broadwell Jun 18, 2016 #3 Download and use OmniDiskSweeper. It will provide a sorted list of what's consuming your space. Another option 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
Download and use OmniDiskSweeper. It will provide a sorted list of what's consuming your space. Another option 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