bdhaa.blogg.se

Plex media server ubuntu 18.04
Plex media server ubuntu 18.04










plex media server ubuntu 18.04

Replace “10.0.10.100:/volume2/nas-storage” with your actual Synology NAS IP address and NFS mount path.

plex media server ubuntu 18.04

Next, we will ensure this mount is configured automatically at boot by adding the entry into our “fstab file. Hopefully, we should see that “helloworld.txt” in “File Station” on the Synology DSM like below: $ touch /nfs/nas-storage/helloworld.txt # Test $ sudo mount 10.0.10.100:/volume1/general-storage /nfs/nas-storage # Mount NFS share Replace “10.0.10.100” with the actual IP of your Synology NAS. Let’s test out everything so we know for sure it actually works.

plex media server ubuntu 18.04

$ sudo mkdir -p /nfs/general-storage # Create local NFS mount target $ sudo apt-get update & sudo apt-get install nfs-common In this example, the local mount directory will be “/nfs/general-storage” but you can make it whatever you like. Install everything necessary and create a directory we can mount the share to. In our example, the mount path is “/volume2/nas-storage”. Take note of the “Mount path” at the bottom of the NFS Permissions screen. If multiple hosts will be accessing the NFS share, you can add rules for each host. On the permissions screen, navigate to the “NFS Permissions” tab and create an NFS rule for the host(s) you will be using to access the NFS share. Note that enabling encryption will prevent you from enabling NFS access to the shared folder.Īpply the desired settings or copy from the above. Choose “Create” and use the following options: Configure NFS Serverįirstly, log into the Synology DSM and open Control Panel > Shared Folder. This article assumes you have a good understanding of the basic networking, Synology DSM and the Linux operating system.

  • Distributed WordPress deployment with a shared “wp-content” directory for your website.
  • Store GitLab repositories on NAS to increase redundancy.
  • Store Plex media on NAS instead of a virtual machine.
  • This is most beneficial in scenarios such as web applications where multiple compute resources are enlisted to read and write from one folder. NFS (Network File System) is a protocol enabling multiple remote connections to a singular shared folder.












    Plex media server ubuntu 18.04