0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Mac】Spotlightのインデックス作成を無効化する方法

Last updated at Posted at 2025-05-15

無効化

以下のコマンドを実行するとSpotlightのインデックス作成を無効化できます。

sudo mdutil -a -i off

次のように無効化できたか確認できます。

$ sudo mdutil -a -s
/:
        Indexing disabled.
/System/Volumes/Data:
        Indexing disabled.
/System/Volumes/Preboot:
        Indexing disabled.

有効化

再度有効化するには以下のコマンドを実行します。

sudo mdutil -a -i on
$ sudo mdutil -a -s
Password:
/:
        Indexing enabled.
/System/Volumes/Data:
        Indexing enabled.
/System/Volumes/Preboot:
        Indexing enabled.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?