this post was submitted on 10 Mar 2024
1 points (100.0% liked)
Jellyfin: The Free Software Media System
5740 readers
11 users here now
Current stable release: 10.10.1
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
Remember that the container sits on a different network, the docker network, maybe that's why access doesn't work.
You can add the mount to be
noauto
in fstab, so it doesn't mount it unless you access the location. You can also mount it manually or via script, as needed.Not sure how to help more, you have a peculiar setup...
"noauto" sounds like a step in the right direction. I might give it a shot.
Many thanks. You've been very helpful.