PMS Unbuntu Beginners Guide

 
This thread finally fixed my issues with plex on Ubuntu after attempting to change permissions for hours.
 
I linked to the thread to give credit to this awesome person, but below are the commands to use to fix PMS so that it will have access to your media.
 
http://ubuntuforums.org/showthread.php?t=2087341&page=3
 
quote_icon.png Originally Posted by stevenrobertlane viewpost-right.png
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.

And NTFS is fine.

Hope this helps

I genuinely can't thank you enough for this. I was getting a little worried my new build was going to have to wait another month to be used.

This worked a treat. Thanks for sharing.

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.

Cheers-

Due to the changes in Ubuntu, as of Ubuntu 16, PMS is no longer ‘configured’ to run using the technique described here.

While the guide is partially relevant, more current setup and customization information (How To’s) can be found here: https://forums.plex.tv/tags/server-linux-tips

For this reason, I am closing this thread.