Fusermount3 not found in $path

What is the problem you are having with rclone?

Rclone fails to mount drop box, error says:

"fusermount3": executable file not found in $PATH

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

rclone v1.62.2

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-71-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)

dropbox

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

rclone mount dbremote: /home/kilgoretrout/media

The rclone config contents with secrets removed.

[dbremote]
type = dropbox
token = {"access_token":"xxxxxxxxxxxxxxxxxxxxxxxxxxx","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}

A log from the command with the -vv flag

Paste  log here

You would need install fuse3.

1 Like

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