SOLVED: No access to network share (installed as Service under Win10) - 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: SOLVED: No access to network share (installed as Service under Win10) (/t-solved-no-access-to-network-share-installed-as-service-under-win10) |
No access to network share (installed as Service under Win10) - Tombar - 2024-01-12 Hi all, I installed JellyFin under Windows 10 as a Service. But now I have trouble to access my data which is on a NAS. To map the folder under Windows I followed this Guide here, but it is not working. In general my installation works just fine when I add ibraries with real local folders, but not with a network folder/symlink. My details:
Looks like JellyFin cannot access the shared folder. I also tried to use the direct network share instead of the local folder with the symlink but that does not work as well. Any idea what might be missing? Or any better idea how to access a network share while running JellyFin as a Windows Service? Is there a log I can check? Thanks a lot for any hint. Cheers, Tommy RE: No access to network share (installed as Service under Win10) - TheDreadPirate - 2024-01-12 Check out this post on serverfault. https://serverfault.com/questions/426288/permanently-mount-network-share-without-the-need-for-log-on-windows Let us know if this works for you and the exact steps. RE: No access to network share (installed as Service under Win10) - Tombar - 2024-01-12 Looks like I had a user mismatch. In addition to the symlinks under D:\media I had another drive network drive "Z:\" mapped. The target was the same network share but for the access I used another user. After changing the user of that network share "Z:\" to the same user as my windows user I recreated the syylinks and now everything works fine. While creating the mapped network drive "Z:\" I specified the user like "192.168.253.1\WINUSER" RE: No access to network share (installed as Service under Win10) - aa a - 2024-08-31 (2024-01-12, 09:58 PM)Tombar Wrote: Looks like I had a user mismatch. In addition to the symlinks under D:\media I had another drive network drive "Z:\" mapped. The target was the same network share but for the access I used another user. Hi Request for help. I am having the same problem like you did. Can you guide me how to change the user of that network share? Regards, and thanks RE: No access to network share (installed as Service under Win10) - TheDreadPirate - 2024-08-31 If you click start and type "services.msc" it will open the service manager. Find the jellyfin service and one of the tabs controls what user the service runs as. Change the service user to run as your user or some other user that has access to the network share. |