Difference between revisions of "Spotlight index of mounted volumes"

From Tech-Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:Apple]]
 
[[Category:Apple]]
 +
'''[[Apple#Mac|Back to Mac]]'''
 +
  
 
Spotlight index of mounted volumes: (maybe ignored by macos though?)
 
Spotlight index of mounted volumes: (maybe ignored by macos though?)
Line 6: 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