I forgot markdown format. Fixed.

yuzusoft 2024-04-10 13:52:51 +00:00
parent 8768f6fb6c
commit 69fb13a4ef

@ -1,4 +1,7 @@
Please install `fuse3` package, similar to #6856 [37977](https://forum.rclone.org/t/fusermount3-not-found-in-path/37977) 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). 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. 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. Please switch it back to `easy` for stock config `rclone` to be working.