i just learned how to disable spotlight index for specific folder at my mac machine. While spotlight keep indexing my external harddisk and new folder i just copied from network drive, my Mac machine temperature increase. To prevent this happen again, i found the way to disable spotlight index for specific folder.
Follow the steps below to disable spotlight index for a folder:-
Advertisements
- Go to System Preferences, click on Spotlight
- Go to Privacy tab and click + to add the folder that you want to disable for index
- Once you added the folder, spotlight will not index the folder anymore.
* You can add your external harddisk to the list but it wont be permanent.
Related posts:
How to reload .bash_profile in Linux or Mac?
How to burn ISO file in Mac OS X
How to convert Keynote (.key) to Power Point (ppt)
How to turn on Firewall in Mac?
How to flush DNS cache in Linux / Windows / Mac
Mac Migration Assistant keeps "looking for other computers"
How to create shortcut in Mac OS X
How to send email using different profile in Apple Mail
Share this with your friends:-
Using Spotlight’s Privacy feature prevents Spotlight from indexing AND searching in the “private” folder/volume. If you only want to prevent indexing (because it is a massive processor hog), go into Terminal and enter the command:
sudo mdutil -a -i off
If you wish to periodically re-index your HD, you can turn it back on:
sudo mdutil -a -i on
Any suggestions on how to manage Spotlight without Terminal would be appreciated.
Thanks,
My Mac has been trying to constantly index my external NTFS drive & it’s been a pain in the ass; majorly slowing my system down & wearing out my hard-drive.
OSX sucks sometimes