Skip to content

Instantly share code, notes, and snippets.

@idleberg
Last active December 15, 2015 01:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idleberg/cf6a37c44548fb2f9c1e to your computer and use it in GitHub Desktop.
Save idleberg/cf6a37c44548fb2f9c1e to your computer and use it in GitHub Desktop.
Enable Spotlight indexing for drives

Enable Spotlight indexing for volumes (network shares, external disks, etc.) in Terminal

# enable indexing
mdutil /Volumes/name -i on

# disable indexing
mdutil /Volumes/name -i off

# check indexing status
mdutil /Volumes/name -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment