Skip to content

Instantly share code, notes, and snippets.

@hnielsen
Created June 16, 2017 08:37
Show Gist options
  • Save hnielsen/36d72b95a39bb04bfd66d70a4f8384b3 to your computer and use it in GitHub Desktop.
Save hnielsen/36d72b95a39bb04bfd66d70a4f8384b3 to your computer and use it in GitHub Desktop.
[Spotlight search] Enable spotlight search on network drives #osx #bash
# Enable: -i on / Disable: -i off
mdutil /Volumes/Library -i on
mdutil /Volumes/Music -i on
mdutil /Volumes/Pictures -i on
mdutil /Volumes/Video -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment