As the title says, I am trying to config opendrive to act as a local drive on my computer so that I can use it with plex. My nas just failed due to a power outage so I figured I would try this as a solution. I am running windows 10 and my download speed is around 900mb/s. So far I have downloaded rclone and added opendrive through rclone config. I then tried to do this command to mount the drive...
PS C:\program files> rclone mount --vfs-cache-mode full opendrive:/ g:
But received this error...
2020/06/22 12:50:04 Failed to create file system for "opendrive:/": failed to create session: Invalid username or password (Error 401)
At this point, I am a little overwhelmed and unsure where to go from here. Any help will be greatly appreciated.
you need to make sure the username and password are correct.
that is the reason for the error.
i have an opendrive account.
using rclone config, i changed the username name to gibberish.
then i ran rclone lsd opendrive: and i got
rclone lsd opendrive:
2020/06/22 16:46:35 Failed to create file system for "opendrive:": failed to create session: Invalid username or password (Error 401)
when you had a issue with opendrive,
i went to opendrive.com and created a free account and created the remote with rclone.
so i do not know how opendrive will do with plex.
but since you are using this flag, --vfs-cache-mode full, rclone will download the entire media file before you play it. so it does not matter if opendrive is good at on-the-fly streaming.
for what it is worth, i never use --vfs-cache-mode, i run my media mounts with --read-only