Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH #90

Open
gzyguo opened this issue Apr 25, 2021 · 2 comments

Comments

@gzyguo
Copy link

gzyguo commented Apr 25, 2021

2021/04/25 11:34:28 NOTICE: One drive root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream

2021/04/25 11:34:28 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH

@pokedroid
Copy link

pokedroid commented Jun 28, 2021

I'm on LineageOS 18. The problem is in common/service.sh. /sbin doesn't exist on my device.

Replacing /sbin/ with /system/bin/ where (rclone, fusermount, rclonew) are works.

You could patch the module zip before you install it. Or you could use adb shell with root to edit /data/adb/modules/com.piyushgarg.rclone/service.sh

@arbaleast
Copy link

same problem, but the command "ln -sf $MODPATH/fusermount /system/bin/fusermount
" not success, cannot find fusermount in /system/bin/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants