From 9ddbd97ce4befb24fa0cb3de61e22776e2c04650 Mon Sep 17 00:00:00 2001 From: Flip Phillips Date: Mon, 4 Jan 2021 13:53:11 -0500 Subject: [PATCH] mdutil: add turn on/off indexing for all volumes (#5087) --- pages/osx/mdutil.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/osx/mdutil.md b/pages/osx/mdutil.md index efcf728d52..76c4b35ac3 100644 --- a/pages/osx/mdutil.md +++ b/pages/osx/mdutil.md @@ -10,6 +10,10 @@ `mdutil -i {{on|off}} {{path/to/volume}}` +- Turn on/off indexing for all volumes: + +`mdutil -a -i {{on|off}}` + - Erase the metadata stores and restart the indexing process: `mdutil -E {{path/to/volume}}`