How to fix Storage tab on About this mac shows weird value (Backup Case)
Problem
Sometimes, you might see this trouble when you used Mac.
According to that article, re-indexing spotlight search is the solution, but I experienced Storage tab showed too much "Backup" value and I couldn't fix the problem though I tried to do that:
Of course, I don't have 170 Mac Pros (and no money to buy them), so this value must be incorrect!
Solution
- Open your favorite terminal
- Run
sudo mdutil -i off /
. This command means "Disable Spotlight Search Indexing at root directory". By running this command, Spotlight Search index will be deleted. Note that this step needs root permission because accessing to root directory needs the permission. - Disable time machine backup thru
System Preferences > Time Machine
. You can just toggleON
toOFF
below "Time Machine": - If you already closed your terminal opened at step 1, re-open it, but you don't need to run the command at step 2.
- Run
sudo mdutil -i on /
, which means "Turn on Spotlight Search Indexing at root directory". By doing this, the index will be created. This step also needs root permission for the same reason as step 2. - Take a rest for 1-2 hours.. or more :)
- Until this step, the Storage tab shows the value like this: (I have Virtual Disk Image and exclude the path. Therefore this is correct)
- Turn on Time Machine Backup. However, you should remove previous backups and take full-backup.
- Take more rests...
- The problem must be fixed!
Written by Hiroaki Yamamoto
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mac
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#