2023-10-22, 10:10 PM
9 times out of 10 its a permissions issue. If you gave Jellyfin permission to /media/rob/MediaFiles then jellyfin also needs at least read+execute permissions on every directory above it (/media and /media/rob). This allows a user to traverse the directories until it reaches the directory it does own.
What's the output of each of these commands?
ls -ld /media
ls -ld /media/rob
ls -ld /media/rob/MediaFiles
What's the output of each of these commands?
ls -ld /media
ls -ld /media/rob
ls -ld /media/rob/MediaFiles