Upgraded to v1.62.2 and getting error when trying to mount on sever; could you please provide steps to downgrade to previous version.
Run the command 'rclone version' and share the full output of the command.
rclone mount --allow-other gdtaz: /home/gdtaz
2023/03/25 13:17:31 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH
running version;
rclone v1.62.2
os/version: ubuntu 18.04 (64 bit)
os/kernel: 4.15.0-206-generic (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.20.2
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Could you please expand, read the post, I'm new to this
-install fuse3 on top of fuse and then use the command;
-ln -s /bin/fusermount /bin/fusermount3
I get this;
root@ns1011594:~# sudo apt install fuse3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fuse3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source