Cannot see my mounted drive in Jellyfin #2570
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Did you solve this? I'm having the same issue. I've succesfully mounted my media to my Proxmox host, and bound that mount to my container. I know this is working because I can cd to the directory on the container and see my files/folders. However, when I try to configure the usage of this folder in Jellyfin, it say's the path does not exist. Full list of steps I have taken: On the LXC: On the Proxmox host:
On the LXC: Clearly all of the above works, because I can see my files in the mount in FileBrowser. This is the same implementation I use for other LXCs (e.g. Paperless) so I don't know why it's not working. |
Beta Was this translation helpful? Give feedback.
-
Boom! You are correct. Thanks very much mate |
Beta Was this translation helpful? Give feedback.
Alright, so I've solved it for me.
For some reason, creating the user on the Proxmox host with the ID 10000 didn't work.
Manually changing the mount uid and gid to the ID of Jellyfin did. I got this by running
ps aux | grep jellyfin
on the Jellyfin LXC.