I created a mount point for my plex to access my media files and it shows up in the menu but i cannot select it as a destination to load files for my plex library. if i go into my plex jail mount point menu and make a new file path and try to access it through plex the same thing happens and the other previous mount point destination folder is now available to be selected by plex. i have attached some pictures of plex and my freenas plex mount point source and destination file paths.
It is a permissions problem of sorts and can be fixed by editing page /lib/systemd/system/plexmediaserver.service and replacing user=plex and group=plex with your username. I’m wondering if plex should be added as a user and group and to the sudoers list because after PMS is updated you have to repeat this and do the following sudo chown -R username:username /var/lib/plexmediaserver sudo systemctl stop plexmediaserver sudo systemctl daemon-reload sudo systemctl stop plexmediaserver