PINE64
Where is fusermount? (rclone mount error) - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Where is fusermount? (rclone mount error) (/showthread.php?tid=10176)



Where is fusermount? (rclone mount error) - davemaps - 06-10-2020

I’m attempting to mount some cloud storage using rclone mount, but it is complaining about fusermount not being found in $PATH. Running “which fusermount” yields nothing. Fuse seems to be installed, but how do I get or find fusermount? I’m on a new Pinebook Pro running the stock Manjaro install. I installed rclone using “curl https://rclone.org/install.sh | sudo bash” Thanks!


RE: Where is fusermount? (rclone mount error) - hvdkooij - 07-02-2020

I have been following https://www.linuxuprising.com/2018/07/how-to-mount-onedrive-in-linux-using.html and it seems to work well up to the actual mounting stage.

You need to add fuse as package with: sudo pacman -S fuse

Does that resolve your issue?