Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/0e44f2df40351b8d49cb to your computer and use it in GitHub Desktop.
Save stefanschmidt/0e44f2df40351b8d49cb to your computer and use it in GitHub Desktop.
Disable Spotlight indexing for a volume
# disable Spotlight indexing for a volume
touch /Volumes/Foobar/.metadata_never_index
# verify indexing status of that volume
mdutil -i on /Volumes/Foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment