On Thu, Sep 15, 2016 at 11:59 PM, Tomohiro Kusumi <[email protected]> wrote: > I'm thinking about porting fuse from FreeBSD. Several benefits by doing this. > > 1. There are some good fuse based fs like sshfs, ntfs-3g and maybe > some others I'm not really aware of (like glusterfs if it ever worked > on BSD ?).
There's also fusefs-lkl which uses Linux as a library, making Linux's fs drivers available, which makes it easy to share a local filesystem with Linux.
