Skip to content

Instantly share code, notes, and snippets.

@kitduncan
Created October 20, 2015 14:57
Show Gist options
  • Save kitduncan/2c369e9064b8d33210de to your computer and use it in GitHub Desktop.
Save kitduncan/2c369e9064b8d33210de to your computer and use it in GitHub Desktop.
Fix broken Spotlight in Mac OS X

Turn off spotlight:

sudo mdutil -a -i off

Unload it:

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Load It:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Turn on spotlight again:

sudo mdutil -a -i on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment