Add frequent issue and random discovery that secure file permission in linux will kill rclone from access, not mentioned in previous issue solving attempts. Thus make a little wiki page.

yuzusoft
2024-04-10 13:51:53 +00:00
parent 20d5523fb6
commit 8768f6fb6c

@ -0,0 +1,4 @@
Please install `fuse3` package, similar to #6856 [37977](https://forum.rclone.org/t/fusermount3-not-found-in-path/37977)
You can also create a symlink to fallback to fuse for mounting, tho it should only be in the case where `fuse3` cannot be installed. [See 37073](https://forum.rclone.org/t/rclone-1-62-2-fatal-error-failed-to-mount-fuse-fs/37073).
If you are sure that fusermount3 is installed, which can be checked via a `where fusermount3`, and still cannot mount, it can possibly because of `secure` file permission (or paranoid, in that matter) of Linux.
Please switch it back to `easy` for stock config `rclone` to be working.