Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@railway:/# mkdir webseries
- root@railway:/# rclone listremotes
- webseries:
- root@railway:/# rclone mount --allow-other webseries: /webseries
- 2022/04/29 15:54:57 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
- 2022/04/29 15:54:57 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
- root@railway:/# sudo apt-get install fuse
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- fuse is already the newest version (2.9.9-3).
- fuse set to manually installed.
- 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
- root@railway:/# whereis modprobe
- modprobe: /usr/lib/modprobe.d
- root@railway:/# modprobe fuse
- bash: modprobe: command not found
- root@railway:/# rclone mount --allow-other webseries: /webseries
- 2022/04/29 15:56:19 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
- 2022/04/29 15:56:19 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
- root@railway:/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement