I’ve seen a few similar issues on the forum, and also in other places, but I can’t find a solution and I’m kind of in permissions hell at the moment with this issue.
I have a Synology NAS which has my torrent client on it and downloads files to a local downloads folder, there is also a television and a movie folder which stores files for playback.
I have a Diet-pi with Sonarr and Radarr (both v3) installed and I have mounted my NAS drive as NFS.
Using Sonarr and Radarr to add new shows for tracking works and adds files to my Download client (Deluge), but I get permission errors when trying to move/copy files to the respective media folders, television or movies.
Sonarr and Radarr are both in the dietpi group, and using sudo -u sonarr touch /mnt/diskstation/television/sonarrtemp.txt successfully creates a new file.
this is the line from fstab for my NAS mount 192.168.1.87:/volume1/video /mnt/diskstation nfs nofail,noauto,x-systemd.automount
I have tried experimenting with Remote Path Mappings in the Download Client Settings screen of Sonarr and Radarr, but that doesn’t really help.
I have also created a dietpi group and user on the NAS machine with read/write access to the top level folder on the NAS
Any ideas where to look next?