2024-02-01, 07:55 AM
(This post was last modified: 2024-02-01, 08:05 AM by esjaysee. Edited 4 times in total.)
Got a work around on windows to 'mount' on boot for nas drives. Use a symbolic link. In the command prompt or Powershell use this
mklink /d "c:\linkfoldername" "//nas/drive/location"
Then point jellyfin to the folder it made.
That's how I got mine working, works for wsl mounts (docker) too.
Let me know if that helps.
mklink /d "c:\linkfoldername" "//nas/drive/location"
Then point jellyfin to the folder it made.
That's how I got mine working, works for wsl mounts (docker) too.
Let me know if that helps.