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

Anand953

macrumors regular
Original poster
Mar 28, 2015
205
42
Hi All:

I have a MBPr 2014 (late) model with 128 GB storage. Off late I just observed that my "Others" storage keeps fluctuating and is currently showing 20.1 GB.. What is this "Others" storage and where I can I find it?

Is there a way to optimise this usage? With 128GB, I can't afford to loose my space to unknown agents utilising my disk space :(
 
Hi All:

I have a MBPr 2014 (late) model with 128 GB storage. Off late I just observed that my "Others" storage keeps fluctuating and is currently showing 20.1 GB.. What is this "Others" storage and where I can I find it?

Is there a way to optimise this usage? With 128GB, I can't afford to loose my space to unknown agents utilising my disk space :(
I say....get external hard drive as your main...OR sell the MBP and get higher storage.
 
If you have time machine enabled, then its local snapshots, i.e., backups on your main drive.

Download and use OmniDiskSweeper. It will provide a sorted list of what's consuming your space.

If you run it with sudo (As shown below), it will include some system files that it woud not normally have access to scan. That is a more accurate representation of what's consuming your drive.
Code:
sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper

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

Like the sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper command, it will scan all directories, but produce a text file as opposed to showing the results in a window
 
Hi All:

I have a MBPr 2014 (late) model with 128 GB storage. Off late I just observed that my "Others" storage keeps fluctuating and is currently showing 20.1 GB.. What is this "Others" storage and where I can I find it?

Is there a way to optimise this usage? With 128GB, I can't afford to loose my space to unknown agents utilising my disk space :(
Other is everything that does not fall into one of the other categories (like the OS), and 20GB sounds about right.

If you have reason to believe more space that usual is being used, run the Terminal command maflynn gave you and post up the results here so we can have a look and try to help you.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.