Jellyfin Forum
NO Access to NAS files on Server - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: NO Access to NAS files on Server (/t-no-access-to-nas-files-on-server)



NO Access to NAS files on Server - EddiePendergrass - 2025-05-30

Hey everyone! 

Sorry to bother you with a question that I know has been asked before. I’m trying to run my Jellyfin server through Docker, but I keep hitting a problem. When I set the path for my media folders, the server can see the folders but can’t access the actual files inside them. 
 
I’m running Docker on a Windows PC, and my media files are stored on a Synology NAS. I managed to get this working once before on my mini PC with Ubuntu, but now that I have a new PC running Windows, I’m facing the same issue again and not really sure what to do. 
 
Does anyone know what steps I should take to fix this? Please keep it simple if you can—I’m pretty new to this stuff and honestly don’t have much experience with these setups.


RE: NO Access to NAS files on Server - bitmap - 2025-05-30

If you exec into the docker container, can you see the files? If not, check what permissions the host has to the files. Windows adds the complexity of ACLs and running Docker on Windows, whether through WSL or Desktop is a nightmare of caveats.

Try:
Code:
docker exec -it jellyfin /bin/bash

Then you can navigate to where you expect the files to live. If you can't get there or can't see the files, check permissions.