February 16, 201016 yr Moderators I have a backup drive that I have plugged into my MacBook and I have time machine and superduper for backups. Whenever I search for something in Finder I get multiple results because it looks on my external drive. Can I disable searching my external drive in Mac OS X?
February 16, 201016 yr Very easy to do... Click on System Preferences --> Spotlight --> Privacy Tab and then click on the + located at the bottom and select the drive or folder that you don't want spotlight to index.
February 16, 201016 yr Moderators You can delete the .SpotlightV100 file on the external drive and disable indexing using Terminal by typing: sudo mdutil -i off /Volumes/External or you can erase the spotlight metadata index by typing: sudo mdutil -E /Volumes/External
Create an account or sign in to comment