2024-02-07, 10:23 PM
(This post was last modified: 2024-02-07, 10:24 PM by tmsrxzar. Edited 1 time in total.)
"/media/mnju/Media" this is the first issue, allowing ubuntu to mount the drive to a folder that is owned by your user instead of jellyfin
since jellyfin runs as it's own user it does not have permission to your files and should not be granted them
instead, use fstab to mount it to a location owned by jellyfin, pretty much any unused path will do https://man7.org/linux/man-pages/man5/fstab.5.html
the classics are /mnt/(drvlabel), /media/(drvlabel) or /storage/(drvlabel)
you can even get inventive and make it /jellyfin
whatever you pick it has to be owned by jellyfin and the files on the drive needs to be owned by jellyfin
second problem, being that you're a native windows user i bet the drive is formatted NTFS, you may or may not need to do more things for that to work and it is not recommended as linux doesn't usually have a good time with windows partitions
f.e. you will likely be stuck moving the drive back to windows if it ever gets errors because then linux won't mount it until the errors are corrected
complete the first step of getting it mounted then work through any issues from there
since jellyfin runs as it's own user it does not have permission to your files and should not be granted them
instead, use fstab to mount it to a location owned by jellyfin, pretty much any unused path will do https://man7.org/linux/man-pages/man5/fstab.5.html
the classics are /mnt/(drvlabel), /media/(drvlabel) or /storage/(drvlabel)
you can even get inventive and make it /jellyfin
whatever you pick it has to be owned by jellyfin and the files on the drive needs to be owned by jellyfin
second problem, being that you're a native windows user i bet the drive is formatted NTFS, you may or may not need to do more things for that to work and it is not recommended as linux doesn't usually have a good time with windows partitions
f.e. you will likely be stuck moving the drive back to windows if it ever gets errors because then linux won't mount it until the errors are corrected
complete the first step of getting it mounted then work through any issues from there