Problem with FUSE + fts

Rick Macklem rmacklem at uoguelph.ca
Tue Mar 29 23:07:04 UTC 2016


Hiroshi Nishida wrote:
> Hi,
> 
> I'm using FreeBSD 10.2-RELEASE-p9.
> The program I checked is
> /usr/ports/sysutils/fusefs-libs/work/libfuse-fuse_2_9_5/lib/fuse.c.
> If there is anything wrong with it, let me know.
> Shouldn't I use port's fusefs-libs?
> 
There is a fuse client in sys/fs/fuse on 10.2. As far as I know, that has
replaced the one in ports. (At least it is the one I use.)
There should be a fuse.ko in /boot/kernel on your system. If you overwrote
that with one built from ports, you can do a kernel build in /usr/src/sys
and it will be built again. You might be able to:
# cd /usr/src/sys/modules/fuse
# make
- This should work, but I haven't tried it.

rick

> On 2016/03/29 15:49, Rick Macklem wrote:
> > You've never mentioned what version of FreeBSD you are using?
> > FreeBSD10 and later have a fuse client in sys/fs/fuse and I don't recall
> > seeing this
> > code in it. (I will grep for it, although I know there isn't a
> > fuse_lowlevel.h.)
> >
> > If you are using FreeBSD9 or earlier with the fuse client in
> > ports/sysutils, I'd
> > suggest you try upgrading to FreeBSD10 and see if the problem exists there.
> >
> > rick
> 
> --
> Hiroshi Nishida
> nishida at asusa.net
> _______________________________________________
> freebsd-fs at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe at freebsd.org"
> 


More information about the freebsd-fs mailing list