• 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 SOLVED: Jellifin doesn't see NAS folders

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellifin doesn't see NAS folders

    Problem with mounted (NFS) network folders
    franknap
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:Italy
    #7
    2025-04-22, 04:48 PM (This post was last modified: 2025-04-22, 04:49 PM by franknap. Edited 1 time in total.)
    After some repeated tests I have solved the problem, I try to summarize the solution here in case it is useful to some other user.
    I map the folder pointing to the path 'media'

    Code:
    sudo mount -t nfs -o proto=tcp,port=2049 IP_ADDR_NAS:/volume1/video /srv/jellyfin/media
    sudo systemctl daemon-reload

    To make the mount permanent I do this:
    Code:
    sudo nano /etc/fstab

    and then I add the line:

    Code:
    IP_ADDR_NAS:/volume1/video /srv/jellyfin/media nfs defaults 0 0


    In case of start/restart of the Jellyfin before that the NAS still being available on the network, however, it is necessary, the folder mounting will not happen automatically and will not work. In this case, you must re-mount the network folder, and then restart the container (for me, restarting the jellyfin server was not enough).
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellifin doesn't see NAS folders - by franknap - 2025-03-22, 11:37 AM
    RE: Jellifin doesn't see NAS folders - by TheDreadPirate - 2025-03-22, 05:14 PM
    RE: Jellifin doesn't see NAS folders - by franknap - 2025-03-22, 05:55 PM
    RE: Jellifin doesn't see NAS folders - by TheDreadPirate - 2025-03-22, 06:24 PM
    RE: Jellifin doesn't see NAS folders - by franknap - 2025-03-22, 07:50 PM
    RE: Jellifin doesn't see NAS folders - by TheDreadPirate - 2025-03-23, 01:04 AM
    RE: Jellifin doesn't see NAS folders - by franknap - 2025-04-22, 04:48 PM

    • 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