Jellyfin Forum
Jellyfin Connecting to NAS Folders - 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: Jellyfin Connecting to NAS Folders (/t-jellyfin-connecting-to-nas-folders)

Pages: 1 2


RE: Jellyfin Connecting to NAS Folders - Alessio P. - 2024-03-22

I'm not typing a address, when I start configuration for jellyfin it doesn't find my Nas but I tried on man and uit works !


RE: Jellyfin Connecting to NAS Folders - Alessio P. - 2024-03-25

I connected Jellyfin correctly I uploaded to connect it on a Mac and it worked but on Windows it doesn't work for me from 2 devices .


RE: Jellyfin Connecting to NAS Folders - TheDreadPirate - 2024-03-25

The Jellyfin server is running on your Mac? And you are able to connect to it from your Mac? But you aren't able to connect to it from your Windows machines? Did I get that right?

If I got that right, can you check that the Mac's firewall is allowing Jellyfin through its firewall?


RE: Jellyfin Connecting to NAS Folders - Alessio P. - 2024-03-25

Yes, it works on Mac but not on windows


RE: Jellyfin Connecting to NAS Folders - TheDreadPirate - 2024-03-25

Make sure that Jellyfin is allowed through the Mac firewall.


RE: Jellyfin Connecting to NAS Folders - Gualty - 2024-09-03

Good morning lads,
I have a similar issue and I hope some of you can help me
I installed Jelly LXC on proxmox
On proxmox Datacenter I configured the connection with the NAS folder
If I go into the proxmox shell I can easily see the contents of that folder, it means that until now everything is fine.
Then I created the Media folder in Jelly in the following directory
/mnt/Media/Movies

I made sure to mount the NAS disk in Jelly with the following code:

Code:
192.168.1.144:/Film /mnt/Media/Movies nfs defaults,timeo=900,retrans=5,auto,_netdev 0 0

but the answer is always

Code:
-bash: 192.168.1.144:/nfs/Film: No such file or directory

I'm sure the folder exists
where am I wrong can you help me?


RE: Jellyfin Connecting to NAS Folders - TheDreadPirate - 2024-09-03

Is the "nfs-common" package installed on the client?