2023-10-15, 12:08 PM
Hi,
I am trying to add USB storage connected to RPi as Library.
Added rights for jellyfin user:
Tried it with 777 and restarted.
Then when adding library
I don't see the "Disk" part.
I have another library in another location on RPi which works fine and I can locate the folder and it's visible where 3 dots are in this picture.
I tried to just write the rest there but it didn't work.
Is my command to give access to folder wrong or where am I making a mistake?
Thanks.
R
I am trying to add USB storage connected to RPi as Library.
Code:
df
/dev/sda3 248750076 44173216 204576860 18% /media/pi1/Disk
Added rights for jellyfin user:
Code:
sudo chown -R jellyfin:jellyfin /media/pi1/Disk
sudo chmod -R 755 /media/pi1/Disk
Then when adding library
I don't see the "Disk" part.
I have another library in another location on RPi which works fine and I can locate the folder and it's visible where 3 dots are in this picture.
I tried to just write the rest there but it didn't work.
Is my command to give access to folder wrong or where am I making a mistake?
Thanks.
R