Onedrive mount error

Getting error when mounting

[wayne@fedora ~]$ rclone mount onedrive: /home/wayne/onedrive --config /home/wayne/.config/rclone/rclone.conf
2023/04/10 10:49:03 Fatal error: failed to mount FUSE fs: cannot open: /home/wayne/onedrive: open /home/wayne/onedrive: no such file or directory
[wayne@fedora ~]$

rclone v1.62.2

  • os/version: fedora 37 (64 bit)
  • os/kernel: 6.2.9-200.fc37.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.20.2
  • go/linking: static
  • go/tags: none

To mount, you need the directory to exist.

mkdir /home/wayne/onedrive

and try again.

I tried that and it froze, I did a CTL C and got this
^C2023/04/10 11:37:30 ERROR : /home/wayne/onedrive: Unmounted rclone mount

That's how it works.

It's not a forking process so it'll run in the foreground.

You can use a service file or something to mount it.

I have some examples for Dropbox and Google Drive. I'm guessing by the names you are using OneDrive so there are other tweaks for OneDrive that other folks recommend. A forum search would yield that info.

Oh ok,thank and didn't realize, it is working fine now

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