From 8768f6fb6cb68a71ac5c44a38c0a56346760d68c Mon Sep 17 00:00:00 2001 From: yuzusoft <108368623+yuuz233@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:51:53 +0000 Subject: [PATCH] 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. --- ...:-executable-file-not-found-in-$PATH-and-cannot-mount!.md" | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 "Prompt-\"fusermount3\":-executable-file-not-found-in-$PATH-and-cannot-mount!.md" diff --git "a/Prompt-\"fusermount3\":-executable-file-not-found-in-$PATH-and-cannot-mount!.md" "b/Prompt-\"fusermount3\":-executable-file-not-found-in-$PATH-and-cannot-mount!.md" new file mode 100644 index 0000000..9f9df1c --- /dev/null +++ "b/Prompt-\"fusermount3\":-executable-file-not-found-in-$PATH-and-cannot-mount!.md" @@ -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. \ No newline at end of file