Difference between revisions of "Spotlight index of mounted volumes"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Category:Apple Spotlight index of mounted volumes: (maybe ignored by macos though?) mdutil -i on /Volumes/nameofvolume | Enables Spotlight indexing mdutil -i off /Volumes/...")
 
Line 6: Line 6:
 
  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]]

Revision as of 06:27, 10 March 2016


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

test-page