Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
spotlight [2010/02/15 20:51]
henri
spotlight [2014/07/21 00:25]
henri [Mac OS X Spotlight Indexing]
Line 1: Line 1:
 ====== Mac OS X Spotlight Indexing ====== ====== Mac OS X Spotlight Indexing ======
  
-This page provides various information for running Spotlight commands using the Terminal. ​+This page provides various information for running Spotlight ​(MDS) commands using the Terminal. ​
 \\ \\  \\ \\ 
 [[http://​developer.apple.com/​macosx/​spotlight.html|Spotlight]] is an indexing search system and is part of Mac OS X. By default spotlight is enabled on Mac OS X 10.4 and later. ​ [[http://​developer.apple.com/​macosx/​spotlight.html|Spotlight]] is an indexing search system and is part of Mac OS X. By default spotlight is enabled on Mac OS X 10.4 and later. ​
Line 49: Line 49:
 <​file>​mdutil -E /​Volumes/​volumename</​file>​ <​file>​mdutil -E /​Volumes/​volumename</​file>​
  
 +**Check spotlight status for a all mount points within "/​Volumes/"​**
 +<​file>​for v in /Volumes/* ; do  mdutil -s "​${v}"​ ; done</​file>​
 \\  \\