question
0
Votes
Votes
2
Answers
Answers
M$0.00
How can I get Spotlight to rescan folders so the search function will, you know, work?
I have a folder full of fonts on my computer. If I try and search that folder for a font I always get 0 results... even if I search for something I know is in there. How do I go about getting spotlight to re-index that specific folder (and subfolders) so that search will, you know, search.
The asker of this question selected no best answer.
answers (2)
Run the following in Terminal:
sudo mdutil -E -i on /
This erases and rebuilds the Spotlight index on your root volume.
Also, you should check out the Spotlight preference pane to make sure that Fonts are set to be indexed, that may be your problem.
sudo mdutil -E -i on /
This erases and rebuilds the Spotlight index on your root volume.
Also, you should check out the Spotlight preference pane to make sure that Fonts are set to be indexed, that may be your problem.
1. From the Apple menu, choose System Preferences.
2. Click Spotlight.
3. Click the Privacy tab.
4. Drag a folder or even an entire volume (your hard drive) to the list.
5. Remove the item or volume you just added.
Spotlight will re-index the contents of the item you initially dragged to the list.
2. Click Spotlight.
3. Click the Privacy tab.
4. Drag a folder or even an entire volume (your hard drive) to the list.
5. Remove the item or volume you just added.
Spotlight will re-index the contents of the item you initially dragged to the list.
perfect. thanks mate. I will try that right now!
Related questions
140 characters left













thanks for the help though!
sudo mdutil -E -i on /Volumes/NameOfDrive