TIL:
A Mac system indexes every drive, that's connected to it (like external USB drives). You can prevent that by simply adding an empty
.metadata_never_index file to the drive's root directory.
touch /Volumes/YOUR_DRIVE/.metadata_never_index
TIL:
A Mac system indexes every drive, that's connected to it (like external USB drives). You can prevent that by simply adding an empty
.metadata_never_index file to the drive's root directory.
touch /Volumes/YOUR_DRIVE/.metadata_never_index
No replies yet.