Most of the methods posted above will work but I have found the easiest way is to change Plex Media Server user to your own user account instead of the plex account.
Type this command to edit the plex script.
sudo nano /etc/default/plexmediaserver
Replace the "plex" user account with your own account.
PLEX_MEDIA_SERVER_USER=plex
Change to
PLEX_MEDIA_SERVER_USER=your user name
control+O to save
Run once
http:// localhost:32400/web/index.html#!/dashboard
Stop:
sudo service plexmediaserver stop
add user to group:
sudo addgroup plex youruser sudo addgroup youruser plex
start:
sudo service plexmediaserver start
I have messed around with all the other methods and they have worked e.g. mounting partition in different folders and changing permissions but find this method above far easier.
Also very grateful. I have no previous Linux experience, I was getting a crash course in permissions, drive mounting, etc. I was afraid to edit the fstab file, but i seemed to have pulled it off.
Could not get it to work until I found this solution, but I did get a better handle on Linux.
I’m a farmer w limited tech experience. I refused to pay for windows and dreaded using it again after years of employer furnished MacBook Pro. This little used i3 nuc is the best computer I’ve ever had.