Rclone and Radaar

I am use rclone with ACD. I used rclone mount. But Radarr gives me this warning

I am able to add the media folder with plex server.

Any idea how to fix this?

did you mount it as read-only…the user running radarr has permission to write to that folder?

I strongly suggest you dont write directly to cloud but use unionfs setup and then upload files.

why not write directly?

rclone mount --log-file /home/ubuntu/rclone.logs --umask 0 --allow-other --max-read-ahead 200M secret: media &

yes ubuntu is the user for radarr

And I am able to add media folder in plex library.

Support isn’t there for direct direct just yet.

Setup unionfs and use rclone copy or move to ACD.

Ensure you have allow other on the mount and user has access to read

This is my comman to mount rclone mount --log-file /home/ubuntu/rclone.logs --umask 0 --allow-other --max-read-ahead 200M secret: media &

Plex is able to see folder?

Can you please explain ? Newbie here?