Skip to content

Instantly share code, notes, and snippets.

@mreis1
Last active December 10, 2022 18:55
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 mreis1/a24165dc093828327aa09b35c5b9172e to your computer and use it in GitHub Desktop.
Save mreis1/a24165dc093828327aa09b35c5b9172e to your computer and use it in GitHub Desktop.
Fix Spotlight MacOS BigSur
# Verify the state
sudo mdutil -sav
#/:
# Indexing enabled.
# Scan base time: 2022-12-10 02:39:21 +0000 (58261 seconds ago), reasoning: '(null)'
#/System/Volumes/Data:
# Indexing disabled.
#/Volumes/MR_DATA:
# Indexing and searching disabled.
# Then activate indexing on your target drive
sudo mdutil -i on /System/Volumes/Data
# Full documentation
man mdutil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment