Jellyfin Forum
OMV with JF - path to library - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: OMV with JF - path to library (/t-omv-with-jf-path-to-library)



OMV with JF - path to library - zelpi - 2025-04-05

I have installed Jellyfin via Docker Compose on Open Media Vault, but I can‘t connect to my  external drive, where I have stored my movies (the drive is attached via USB to a mini PC).

My question: What does the path in OMV have to look like if the Jellyfin library is to point to a connected external hard drive?

The path in OMV for my mounted external drive, which also works as a network connection in my explorer is shown as:    /srv/sda2

The path to the library in my windows explorer is:  N: / Filme

/srv/sda2/Filme: /data/movies didn‘t do it…


RE: OMV with JF - path to library - zelpi - 2025-04-05

(2025-04-05, 06:39 PM)TheDreadPirate Wrote: Depends on where Jellyfin is running.  If Jellyfin server is running on the Windows system, you'd use N:\.  If it is running on the OMV system, you'd use use /srv/sda2.

JF is running on OMV. What would be the exact and complete path to write?

Code:
/srv/sda2:/Filme
?


RE: OMV with JF - path to library - TheDreadPirate - 2025-04-05

That would be what you use, but you also have to consider whether the user running Jellyfin has permissions on that directory.

Can you share how you've configured the Jellyfin container? And can you run the following commands on the OMV command line?

Code:
ls -ld /srv /srv/sda2
ls -l /srv/sda2/