不知道是怎么回事,但是我的Spotlight搜索停止了,我在寻找解决方案,但没有成功:
我在终端上尝试了这个命令,得到了错误:
~ % sudo mdutil -i off /
Spotlight server is disabled.
~ %sudo mdutil -i on /
Spotlight server is disabled.没有成功
发布于 2021-07-03 01:29:47
我在网上搜索,找到了这个解决方案:
Goto Applications -> Utilities
Open Terminal
run this command:
~ % sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
you will see this output
/:
Indexing enabled.再次打开Spotlight并搜索,现在应该可以工作了。
https://stackoverflow.com/questions/68229219
复制相似问题