Page 1 of 1

Indexing and searching disabled.

PostPosted: Fri Oct 21, 2016 4:29 am
by jwilliams108
Hi, I've been trying out keeping my Homebrew cellar on a ZFS mount (i.e., /usr/local/Cellar), but it seems that Spotlight is not indexing it.

Code: Select all
mdutil -s /usr/local/Cellar
/usr/local/Cellar:
   Indexing and searching disabled.


No amount of -i on/off seems to change this. I have enabled com.apple.mimic_hfs, if that's relevant. Any ideas on how to get spotlight to index this mount?

Thanks!

Re: Indexing and searching disabled.

PostPosted: Sat Oct 22, 2016 4:06 pm
by jwilliams108
Hmmm... also noticed the same problem on my Documents directory, which is a ZFS mount as well.

EDIT - ok, sorted it. It was due to com.apple.browse being set to off on those mounts. I was using that to prevent the drive icons from showing on the desktop. Turned it on, and switched to chflags hidden and now they are being properly indexed and are still hidden from the desktop.