mirror of
https://github.com/rclone/rclone.git
synced 2025-07-15 03:35:23 +02:00
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.
@ -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.
|
Reference in New Issue
Block a user