Indexing files

Joined
Mar 13, 2007
Messages
38
Reaction score
0
Points
6
When doing a search (Comm+F) on my 10.4.10 mac, I'm unable to find certain files.
It's only after I open a file & "Save As", that I can find it while doing a search.
I believe the machine needs to be indexed.
How do I do that?
 
Joined
Apr 28, 2006
Messages
2,542
Reaction score
79
Points
48
Your Mac's Specs
iMac Core Duo 20", iBook G4, iPhone 8GB :)
All the indexing takes place under the hood. This is weird. Stuff just pops up on my mac instantly after adding/deleting files...
 
M

MacHeadCase

Guest
In your System Preferences, what does the Spotlight pref pane say? Are all the items ticked On? And under the Spotlight pref pane's Security tab, do you have any items in that window? If there is anything in the Security tab, that prevents Spotlight from searching the items in that list...
 
OP
R
Joined
Mar 13, 2007
Messages
38
Reaction score
0
Points
6
Tried...added Macintosh HD icon & removed, however nothing happened.
I even logged out & back in. Nada!
 
M

MacHeadCase

Guest
Very odd, your problem...

If you have downloaded MainMenu (google with this spelling, if you don't have it), run all the Cleaning scripts, more importantly the User Cache and the System Cache - Deep Clean scripts, restart, then try again what I suggested earlier.

If that doesn't work...

There is an article from MacOSXHints.com where I found this comment (you'll have to use Terminal for this):

You can also do this from the command line with the mdutil command. Launch Terminal and enter:

sudo mdutil -E /
and the index file will be erased and rebuilt. The "/" stands for the boot volume; you can substitute the pathname of any volume here.

Substitute "-s" for "-E" to show if indexing is enabled on the volume, and "-i on" or "-i off" to enable or disable indexing. Note that mdutil must be run as root; hence the sudo.

You can also use mdimport to index a subset of files:

mdimport ~/Documents
would index your Documents folder and

mdimport -r /Library/Spotlight/AppleWorks.mdimporter
would index all AppleWorks files on your computer.

mdimport -L
will list all installed metadata importers.

If that doesn't work, there are other suggestions, maybe you could sort through them and use other ideas from the comments.

I really can't help with Terminal though so if you need further explanations, someone else will have to take it from here.

Keep us up to date. Good luck! :)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top