[小技巧] mac上的spotlight index的控制 mdutil

date
Nov 12, 2023
slug
tip-mac-spotlight-index-mdutil
status
Published
summary
小技巧
tags
tip
type
Post
URL
notion image

Problem & Summary

# show status on all mountpoints
sudo mdutil -sa

# turn on -a all

# -i on/off 来进行控制 - continue
sudo mdutil -a -i on

# reset and rebuild
sudo mdutil -E -i on

# 只对 / turn on
sudo mdutil -i on /

# turn off
sudo mdutil -a -i off

# -d  Disables Spotlight searches on the provided volume.

Solution

Screenshots

 

© Ying Bun 2021 - 2024