Download raw body.
FUSE3
Hi tech@, I'm currently writing a UFSv2 FUSE3 driver for FreeBSD [1], what would be required to get FUSE3 working on OpenBSD? I already got libfuse to compile, but it needs a helper program called "mount_fusefs" [2], which doesn't exist on OpenBSD. FYI the code of the compiling version is here: https://github.com/riscygeek/libfuse-openbsd/tree/openbsd [1] https://github.com/riscygeek/fuse-ufs [2] https://github.com/freebsd/freebsd-src/blob/master/sbin/mount_fusefs/mount_fusefs.c
FUSE3