Jellyfin dont recognize files on NFS mounted share #1631
Replies: 2 comments 3 replies
-
Some time has passed, but I ran in the exact same issue. I was able to solve it in TrueNAS under NFS Share Advanced Settings And set: After that I was able to browse the folder with Jellyfin. |
Beta Was this translation helpful? Give feedback.
-
this is very easy to do Mount the NFS Share in Proxmox Host / Create Storage under Datacenter (You can use the UI and say it contains snippets. it really doesnt matter) create a directory inside the container On the host run the following command thats it. not reboot the container and you will be able to see the folder inside the container |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A clear and concise description of the issue.
Mounted a NFS share on a path inside LXC Jelly container on proxmox. The mount is good, i can navigate and see the files via terminal, but the Jellyfin aplication dont recognize the folders mounted on the path. I tried change the LXC folder permissions, but dont work. Tried make a user with the same UID e GUID on the TrueNAS, where the NFS share is configured, but again dont work.
I also activate the NFS option on proxmox for that LXC, and install with a privileged container. But nothing is working.
Any advices ?
Thanks in advance
Please provide detailed steps to reproduce the issue.
Install LXC Jelly with script above (bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin.sh)")
Install the nfs requeriments via terminal
Create a folder (neither on / or /mnt works)
mount the nfs share via /etc/fstab
acess jellyfin
try add a folder inside the mount on library
Beta Was this translation helpful? Give feedback.
All reactions