![]() |
jellyfin does not have permission to access the drive my movies are stored on? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: jellyfin does not have permission to access the drive my movies are stored on? (/t-jellyfin-does-not-have-permission-to-access-the-drive-my-movies-are-stored-on) |
jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-07 okay, so, um: my movie library is stored on /media/violet/pi1.0/, and my tv library is stored on /media/violet/pi2.0/. jellyfin is able to access my tv library just fine. the folder Movies is routed to is officially accurate--jellyfin just doesn't have access to the files! i've tried just about everything i can think of to give it access to the files, but it still doesn't, have access... i will list off what i've tried so far below.
it is perhaps worth noting that the metadata for the Movies library is stored in a weird (and possibly invalid?) location as of ~february 21, 2025--i am not sure what caused this. according to jellyfin's Metadata Manager tab, Movies metadata is stored in /var/lib/jellyfin/metadataMovies, which is possibly related to this issue of jellyfin not being able to (see/find) my movie files... (for comparison, Shows metadata has been stored in /var/lib/jellyfin/root/default/Shows since february 21, 2025.) assorted info:
please let me know if you need more info!! i will do my best to respond quickly...!! RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-07 i didn't realize the code blocks would display like that, agh! edited the post to remove them... um, so that's my problem. yeah. RE: jellyfin does not have permission to access the drive my movies are stored on? - TheDreadPirate - 2025-04-08 Is this a network share or a locally attached hard drive. If a local hard drive, did you manually mount the drive with /etc/fstab or are they auto mounted? Are there ACLs on the directories? Code: ls -ld /media/violet/pi1.0 /media/violet/pi2.0 |