2024-01-17, 03:38 PM
(This post was last modified: 2024-01-17, 03:43 PM by mikesulsenti. Edited 1 time in total.)
I recommend you mount your NFS with /etc/fstab either at the proxmox host level or within the container
This can be done similar to this:
If you do it on the Proxmox host side, you can mount it into the LXC container with this
If you edit the fstab, you need tobefore you can mount the NFS mount(s)
This can be done similar to this:
Code:
# NFS Imports
10.0.10.3:/library/movies /storage/nfs/tyr/library/movies nfs defaults,timeo=900,retrans=5,auto,_netdev 0 0
10.0.10.3:/library/tv /storage/nfs/tyr/library/tv nfs defaults,timeo=900,retrans=5,auto,_netdev 0 0
10.0.10.3:/library/videos /storage/nfs/tyr/library/videos nfs defaults,timeo=900,retrans=5,auto,_netdev 0 0
If you do it on the Proxmox host side, you can mount it into the LXC container with this
Code:
mp0: /storage/nfs/tyr/library/movies/films,mp=/library/movies,mountoptions=noatime
mp1: /storage/nfs/tyr/library/tv/shows,mp=/library/tv,mountoptions=noatime
If you edit the fstab, you need to
Code:
sudo systemctl daemon-reload
JellyFin: 10.10.0
OS: Proxmox 8 + Ubuntu 24.04
CPU: 2xIntel Xeon E5-2690 v4 (28c/56t)
RAM: 256GB DDR4
GPU: Intel Arc A380
Rack: HPE DL380 Gen9
Storage: 260TB
100TB ZFS RAIDZ3 HDD
150TB ZFS RAIDZ3 HDD
5TB ZFS RAIDZ1 NVMe
5TB ZFS RAIDZ3 SSD