this post was submitted on 10 Mar 2024
11 points (100.0% liked)
Jellyfin: The Free Software Media System
5750 readers
10 users here now
Current stable release: 10.10.2
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why don't you try NFS? For me it's a lot easier to set up...
I tried to mount the share as NFS, but it didn't seem to work from the console in the container. I ended up using CIFS which worked.
Probably the container does not have the required NFS client/libraries, but you don't have to do this inside the container... You mount it on the host and share it via a docker volume with the container.