2024-08-29, 03:38 PM
Jellyfin server, when installed via apt, creates and runs as the user "jellyfin". When you run Jellyfin server via the flatpak (maintained by 3rd party) it runs as your user.
The path in question likely has an ACL that restricts access to your user, which is why the flatpak could access it. /media/dellxps13 is the directory that likely has the ACL.
I am assuming this is some sort of external hard drive that you've allowed Linux to auto-mount.
The temporary solution is to remove the ACL. The proper solution is to edit /etc/fstab and have that auto mount the hard drive without an ACL.
See my post on this thread for properly configuring /etc/fstab. Let me know if you have any questions.
https://forum.jellyfin.org/t-cannot-acce...6#pid32986
The path in question likely has an ACL that restricts access to your user, which is why the flatpak could access it. /media/dellxps13 is the directory that likely has the ACL.
I am assuming this is some sort of external hard drive that you've allowed Linux to auto-mount.
The temporary solution is to remove the ACL. The proper solution is to edit /etc/fstab and have that auto mount the hard drive without an ACL.
See my post on this thread for properly configuring /etc/fstab. Let me know if you have any questions.
https://forum.jellyfin.org/t-cannot-acce...6#pid32986