2024-10-07, 06:32 PM
I have just set up Jellyfin on my raspberry pi 3b, and I'm having trouble with the user jellyfin not being able to access my external hard drive, where I have a samba share set up. I have added the jellyfin user to the sadmin group (which has access to my external drive), with:
and also added the jellyfin user and jelly group as an allowed on my /etc/samba/smb.conf file, like so:
but I can't get it to access the external hard drive. The folder it's supposed to access is /media/hd/samba/joao/Videos/Filmes, but when I try to set it up in the web interface, it says it can not access the location.
Any ideas?
Thank you all in advantage!
Code:
usermod -a -G sadmin jellyfin
and also added the jellyfin user and jelly group as an allowed on my /etc/samba/smb.conf file, like so:
Code:
path = /media/hd/samba/joao/Videos
browseable = yes
read only = no
force create mode = 0660
force directory mode = 2770
valid users = jellyfin @sambashare @sadmin @jellyfin
but I can't get it to access the external hard drive. The folder it's supposed to access is /media/hd/samba/joao/Videos/Filmes, but when I try to set it up in the web interface, it says it can not access the location.
Any ideas?
Thank you all in advantage!