dustynus said:
i did that, and nothing shows up in the privacy pane. Do I just have to sit and wait or what?
cheers
First of all, check the Spotlight symbol in the upper right corner of your screen. If you see a pulsing red dot in the middle of the magnifying glass, Spotlight is busy indexing a drive, and can't be used at the moment. This is most likely the cause of your problems, from what you described.
If there is no pulsing dot, try a search. If that doesn't produce any results, then read on.
Open System Preferences and click on Spotlight, and then Privacy.
Your Privacy pane is empty from the start, since Spotlights default is to index everything on your start up volume (system directories and some invisible directory trees excluded). Try clicking on the plus sign, and add your drive. Then restart your computer, open the Spotlight preference pane, and remove your disk from the Privacy pane. Restart again.
Another (quicker) method is to use mdutil in the Terminal. Start Terminal, and check the names of the volumes you have mounted on your system:
Remember the volume name for your start up volume.
Before you go on, check what mdutil does, by issuing the command "man mdutil". This will give you a short description (less than a page) of what it does. You will also see references to mdcheckschema(1), mdfind(1), and mdimport(1). Try "man" on these to, for even more info on dealing with Spotlight.
Then, use mdutil to check the status of your startup volume. As mine is called "MaxPB", I use this command:
This will tell you if Spotlights indexing is enabled or not. If it is, then there might be a problem with the index.
To reindex the drive, issue this command:
Substitute "MaxPB" for the name of your volume.
This will take a while, and you will see the pulsing red dot in Spotlights magnifying glass. Wait for it to disappear before you search again. That took three hours on my drive (40+ GB of documents, most of it text).
Don't bother with "repairing permissions". That only affects restoring the original permissions on files and folders that where installed by Apples Installer.app. Every installation with Installer.app leaves a file in Receipts, that details the permissions to be used on the stuff that gets installed. Disk Utility checks the receipts and tries to restore the permissions accordingly. This almost never solves any problem anymore, it's more of a voodoo thing people resort to when they don't have a clue as to what is wrong.