Rclone Jdownloder settings

What is the problem you are having with rclone?

I have an external Server running Jdownloder and rclone.
Rclone is used to mount gdrive, the downloadpath from Jdownloder is set directly to gdrive via the rclone mount.

This mount has an issue, because it is nor working ok, I have double files in the folder I download, also Jdownloder will not extract the files.

Im properly doing something wrong. But what?

What is your rclone version (output from rclone version)

rclone v1.53.1

  • os/arch: linux/amd64
  • go version: go1.15

Which OS you are using and how many bits (eg Windows 7, 64 bit)

  • os/arch: linux/amd64

Which cloud storage system are you using? (eg Google Drive)

g suite unlimited

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


``
`2020/09/22 16:59:18 Failed to create file system for "remote:tmp": didn't find section in config file

My setup is the normal rclone config. 
To start the mount I use: rclone mount --allow-non-empty --allow-other gdrive:/ mnt/gdrive &
If I do rclone lsd gdrive:/  I see the mount works. 

Any Ideas why it is not working as it should?

you forgot to post

  • config file
  • debug log

this is almost always a mistake --allow-non-empty

that command does not use the mount, it connects directly to gdrive:
so that is not prove the mount is working.

try adding
https://rclone.org/commands/rclone_mount/#vfs-cache-mode-writes

Thanks for your reply! I do not have root access and can't fine the Logs. Sorry. Is there a way of getting them via SSH?

Now when I do: rclone mount --allow-non-empty --vfs-cache-mode writes gdrive:/ mnt/gdrive &
It works perfect for Jdownloder!! But of cores now Plex can't mount my folders and will not work.
It is really sucks. I just can't understand how it works.

I would really be greatfull, if you would give me some more advice.
What I need to understand is:

  • I config rclone with "rclone config" run thou it ---ok
  • than mount with a special command? like this one? ( rclone mount --allow-non-empty --vfs-cache-mode writes gdrive:/ mnt/gdrive &) Is that right so far?

Thanks!

you can specify the location of log file
https://rclone.org/docs/#log-file-file

about plex, try
rclone mount --allow-other --vfs-cache-mode writes gdrive: mnt/gdrive

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