Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacLawyer

macrumors 6502a
Original poster
Aug 1, 2009
944
2,502
U.S.A.
We'd like to enable each Mac to do a Spotlight search a volume that is on our network, but not physically attached. Is there a terminal hack or utility that can help?

Many thanks! :apple:
 
Im not sure if it works, but I found this on another webiste:

USE THE TERMINAL OPTION mdutil.
It has a switch, -i, to enable indexing on a volume. So I just went ahead as root (sudo bash) and ran:
Code:
sudo bash. (my network drive example is named "ldm" so replace ldm by your network drive name)
Code:
mdutil /Volumes/ldm -i on
Then I checked the status with
Code:
mdutil /Volumes/ldm -s
And, behold ... I got back the following:
Code:
/Volumes/ldm/:
Status: Indexing Enabled
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.