Difference between revisions of "Spotlight index of mounted volumes"

From Tech-Wiki
Jump to: navigation, search
 
Line 8: Line 8:
 
  mdutil -s /Volumes/nameofvolume | Displays current status of indexing
 
  mdutil -s /Volumes/nameofvolume | Displays current status of indexing
 
  mdutil -E /Volumes/nameofvolume | Erases the Spotlight Index
 
  mdutil -E /Volumes/nameofvolume | Erases the Spotlight Index
 
[[test-page]]
 

Latest revision as of 02:48, 8 August 2016

Back to Mac


Spotlight index of mounted volumes: (maybe ignored by macos though?)

mdutil -i on /Volumes/nameofvolume | Enables Spotlight indexing
mdutil -i off /Volumes/nameofvolume | Disables Spotlight indexing
mdutil -s /Volumes/nameofvolume | Displays current status of indexing
mdutil -E /Volumes/nameofvolume | Erases the Spotlight Index