Now that Ubuntu 22.04.1 has been out a while, I decided to upgrade my PMS. Followed all the instructions on moving my library to a new computer, and seemed to go reasonably well.
But my PMS is not seeing the library folders which are mounted NFS shares from my Synology NASes. Yes, the nfs-common package is installed.
I mounted the folders with the same fstab settings as previously. The folders mount and are accessible when I’m using the command line. Media files can play, too. So I suspect its a permissions issue with the Plex user that was created during the install. But I can’t figure it out.
Mounted shares from the hard drives on the server (ext4) work fine.
I tried mounting folders with two different fstab parameters. The first which worked previously…
192.168.0.23:/volume1/Videos /nasmount/nasvideo nfs defaults 0 0
192.168.0.23:/volume1/music /nasmount/nasmusic nfs defaults 0 0
And a second attempt to see if that was the issue…
192.168.0.26:/volume1/video /bignasmount/bignasvideo nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 >
192.168.0.26:/volume1/4Kvideo /bignasmount/bignas4K nfs auto,nofail,uid=1000,gid=1000 0 0
Neither worked. Then I chmod 777 all of the mounts to test if Plex could see them, but they can’t. I added my main (and only) user from ubuntu to the Plex group, and added the Plex user to my main user group. Still nada. When I tried to chown of the mounts to plex:plex, I get “read-only file system” and the changes dont take, even after adding “rw” to the fstab mounting params.
My NFS sharing settings, which worked on my previous install, are:
I even reinstalled using the SNAP version instead of the .deb package, same issue. I gave up at 3:30am because I couldn’t see straight and I’m sure I was making dumb mistakes and missing something obvious. For the love of all that is holy, what am I missing?






