OK… now i understand what you did incorrectly.
/media is used by the automounter (nautilus). User ‘plex’ won’t be able to read anything mounted there for your username regardless of the permissions.
Attempting to circumvent nautilus is an exercise in futility.
Mount / place your media files in any other non-conflicting directory and you’ll have success. You will not need to contort Plex anymore.
– It will “lock down” again and everything will still function as it should.
A couple How-Tos for you to review. It’ll make this painless.
Using other hard drives (Windows or Linux) with PMS
This How-To is written to help with Internal and External drives. It also is written to demonstrate how to cope with NTFS and EXT4 formatted drives. By logical extension, any format supported by Linux can be handled using the technique shown here. In all cases, the goal is to give user plex permission to read your media files which Linux doesn’t allow by default due to its strict security model.
We will walk through the steps needed …
Mounting NFS network shares for Plex use
The basic checklist
Prepare the NAS:
Create a ‘mount point’ directory structure on your Linux machine which will be where all your media shares are grafted and made available for Plex use.
Create an entry in /etc/fstab for each share you wish to mount.
Mount and debug as needed
A. Prepare the NAS.
This is unique to each NAS. In general, you only need grant read permission. Should you desire Read/Write for yourself, we will allow for it
On Lin…
Mounting CIFS + SMB network shares for Plex use
The basic checklist
Prepare the NAS
Create the CIFS/SMB credentials file for use in /etc/fstab
Create a ‘mount point’ directory structure on your Linux machine which will be where all your media shares are grafted and made available for Plex use.
Create an entry in /etc/fstab for each share you wish to mount.
Mount and debug as needed
A. Prepare the NAS.
This is unique to each NAS. In general, you only need grant read permission. Should …