mdutil: add turn on/off indexing for all volumes (#5087)

This commit is contained in:
Flip Phillips
2021-01-04 13:53:11 -05:00
committed by GitHub
parent cd72232639
commit 9ddbd97ce4

View File

@@ -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}}`