I've a shared folder on a Mac Mini Server.
I'd like to enable spotlight on other iMac to search for that folder (and subfolders/files).
Is it possible ?
I'm trying it with no success !
Thanks
Doesn't seem to be possible. The next best thing however is to create a disk image on a remote server, mount it, then tell Spotlight to index the mounted disk image. Just be sure to keep anything you want indexed on that disk image. It wont index it by default though so you'll have to use this command:
Code:
mdutil -V /Volumes/DiskImageDiskName -i on
Replace "DiskImageDiskName" with the name of the disk image in the Finder and it should work.
But if the server will be down i need to reopen manually the disk image.
It seems really odd that a simple search with spotlight is not possible.
Apple states that the new OS X Server has that functionality but frankly i cannot find it.
But if the server will be down i need to reopen manually the disk image.
It seems really odd that a simple search with spotlight is not possible.
Apple states that the new OS X Server has that functionality but frankly i cannot find it.