Index | Thread | Search

From:
Benjamin Stürz <benni+openbsd-tech@stuerz.xyz>
Subject:
FUSE3
To:
tech@openbsd.org
Date:
Tue, 16 Jul 2024 21:04:21 +0200

Download raw body.

Thread
  • Benjamin Stürz:

    FUSE3

    • Stuart Henderson:

      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