Cannot unmount nullfs in current

Craig Rodrigues rodrigc at FreeBSD.org
Fri Apr 19 19:11:04 UTC 2013


On Fri, Apr 19, 2013 at 6:35 AM, Ian Lepore <ian at freebsd.org> wrote:

>
> I worked around this kind of problem by putting a single entry
> in /usr/local/etc/gamin/gaminrc:
>
>     poll /*
>
>

That's one option.  I used a "hammer" approach, and after reading
http://people.gnome.org/~veillard/gamin/config.html,
I put this in my /usr/local/etc/gamin/gaminrc:

fsset nullfs none
fsset ufs none
fsset zfs none

I think that is supposed to turn off gamin for any nullfs, ufs, or zfs file
system. :)
It seems to work for me.

--
Craig


More information about the freebsd-current mailing list