Connect share (media) from centos(7) to qnap - sonarr can't use share

Version 2.0.0.5252
Mono Version 5.16.0.187
AppData directory /home/sonarr/.config/NzbDrone
Startup directory /opt/sonarr/bin
OS:
Centos(7) and QNAP
Debug logs:

qnap = 192.168.1.88
centos = 192.168.1.73

Connect share (media) from centos(7) to qnap - sonarr can’t use share…

Hi everyone,

To start with I am a bit new to linux and trying to understand it better day by day. At the moment I have my qnap as storage running and my sonarr is running on my centos server.

When I check on my centos the following command: showmount -e qnap. It gives the following output.

showmount -e qnap
Export list for qnap:
/homes
/Web
/Test
/QVRProSpace_DataVol1
/QVRProRecording
/QVRProDB
/QVRProAutoSnap
/QVRProAppData
/Public
/Emby
/Container
[root@plexT logs]#

That is the list so I went to use autofs.master and gave the following argument:

Qnap share

/mnt/nas /etc/auto.mymount --timeout=600 --ghost

I had then created the folder nas in mnt

After that I opened with vi the following file with the following argument:
vi /etc/auto.mymount
Emby -fstype=nfs,rw,uid=1001,credentials=/usenet/creds_usenet_share qnap:/Emby

So I went to the direcotry and nothing happened.

I than tried it then different. I did edit fstab with the following argument

Qnap share

qnap:/share/Emby/TV /mnt/Emby nfs rw,user,_netdev 0 0

After I edited the fstab I did a reboot and the mount was ready and I saw the files. But when I went then on sonarr I tried to browser in that share yet nothing come up…but in the terminal session it does. So I checked the logs and found this
18-10-25 01:57:08.2|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /share/CACHEDEV1_DATA/.qpkg/QNZBGet/bin/downloads/completed/Series/Chuck.S01E13.720p.BluRay.x264-SiNNERS-Scrambled

I think something is not set with the permissions. But I am not that experienced with fstab or autofs to know how to use it. All I know is that I think I have to give the user sonarr permission on that share Yet I don’t know how to do that.

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