Advertisement
Guest User

Logs

a guest
Apr 29th, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. root@railway:/# mkdir webseries
  2.  
  3. root@railway:/# rclone listremotes
  4. webseries:
  5.  
  6. root@railway:/# rclone mount --allow-other webseries: /webseries
  7. 2022/04/29 15:54:57 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
  8. 2022/04/29 15:54:57 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
  9.  
  10. root@railway:/# sudo apt-get install fuse
  11. Reading package lists... Done
  12. Building dependency tree      
  13. Reading state information... Done
  14. fuse is already the newest version (2.9.9-3).
  15. fuse set to manually installed.
  16. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  17.  
  18. root@railway:/# whereis modprobe
  19. modprobe: /usr/lib/modprobe.d
  20.  
  21. root@railway:/# modprobe fuse
  22. bash: modprobe: command not found
  23.  
  24. root@railway:/# rclone mount --allow-other webseries: /webseries
  25. 2022/04/29 15:56:19 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
  26. 2022/04/29 15:56:19 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
  27. root@railway:/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement