com.piyushgarg.rclone icon indicating copy to clipboard operation
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"

Open captainfuckface opened this issue 5 years ago • 3 comments

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

captainfuckface avatar Jun 09 '20 23:06 captainfuckface

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.

mirsella avatar Dec 07 '20 15:12 mirsella

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.

Can this be done on non-root android on the termux app?

everything13 avatar Feb 08 '21 17:02 everything13

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 ?

mirsella avatar Feb 08 '21 17:02 mirsella