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
Last revision Both sides next revision
spotlight [2010/02/15 20:51]
henri
spotlight [2012/02/16 19:47]
henri [Spotlight Volume Commands]
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>​
 \\  \\