I’m trying to set up my media server on raspberry pi.
I managed to mount my harddrives in /etc/fstab, and by running chmod 777 -R on that folder, I can also find them inside media server.
But going through the same procedure with my shared folder from synology, I can see the folders when i navigate on the pi, or run the ls command in terminal, but when I navigate to the mounted folder in plex media server, it’s empty.
Any suggestions?
This is how I have mounted it in fstab:
192.168.0.126:/volume1/Tv-Show_40_min_A- /mnt/TV40_A nfs defaults 0 0
Thanks for your help

