Hi All,
Someone can help me, as Im pulling my hair out as to why this isn’t working.
Long story short (I hope), I am running Plex as a VM. It’s all working fine, no issues, though I want to fine tune it. have installed a 500GB SSD and I want to use that for all the metadata rather than the local disk.
I have (what I believe) changed all the correct settings to point Plex to use the SSD, all to no avail.
The SSD for some reason mounts as ‘media’ even though it’s an internal drive (don’t know why - but that’s an issue to resolve for another time), but I have changed how it mounts.
Ive created a mount point /home/Plex_Cache (plex:plex has permissions) and used that to mount my SSD. See below:
And I have also told Plex where the new Transcoder directory is (there doesn’t appear to be an issue here, but I thought I would add this information for context since transcoder works, but metadata doesn’t). See below:
Thanks ChuckPa.
I gave myself the biggest facepalm for missing that!
I was pulling my hair out and it was staring me in the face!!
After making that change however, it seems to have broken it
/home/Plex_Cache/Plex_Metadata_Cache/Plex Media Server/Preferences.xml
If I may? This isn’t a ‘Cache’ . You’re moving the entire Metadata structure
(the one from /var/lib/plexmediaserver/Library/Application Support) to the new location.
You might want to simplify naming and remove “_Cache” from it so you don’t get confused with the real “Cache” directory under “Plex Media Server”
Given the installer didn’t warn about permissions, they must be OK meaning there’s an issue with the directory structure.
Thanks ChuckPa & dbirch.
It was my silly mistake that caused Plex to stop working. I didn’t apply the permissions of plex:plex correctly on the SSD. I fixed that and it’s currently re-indexing everything.
It’s back up and running, so @ChuckPa, you mentioning the [Service] statement, did in fact fix my issue. Thank you and thanks everyone.
PS On a side note. I assume its ok for me to delete the the old metadata folders?
Once fully transitioned to the new location, delete Library and all below it.
/var/lib/plexmediaserver
is Plex’s $HOME. That directory is needed. (every UID needs a $HOME) It can be empty but if you delete it, I’ll just create it again at the next installation/update LOL