this post was submitted on 21 Sep 2023
1071 points (97.8% liked)
Open Source
31061 readers
475 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What os are you running? My jellyfin server runs on linux and I just permanently mounted the directory from my NAS that holds all of my media. There's some resources online for learning how to set up mounts over the network on startup, and as long as you can reserve their local ip it should work just fine.
Oh, interesting, thanks! I've dabbled with Linux so I'm familiar with it. I believe my nas is NTFS, but I could be wrong. But if so, I wonder if it's possible to mount an NTFS location to a Linux server... Something to research while working tomorrow ๐
Thats definitely possible. Im using nfs because it so much faster in my experience. Just one line in the fstab. Nothing every software should implement themselfs imo.
You can definitely mount a windows share on a linux machine. I was doing it at my last job, because it allows you to do anything on it transparently as if its part of the local filesystem.
Here instructions from the Ubuntu wiki, most things should carry over to most other distros.
https://wiki.ubuntu.com/MountWindowsSharesPermanently