Mac disable spotlight indexing

Disable spotlight indexing

Disable spotlight indexing
To keep my WD Passport online, I had to learn how to disable spotlight indexing. I had this issue with my Western Digital “My Passport” kept disconnecting. After disabling the spotlight indexing my passport kept connected. It could be that the drive is drawing too much power from the USB when indexing.

To disable the spotlight indexing can be done in a few ways. You can disable the function for your entire mac. That will also disable the spotlight search (CMD + Spacebar). Maybe not the best solution if you only want to keep your WD Password online.

In Terminal paste in this:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

It will ask for your admin password.

If you need or want to enable it again. Paste in this:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Your spotlight indexing will now be enabled again.

If you only want to disable spotlight indexing from certain areas, like your WD passport. You can do that from your System Preferences. Then click on Spotlight. Click on the Privacy tab. Click on the + sign at the bottom left corner, and click one time on your drive and click Chose. Your WD Passport should now been disabled from indexing.

disable spotlight indexing

This is how you disable spotlight indexing
Happy indexing!

About Author

Related Posts

can't set locale

Can’t set locale; make sure $LC_* and $LANG are correct!

Can’t set locale; make sure $LC_* and $LANG are correct! This suddenly appeared on all my servers one day after some updates. All of them were running…

Xcode 9 iOS icon sizes

Xcode 9 iOS icon sizes overview

Xcode 9 iOS icon sizes overview Xcode 9 iOS icon sizes overview. They keep adding more and more icon sizes. Xcode 9 has the most icon sizes…

how to uninstall unity

How to uninstall Unity on Mac

How to uninstall Unity on Mac This is how to uninstall Unity on Mac. Follow these simple steps and delete the following folders or files. 1. /Applications/Unity…

Xcode 9 uiimage image not shown

Xcode 9 uiimage image not shown

Xcode 9 uiimage image not shown Working on some ios apps created with Xcode 8 and your images don’t show after upgrading to Xcode 9? Took me awhile…

how to find minecraft on mac

How to find minecraft on mac

How to find minecraft on mac How to find minecraft on mac is quite easy. There is two places you need to look. The Minecraft game itself…

Xcode 8 iOS icon sizes overview

Xcode 8 iOS icon sizes overview Xcode 8 iOS icon sizes overview. There are even more icon sizes since Xcode 7. And it can be an extra challenging…

Leave a Reply