I have this baffeling access to path is denied problem.
Situation is as follows:
I have mounted two folders from my Synology NAS via Samba. Download and series. When I add a new series to Sonarr, it is able to create a new folder in series. Nzbget has no problems creating files in download.
Both folders have the same permissions:
Code: Select all
root@mediaPi:/mnt# ls -lah
drwxrwx--- 2 dietpi dietpi 0 Feb 15 00:04 download
drwxrwx--- 2 dietpi dietpi 0 Feb 15 09:52 series
Code: Select all
root@mediaPi:/mnt# id nzbget
uid=994(nzbget) gid=991(nzbget) groups=991(nzbget),1000(dietpi)
root@mediaPi:/mnt# id sonarr
uid=998(sonarr) gid=994(sonarr) groups=994(sonarr),1000(dietpi),1001(guest)
Code: Select all
Couldn't import episode /mnt/download/complete/tv/CENSOREDFOLDER/fc58380c43201d814d408835d5fbffa4.mkv: Access to the path is denied.
I tried to chmod 777 but thats not working.
I have no idea what to try next. If somone has an idea I would be greatful.