macfuse 4.1.2
macFUSE has been installed with brew install macfuse. RcloneTray has been installed from the dmg.
Tests:
Manually mounting a rclone remote with:
rclone mount remote: path/to/some/mountpoint
works (with the installed macFUSE).
Trying to mount a rclone remote with RcloneTray will fail with:
Fatal error: failed to mount FUSE fs: cannot locate OSXFUSE
The error explains it all, since macFUSE != OSXFUSE.
But OSXFUSE is deprecated since 2020-10 and (quote from brew info osxfuse) "osxfuse has been succeeded by macfuse as of version 4.0.0."
Question:
Are there plans to adapt RcloneTray to work with macFUSE? That would make it so much more useful for modern systems (e.g. with Apple Silicon).
Additional info:
installing rclone 1.55.1 with brew install rclone
deactivating the option to use only the bundled version of rclone in RcloneTray
Trying to mount a rclone drive will fail with a different error message:
Fatal error: failed to mount FUSE fs: failed to retrieve mount path information: stat /Volumes/remote: no such file or directory
Prerequisites:
macFUSE
has been installed withbrew install macfuse
.RcloneTray
has been installed from the dmg.Tests:
Manually mounting a rclone remote with:
works (with the installed
macFUSE
).Trying to mount a rclone remote with
RcloneTray
will fail with:The error explains it all, since
macFUSE
!=OSXFUSE
.But
OSXFUSE
is deprecated since 2020-10 and (quote frombrew info osxfuse
) "osxfuse
has been succeeded bymacfuse
as of version 4.0.0."Question:
Are there plans to adapt
RcloneTray
to work withmacFUSE
? That would make it so much more useful for modern systems (e.g. with Apple Silicon).Additional info:
brew install rclone
rclone
inRcloneTray
Trying to mount a rclone drive will fail with a different error message:
Maybe this helps.