• 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 only sees my files if I restart it manually

     
    • 0 Vote(s) - 0 Average

    Jellyfin only sees my files if I restart it manually

    haigha
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #5
    2025-03-08, 09:47 PM
    It occurred to me that this might be a timing thing, and it does appear that Docker/Jellyfin was coming up before the system was mounting the shares.

    For anyone finding this later:

    - Since my system uses systemd, it apparently creates ".mount" entries for each of the entries in the fstab file.  Using systemctl list-units -t mount let me find the name of this (mnt-media-nas.mount).
    - Now I could run systemctl edit docker.service to add:

    Code:
    [Unit]
    Requires=mnt-media-nas.mount
    After=mnt-media-nas.mount

    Now this apparently makes docker wait until that mount has finished mounting.  I've rebooted a number of times, and it is now working without any issues.

    I did go back and do some of the best practices that TheDreadPirate recommended, such as moving /cache and /config to a local folder (/jellyfin/cache and /jellyfin/config).  I also really disliked the "/media/NAS/media" thing that I got from another post and moved it to "/mnt/nas/media", which felt like a better match.

    Thanks!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin only sees my files if I restart it manually - by haigha - 2025-03-06, 05:17 AM
    RE: Jellyfin only sees my files if I restart it manually - by TheDreadPirate - 2025-03-06, 01:45 PM
    RE: Jellyfin only sees my files if I restart it manually - by haigha - 2025-03-06, 08:35 PM
    RE: Jellyfin only sees my files if I restart it manually - by TheDreadPirate - 2025-03-07, 03:23 PM
    RE: Jellyfin only sees my files if I restart it manually - by haigha - 2025-03-08, 09:47 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