Magisk-Modules-Repo / com.piyushgarg.rclone

250 stars 38 forks source link

"fusermount": executable file not found in $PATH #81

Open HeyItsJono opened 3 years ago

HeyItsJono commented 3 years ago

Hey guys, I'm currently running the latest version of rclone on a Pixel 5 with Android 11 (latest security patch), and latest Magisk. I'm running into an error where I've attempted to mount two GDrive shared folders, and when the phone boots the folders are present in /mnt/cloud/*folder* however no files are present.

Checking the rclone.log file reveals the following:

2021/02/07 02:37:17 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH

Is there any way I can get this working?

HeyItsJono commented 3 years ago

Fixed by flashing this magisk module which systemlessly installs the fusermount binary to the appropriate bin folder. Leaving open because the module should probably include this fix.