Hey All - i recently ran into an issue after doing a package update on my synology drive - the problem is that all files are now 'Unavailable' in my plex clients (tried, roku, web, and a friend remote). The exact error i get is the following:
May 01, 2018 20:56:11.392 [0x7f9d62a3b700] ERROR - Couldn't check for the existence of file "/mnt/mediaserver/TV Shows/Falling Skies/Season 1/Falling Skies - S01E10 - REPACK 720p BluRay X264-CLUE.mkv": boost::filesystem::status: Permission denied: "/mnt/mediaserver/TV Shows/Falling Skies/Season 1/Falling Skies - S01E10 - REPACK 720p BluRay X264-CLUE.mkv"
This happens for every single file. My mount settings haven't changed at all in /etc/fstab - but here is the current settings (again, this worked perfectly right up to the package update on my synology):
/etc/fstab:
192.168.1.9:/volume1/Media /mnt/mediaserver nfs auto,noatime,nolock,bg,nfsvers=3,intr,tcp,actimeo=1800 0 0
192.168.1.9:/volume1/Media
28T 25T 2.4T 92% /mnt/mediaserver
My mounted drive looks like this permission wise for /volume1/Media
d--------- 29 root users 4.0K Mar 12 17:45 mediaserver
drwxrwxrwx 208 1024 users 16K Apr 2 20:29 TV Shows (/mnt/mediaserver/TV Shows)
drwxrwxrwx 1105 1000 1000 52K Apr 29 04:51 Movies (/mnt/mediaserver/Movies)
(no idea why there is a difference here...)
I am mounting as NFS and i can access / play these videos on other windows machines with no issues. This is without having to enter any credentials and the drive is not windows mounted:
\192.168.1.9\Media\Movies\22 Jump Street (2014)
- this video plays on this laptop - remotely to the NAS without issues. However, trying to play the same video through plex would generate a similar permission issue as seen above.
Obviously i have a permissions issue - but i am not a linux guru nor do i understand what change to cause this to break. I REALLY hope someone here can give me some pointers as to where i am going wrong!
Thanks a million in advance!