Mounting OneDrive on Linux Server using rclone

Hello,
I need help. I can’t mount OneDrive using rclone on my linux vps server
How did you guys do that?

  1. Problem:
    RClone works fine. After I mount Onedrive in the shell, Plex can’t see the Onedrive files, with ftp I see the files.

  2. Problem:
    I don’t know how I mount OneDrive using rclone at server startup.

Greetings

For problem 1:

Which user are you mounting as?

check /etc/fuse.conf and make sure you have this line in it:

user_allow_other

and maybe try adding --allow-other to your mount command

I am using this guide:

I login in the ssh with my “username” and mounted OneDrive in a folder, named onedrive.

I add “user_allow_other” in fuse.conf. Still cant see the Onedrive files in the folder onedrive.

ok, so from the example there:

rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive

does it make any difference if you try this:

rclone --allow-other --vfs-cache-mode writes mount onedrive: ~/OneDrive

the command does not work:

Error: unknown command “writes” for “rclone”

Run ‘rclone --help’ for usage.

2019/10/06 19:56:05 Fatal error: unknown command “writes” for “rclone”

ok, that’s bit odd as that is pretty much what I use, so what about this one:

rclone mount onedrive: ~/OneDrive --allow-other --vfs-cache-mode writes

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