ChuckPa
November 10, 2023, 4:30pm
5
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 …
Note: Don’t use FTP . It’ll be painful to setup and not do what you want. SMB/CIFS will work. Also, If you wish a bit more freedom, you can use NFS if available on the file server side. (NFS is native to Linux and works best)
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…
Supplemental: For all local media disks on the host,
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 …
1 Like