2024-02-16, 10:06 PM
(This post was last modified: 2024-02-16, 10:06 PM by Worldrazor.)
I've been trying to get Jellyfin to access my library, but it won't. I think I have narrowed it down to being a permission issue. I've tried to use the command
chown -R :lxc_shares /mnt/nas but without luck (it dosen't change anything). I have followed this guide (https://forum.proxmox.com/threads/tutori...es.101795/) to set up shares in my LXC. So basicly I think I need to change the ownership of the directory to the group where the jellyfin user is, but I don't know how.
The permissions for the folders look like this:
root@jellyfin:~# ls -l /mnt/nas
total 0
drwxrwx--- 2 100000 110000 0 Feb 12 13:48 Downloads
drwxrwx--- 2 100000 110000 0 Feb 11 20:03 Movies
drwxrwx--- 2 100000 110000 0 Jan 26 04:18 TV-Series
chown -R :lxc_shares /mnt/nas but without luck (it dosen't change anything). I have followed this guide (https://forum.proxmox.com/threads/tutori...es.101795/) to set up shares in my LXC. So basicly I think I need to change the ownership of the directory to the group where the jellyfin user is, but I don't know how.
The permissions for the folders look like this:
root@jellyfin:~# ls -l /mnt/nas
total 0
drwxrwx--- 2 100000 110000 0 Feb 12 13:48 Downloads
drwxrwx--- 2 100000 110000 0 Feb 11 20:03 Movies
drwxrwx--- 2 100000 110000 0 Jan 26 04:18 TV-Series