Disk-Arbitrator
Disk-Arbitrator copied to clipboard
Add option to disable Spotlight indexing of mounted volume
When a volume is mounted, Spotlight will index it even if it is mounted read-only.
Some potential solutions:
-
mdutil -d /Volumes/MountPoint
-
mdutil -i off /Volumes/MountPoint
- append
.noindex
to the mount point - create
.metadata_never_index
in the root of the file system (an option for the user, but not for the utility)