2024-12-30, 04:03 AM
(2024-12-29, 10:24 PM)TheDreadPirate Wrote: How is Jellyfin installed in the LXC? I'm assuming via apt. What parameters did you use for the SMB share in the LXC?
I just used a Proxmox helper script (https://community-scripts.github.io/Prox...d=jellyfin), I also tried manually setting it up with apt and have the same problem.
I'm a little confused by what you're asking when you say parameters for the SMB share. I have the SMB mounted in the Proxmox host with the following line in /etc/fstab:
Code:
//192.168.0.14/media /mnt/lxc_shares/nas_rwx cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=storage,pass=my_password 0 0
I then just mount it by editing the /etc/pve/lxc/<LXC_ID>.conf with the following line:
Code:
mp0: /mnt/lxc_shares/nas_rwx,mp=/mnt/media
I then just add the root user in each LXC to the lxc_shares group and it works for everything but Jellyfin. Sorry if this didn't answer your question, thank you for helping!