this post was submitted on 25 Aug 2025
15 points (100.0% liked)
Jellyfin: The Free Software Media System
7510 readers
2 users here now
Current stable release: 10.10.7
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
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
It help to understand some things, I'm with the last poster:
you should be able to find the user jellyfin is running as with:
the first column is the user name or ID
you’re looking for a line something like this
Let's see, it returned three lines:
looks like jellyfin is running as the user “oriol”. does that sound right?
assuming you have your files mounted somewhere locally that jellyfin can access, their file permissions will need to allow access to that user
The thing is that I mount the files using the GUI and I have no idea where they are mounted.
if you want it to be permanent you’ll probably want to mount via /etc/fstab (this is the list of things that are mounted every boot, so it’ll persist after a reboot)
that said, i’d guess it’ll be in /mnt