I just realized that Plex is taking up almost all of my 20 gig root partition and am struggling to change where PMS keeps it’s metadata to a partition with more space (/home).
This was the only info I was able to find but it doesn’t seem to apply to 14.04, although I did change the Plex systemd file to no effect (why does this file exist in 14.04 anyways?)
The location of where Plex keeps its metadata is per-distribution specific and (kinda) hard set.
To move where the data actually does requires a bit of ‘system administration’ magic because the location is always under your ‘Library’ and, in this case, Ubuntu has Library in /var/lib/plexmediaserver.
Fear not. Linux is VERY flexible and even Plex can be ‘convinced’ to think the data is where it belongs when it isn’t. The same technique used for network shares will be used for Plex. Watch very carefully as my fingers never leave my hands.
First, put systemd back to how it was initially. There is no need (ever) to fuss with it.
Now:
start a root shell for all the following commands: sudo /bin/sh (or your favorite shell)
stop plex
create new location for Plex’s library ( I will use /home/plex in this example )
this kind of information is valuable … it teaches more than just resolving this particular issue , thanks for the well detailed instruction and explanation of the "how’s and why’s "