Last active
December 10, 2022 18:55
-
-
Save mreis1/a24165dc093828327aa09b35c5b9172e to your computer and use it in GitHub Desktop.
Fix Spotlight MacOS BigSur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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