minus-squareMaoo [none/use name]@hexbear.nettoJellyfin: The Free Software Media System@lemmy.ml•Jellyfin not reading mounted sshfs folderslinkfedilinkEnglisharrow-up5arrow-down3·edit-21 year agoOne thing you can do to troubleshoot is to execute a shell in your docker container and try to list the files in the directory that Jellyfin is looking for. This can help you rule out typos or sshfs problems. This looks something like docker exec -it /bin/sh linkfedilink
One thing you can do to troubleshoot is to execute a shell in your docker container and try to list the files in the directory that Jellyfin is looking for. This can help you rule out typos or sshfs problems.
This looks something like
docker exec -it /bin/sh