-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
A recent change to FreeBSD has broken apps using the bazil.org/fuse lib.
As of the following commit to the FreeBSD FUSE driver:
CURRENT: https://cgit.freebsd.org/src/commit/?id=7b8622fa220b9c08041102f638f848c48e022644
STABLE: https://cgit.freebsd.org/src/commit/?id=7b096a997fad199eddccfb6784e4b85184d9af17
all apps using this lib fail to mount and print a resource temporarily unavailable error:
% hellofs /mnt/fuse-test
2021/10/16 00:52:10 resource temporarily unavailable
All other FUSE-based filesystems that I tested (exfat, (j)mtpfs, sshfs, etc) work just fine after that commit.
Reactions are currently unavailable