this post was submitted on 06 Jan 2026
9 points (100.0% liked)
Jellyfin: The Free Software Media System
8768 readers
7 users here now
Current stable release: 10.11.6
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
This seems to be a file permission issue
On console can you do
Inside the media folder and see the owner user, owner group and permission?
If you want to do quick and dirty test do
Then try and play that file.
If that works, try 775 and then 755 to tighten the permissions a bit
My pc is still boxed away somewhere so I’m trying to get this done on mobile currently and the console is just not having it, so if no one else’s tips help I’ll give this a try when I unbury my pc again. I’ll write another comment if I need more help. Thanks.
Try to see what mounts you have currently. I guess you need to make sure your /jellyfin is sym linked to /home/user/music or where ever media stuff is. So if it was your external drive you would need a symbolic link with /jellyfin and /mnt/drive name/music or whatever.
Also, like someone said earlier, you can make a /etc/fstab entry so your device mounts the same every time, but you need to use the specific UUID and not like /dev/sda or whatever. Sym link should always work then. That's the only thing I can think of that would cause an error after a move unless you have needed changes in Jellyfin group. Maybe be sure that your media is accessible to jellyfin.
Hope some of this helps. I don't have my notes and I forget even basic things so check syntax.
Relevant commands: (Use blkid for UUID I think) /dev/SDB is just an example. Get the specific info from mount -a or fdisk -l.
Grab UUID and go put in /etc/fstab in place of the /dev/sdb type format.
Symbolic link is just: ln -s source destination Might need to check syntax though.
Let me know if need help with the fstab entry. I just can't recall it off the top of my head. The format is too long. Hopefully my explanation was easy to follow though. Also, I can't recall but I think when you replace /dev/sdx format, you need to put:
before the long ID.
Awesome, thanks for the write up. I’m not sure I’ll have time tonight but I’ll try this out when I get the chance. I appreciate the help, and I’ll let you know if I need any more assistance.