Plex’s metadata on a network share. (Advanced users only)
- This is NOT supported. USE AT YOUR OWN RISK
- Linux and NFS do work reliably but the degree of reliability is at your own risk subject to every involved software and hardware element involved.
- Proper operation is dependent on all layers between PMS and the actual data.
- PMS performance will decrease. The latency of the LAN is noticeable.
-
ONLY use this if you cannot relocate the
Library(metadata) to another location on your local machine (see “Moving PMS’s Library” tip) as a LAST RESORT
The above having been stated and understood:
- With PMS stopped, use
tarto perfectly copy all the files and permissions (retaining UID/GID, and all other inode flags) to the NAS - Add
vers=3,local_lock=posixto the mount options if your server does not supportNFSv4. This forces TCP and POSIX file locking. PMS uses POSIX locking. Most NFS servers include POSIX locking in NFSv4. Remember to adjust according to your server’s capabilities. - Rename
Librarylocally to save that copy - Create a new
Librarydirectory, owned byplex:plexto mount on. - Test the mount
- Verify locking are active
mount | grep Libraryby visual inspection of the mount options. Some NFSv4 implementations do not include POSIX file locking by default. Caution is advised. - Verify you have enabled posix file locking in any and all layers / abstractions between PMS and the actual data.
-
syno:/volume1/plexdb /var/lib/plexmediaserver/Library nfs sec=sys,intr,local_lock=posix,rw,vers=3,auto,nofail 0 0 -
syno:/volume1/plexdb /var/lib/plexmediaserver/Library nfs sec=sys,intr,vers=4,rw,auto,nofail 0 0
This is an advanced tip and not for novice users. Corruption and complete loss of your PMS library metadata will result if done incorrectly.