ChuckPa
February 10, 2024, 6:20pm
2
First order of business is to make certain the drive is properly mounted on the host.
If it’s not properly mounted there, it won’t work correctly over the LAN.
Need to confirm how the drive is mounted with the USB (the options, mount-point dir, and permisssions).
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 …
I’m going to point you to NFS and SMB/CIFS mount how-to’s as well
Give this a read through and see if it points out what you’ve overlooked.
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 …