• 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 jellyfin does not read the specified path

     
    • 0 Vote(s) - 0 Average

    jellyfin does not read the specified path

    kojimo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Jul
    Reputation: 0
    #2
    Today, 06:24 AM
    I was able to solve it:
    1. Read this guide to understand how permissions work in linux:
    https://forum.jellyfin.org/t-mounting-lo...ons-primer

    2. Make sure Jellyfin has read and execute permissions (xr) on the path specified in your compose:
    ls -l /PATH

    3. If you have problems to make the permissions changes and you have a NTFS disk (as in my case), edit its mount permissions from /etc/fstab:
    UUID=YOUR_UUID_HERE /PATH ntfs-3g uid=1000,gid=1000,dmask=002,fmask=113 0 0

    4. Umount and Mount:
    sudo umount /PATH
    sudo mount -a

    5. Restart your Jellyfin container from the directory containing the compose file:
    docker compose down
    docker compose up -d

    Smiling-face
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    jellyfin does not read the specified path - by kojimo - Today, 01:22 AM
    RE: jellyfin does not read the specified path - by kojimo - Today, 06:24 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