![]() |
SOLVED: 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: SOLVED: jellyfin does not have permission to access the drive my movies are stored on? (/t-solved-jellyfin-does-not-have-permission-to-access-the-drive-my-movies-are-stored-on) |
RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-21 (2025-04-20, 10:23 PM)TheDreadPirate Wrote:output for pi1.0 / output for pi2.0(2025-04-20, 03:10 AM)finalgirlfall Wrote:(2025-04-17, 01:45 PM)TheDreadPirate Wrote: USUALLY, only the top level directory for the drive has an ACL. Can you check if the directories within pi1 and 2 also have ACL? i suspect that may be at least part of the problem... <<; RE: jellyfin does not have permission to access the drive my movies are stored on? - TheDreadPirate - 2025-04-21 Whoops. Should have told you to run those commands without the asterisks. RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-22 (2025-04-21, 04:31 PM)TheDreadPirate Wrote: Whoops. Should have told you to run those commands without the asterisks. lol!! pi1.0 output / pi2.0 output RE: jellyfin does not have permission to access the drive my movies are stored on? - TheDreadPirate - 2025-04-22 Is there an ACL on this directory? /media/violet ACL's are denoted by a + at the end of the permissions Code: rwxrwxrwx+ Usually the ACL is only on the folder for the hard drive itself. And can you share the output of the mount paramemters? Code: cat /proc/mounts | grep violet RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-23 (2025-04-22, 12:38 PM)TheDreadPirate Wrote: Is there an ACL on this directory? re: media/violet/, the output of ls -l /media/violet/ is below: Code: total 36 re, mount parameters, output of cat /proc/mounts ... is below: Code: /dev/sda /media/violet/pi1.0 btrfs rw,nosuid,nodev,noexec,relatime,space_cache=v2,subvolid=5,subvol=/ 0 0 RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-04-30 is it acceptable to bump the thread at this point? (regardless, that's what i'm doing...) RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-05-01 once again bumping this thread... RE: jellyfin does not have permission to access the drive my movies are stored on? - bitmap - 2025-05-01 Are you able to see if you can touch a file in the target directory as the jellyfin user? When I was using NFS I had to squash all UIDs to make it work, but I'm not really familiar with BTRFS. Command to run a touch would be (requires sudo)... Code: su - jellyfin -c touch /media/violet/pi1.0/test (I think...) RE: jellyfin does not have permission to access the drive my movies are stored on? - finalgirlfall - 2025-05-01 (2025-05-01, 04:35 PM)bitmap Wrote: Are you able to see if you can touch a file in the target directory as the jellyfin user? When I was using NFS I had to squash all UIDs to make it work, but I'm not really familiar with BTRFS. Command to run a touch would be (requires sudo)... the results of that command for /media/violet/pi1.0/: Code: [18:03:33] [INF] [4] Main: Jellyfin version: 10.10.7 and for /media/violet/pi2.0/: Code: [18:07:06] [INF] [1] Main: Jellyfin version: 10.10.7 RE: jellyfin does not have permission to access the drive my movies are stored on? - bitmap - 2025-05-01 Oh well that doesn't look right. Is jellyfin a service user that runs Jellyfin on your machine. You can try Code: sudo su - jellyfin |