Sonarr unable to write to ReadyNAS share

Sonarr version (exact version): 2.0.0.5085
Mono version (if Sonarr is not running on Windows): 5.4.1.6
OS: Centos 7
((Debug logs)):
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)
Description of issue:

This isn’t an issue with Sonarr per se, but it is something that is hopefully answerable by knowledgeable users here.

Previously, I had Sonarr set up on a Windows Server box, that I have more experience with, and have a greater understand of permissions on. Recently I have Sonarr set up on Centos 7, running as user sonarr. Everything is working great with the local storage files as I was able to chmod 777 -R /mnt/series the files I copied over from my previous server.

I am running into issues with getting Sonarr to import the series from my Netgear ReadyNAS however. It has a share set up with SMB/NFS, but when I try and import the series I currently have, Sonarr complains that it cannot write to this folder.

Running an ls -la <NAS share> returns permissions that show as 755 with root root as the owner/group.

What do I need to configure on the NAS to allow my sonarr user access to read/write these files?

I managed to resolve this issue by mounting the share with NFS rather than SMB.

For anyone else having this trouble, I simply enabled NFS on the share and added the Anyhost permission with Read/Write.

I then mounted the share with the following:

mount 192.168.20.134:/RAID_0/Series /mnt/series

Sonarr was correctly able to import media from this mountpoint after this.

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