Jellyfin Forum
Mount NFS-Server (Alma Linux LXC-Container) on Jellyfin LXC-Container - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Mount NFS-Server (Alma Linux LXC-Container) on Jellyfin LXC-Container (/t-mount-nfs-server-alma-linux-lxc-container-on-jellyfin-lxc-container)



Mount NFS-Server (Alma Linux LXC-Container) on Jellyfin LXC-Container - maze-m - 2025-08-16

Hello everyone!

I have set up two LXC containers (NFS server + Jellyfin) in my ZFS pool “Datengrab” and added two mount points to the NFS container under “/mnt/musik” and “/mnt/video”.
I have now distributed my films and music across these.
I did all this according to the instructions: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04

Unfortunately, all the files now have the same permissions (as in the link):

Code:
-rw-r--r-- 1 nobody nogroup 0 Apr 30 14:44 Beispielfile.mkv

When I mount the “/mnt/video” folder in Jellyfin, I can also write files to it as root in the container, etc.

However, I cannot view the files in Jellyfin itself (presumably due to the “nobody:nogroup” permissions).

How can I grant the Jellyfin user permission to access them?

I hope you can provide me with some advice on this matter.