Current master of tabfs on FreeBSD immediately returns (exit code 1, no output), ls mnt gives "Device not configured". The log says "mount_fusefs: -o auto_unmount: option not supported"
Since the auto_unmount option is already guarded with an #if !defined(__APPLE__), I just added another one for FreeBSD, and it seems to work again.
Current master of tabfs on FreeBSD immediately returns (exit code 1, no output),
ls mnt
gives "Device not configured". The log says "mount_fusefs: -o auto_unmount: option not supported"Since the auto_unmount option is already guarded with an
#if !defined(__APPLE__)
, I just added another one for FreeBSD, and it seems to work again.