What is your rclone version (output from rclone version)
rclone version
rclone v1.57.0
os/version: ubuntu 20.04 (64 bit)
os/kernel: 5.13.19-1-pve (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.17.2
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
DreamHost S3
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount dh:delete1 /media/dreamhost/
2021/12/04 07:48:24 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
2021/12/04 07:48:24 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
rclone mount dh:delete1 /media/dreamhost/ -vv
2021/12/04 07:49:28 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "dh:delete1" "/media/dreamhost/" "-vv"]
2021/12/04 07:49:28 DEBUG : Creating backend with remote "dh:delete1"
2021/12/04 07:49:28 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2021/12/04 07:49:28 INFO : S3 bucket delete1: poll-interval is not supported by this remote
2021/12/04 07:49:28 DEBUG : S3 bucket delete1: Mounting on "/media/dreamhost/"
2021/12/04 07:49:28 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
2021/12/04 07:49:28 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
sudo apt install fuse
Reading package lists... Done
Building dependency tree
Reading state information... Done
fuse is already the newest version (2.9.9-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I moved ahead with your help.
Enabled FUSE for the CT and now get this:
$ sudo mount dh:delete1 /media/dreamhost/
mount: /media/dreamhost: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.
Any clues?
PS: still see:
modprobe fuse
modprobe: FATAL: Module fuse not found in directory /lib/modules/5.13.19-1-pve
Thanks a million!
I am actually very impressed so far. Can stream 4K content from Dreamhost without any issues so far (rewinding is a bit slow, but manageable)
What path would you recommend to automount on Ubuntu?