Server Version#: 1.21.0.3711
Software: Ubuntu 20.04.01 LTS, 64 bit
GNOME-version 3.63.3
I am trying to setup libraries from NFS share (synology) on local network. Following this guide
I am able to mount the share and can see the folder in terminal using ls /nas/movies. But the share is not visible in my PMS when I try to add the folder.
When I try to use the command “sudo chmod 755 /nas/*” It says operation not allowed, dunno if this means anything or if the command is crucial?
Fairly new to linux, dunno if this has to do with permissions?
On Syno:
Host: my server ip 192.168.0.122
Privilege: read/write
Squash: Map root to admin
Security: sys
Enable asynchronous
Allow user acces to mounted subfolders
NFS and NFSv4.1-support activated too.
Everything else on my server i followed your guide, so not sure if I have to change anything else on my PMS machine?
Oh well, able to mount drive and see subfolders when i use ls /nas/movies. Can even run sudo chmod 755 /nas and no error codes.
But when i run PMS, it still only sees local folders. Really don’t understand this, don’t have a problem seing the NAS on my raspberry pi 4 server, running OMV 5 and docker. Will it help to use CIFS instead?
Can also mount a cifs share I have on a WD my cloud and see the share in terminal using ls, but also not visible in PMS. So weird, think I will try docker and if fail maybe I need to surrender and go with Windows
Update. Got it working with plex in docker, setting it up with portainer. Of course not set up as I would have liked, but it works. Thx for the advice, really helped me setting up the share.