• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Cannot get Jellyfin to access my media folder

     
    • 0 Vote(s) - 0 Average

    Cannot get Jellyfin to access my media folder

    Will not see the MP4 movies I have in my Media folder
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #5
    2025-02-14, 02:15 PM
    With linux permissions, you have to keep in mind all of the parent folders leading up to the folder you "777"'d.

    For example, let's say you have your movies located in /mnt/Jellyfin/Movies. You "777"'d the Movies folder and all the folders within it. If Jellyfin doesn't have access to /mnt or /mnt/Jellyfin it cannot navigate to the Movies folder that it does have access to.

    Jellyfin does not need full access to /mnt and /mnt/jellyfin. It only needs read and execute permissions. The act of "changing directories" (cd) requires both of those permission levels.

    I wrote a longer Linux permissions primer over in the walkthrough sub-forum.

    https://forum.jellyfin.org/t-mounting-lo...ons-primer

    I suggest you give that a read. For now, if you provide the current path where Jellyfin is actually reading from, I can get you going while. Based on what you have provided, Jellyfin probably can't get into /home/nas. And it looks like you have a user called "nas".

    Home directories are meant to be private and only accessible by that user. Since Jellyfin runs as its own user, you'd need to open up /home/nas. I recommend relocating your media folder outside of /home/nas. /media is a common directory for storing media and is safe to open up the permissions on.

    If you want keep the videos in /home/nas, run this command. Based on what you've stated, this should be enough since you already opened up the permissions on the rest of the folders inside /home/nas containing the videos.

    Code:
    sudo chmod 755 /home/nas
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Cannot get Jellyfin to access my media folder - by smells-cilia0i - 2025-02-11, 09:31 AM
    RE: Cannot get Jellyfin to access my media folder - by TheDreadPirate - 2025-02-11, 01:52 PM
    RE: Cannot get Jellyfin to access my media folder - by smells-cilia0i - 2025-02-14, 02:48 AM
    RE: Cannot get Jellyfin to access my media folder - by smells-cilia0i - 2025-02-14, 01:34 AM
    RE: Cannot get Jellyfin to access my media folder - by TheDreadPirate - 2025-02-14, 02:15 PM
    RE: Cannot get Jellyfin to access my media folder - by smells-cilia0i - 2025-02-23, 07:39 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode