Created
August 22, 2011 02:47
-
-
Save un33k/1161554 to your computer and use it in GitHub Desktop.
Reset spotlight on osx and Start indexing again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To reset the data cache on your Mac’s hard drive, | |
sudo mdutil -E / | |
To force Spotlight to immediately start re-indexing your hard drive (this might take a few hours and is probably best left to run overnight), enter this command: | |
sudo mdutil -i on / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment