Hey everyone!
I currently have a setup with my Proxmox where I have set up a Plex LXC and it has been able to pull media files on my Synology (via NFS). Following a few guides online, I did this via mounting my Synology volume (named "Swan") within the shell of my Proxmox (i.e. going to "cd /etc/pve/lxc", typed in "ls" to see all the conf files across my nodes, and then "nano 102.conf" (into my Plex node), and went ahead and added: mp0: /mnt/pve/Swan, mp=/mnt/plex), and then within my Plex LXC, modifying the /etc/fstab as follows:
192.168.1.63:/volume1/Media /mnt/media nfs defaults 0 0
My Plex has been working great; however, every time my Plex restarts (or Chrome restarts), I need to manually go into my Plex LXC and type in "mount -a" to remount everything (and it works again). I looked online and tried adding "auto" (to make it auto-mount), "_netdev" (to make it wait for network connection), and "user" to the options, but still nothing works:
192.168.1.63:/volume1/Media /mnt/media nfs auto,_netdev,user 0 0
Am I doing something wrong within the <options> for my /etc/fstab, or is there perhaps something else I am missing? Any help would be greatly appreciated on this; thanks!
I currently have a setup with my Proxmox where I have set up a Plex LXC and it has been able to pull media files on my Synology (via NFS). Following a few guides online, I did this via mounting my Synology volume (named "Swan") within the shell of my Proxmox (i.e. going to "cd /etc/pve/lxc", typed in "ls" to see all the conf files across my nodes, and then "nano 102.conf" (into my Plex node), and went ahead and added: mp0: /mnt/pve/Swan, mp=/mnt/plex), and then within my Plex LXC, modifying the /etc/fstab as follows:
192.168.1.63:/volume1/Media /mnt/media nfs defaults 0 0
My Plex has been working great; however, every time my Plex restarts (or Chrome restarts), I need to manually go into my Plex LXC and type in "mount -a" to remount everything (and it works again). I looked online and tried adding "auto" (to make it auto-mount), "_netdev" (to make it wait for network connection), and "user" to the options, but still nothing works:
192.168.1.63:/volume1/Media /mnt/media nfs auto,_netdev,user 0 0
Am I doing something wrong within the <options> for my /etc/fstab, or is there perhaps something else I am missing? Any help would be greatly appreciated on this; thanks!