Rclone mount fatal error mount not ready

What is the problem you are having with rclone?

rclone mount 135od: /Mounts --allow-other --attr-timeout 5m --vfs-cache-mode full --vfs-cache-max-age 24h --vfs-cache-max-size 5G --vfs-read-chunk-size-limit 200M --buffer-size 200M --daemon

When I use rclone mount, it returns Fatal error: Mount not ready. Then I try to replace --daemon of -vv then it returns Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH. However im sure fuse has been updated. This is valid on another vps of mine and its version is 1.61.0

Run the command 'rclone version' and share the full output of the command.

rclone v1.62.2

  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-28-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)

Onedrive for buss

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here
rclone mount 135od: /Mounts --allow-other --attr-timeout  5m --vfs-cache-mode full --vfs-cache-max-age 24h --vfs-cache-max-size 5G --vfs-read-chunk-size-limit 200M --buffer-size 200M --daemon

#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here




#### A log from the command with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

You need to install fuse3.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.