com.piyushgarg.rclone
com.piyushgarg.rclone copied to clipboard
Getting this error: "Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH"
Sorry if this is a dumb question I'm kind of a noob but I followed along with the instructions posted and when I try to use the mount command I always get that error. Using LineageOS on a Galaxy Tab S
you have to manually put the binary in /system/bin from TWRP.
download the fusermount binary from this repo or from here
put it in your phone storage.
reboot to twrp, mount system.
go into the terminal and type : cp /sdcard/fusermount /system/bin
and chmod +x /system/bin/fusermount to make it executable.
don't hesitate to ask me a question.
you have to manually put the binary in /system/bin from TWRP.
download the fusermount binary from this repo or from here put it in your phone storage. reboot to twrp, mount system. go into the terminal and type :
cp /sdcard/fusermount /system/binandchmod +x /system/bin/fusermountto make it executable.don't hesitate to ask me a question.
Can this be done on non-root android on the termux app?
Can this be done on non-root android on the termux app?
yes without root but you'll need a custom recovery (like TWRP). termux can't do anything about it if he doesn't have root acess. you made me curious why using (or just commenting) on this magisk module if you don't use magisk ?