6

I have an external hard drive connected to my Macbook Pro that I always leave on. When I use spotlight to search for something, it always searches this drive. I don't want it to do this because usually the drive is in standby mode, so it takes a while to power up when I use spotlight to find something, and usually what I'm trying to find isn't on that hard drive. How can I prevent spotlight from searching this drive?

tony_sid
  • 14,957

2 Answers2

6

System Prefs --> Spotlight --> Privacy.

Add the drive(s) you want to exclude.

UPDATE:

For a scripting approach try this: Disabling Spotlight in OS X Leopard for the removable drives

Should work for Snow Leopard too.

ricbax
  • 5,118
5

Assuming you don't want Spotlight to index the drive either, create a file,

.metadata_never_index

on the root of the drive. It will no longer get indexed, and, no index, no search. From this tip from Mac OS-X Hints.

JRobert
  • 7,134