• 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 Media Scanning & Identification Jellyfind stopped recognizing my library after Linux update

     
    • 0 Vote(s) - 0 Average

    Jellyfind stopped recognizing my library after Linux update

    Daniel_King
    Offline

    Junior Member

    Posts: 21
    Threads: 4
    Joined: 2023 Jul
    Reputation: 0
    #11
    2025-03-06, 12:01 AM (This post was last modified: 2025-03-06, 12:01 AM by Daniel_King. Edited 1 time in total.)
    For testing (and out of convenience) I installed Ubuntu server in a VM, there I set up your service file, then I installed Docker + Portainer and I wanted to set up Jellyfin.

    Everything worked more or less smooth, but when I try to deploy the following stack:

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        network_mode: 'bridge'
        ports:
          - 8096:8096/tcp
          - 1900:1900/udp
        volumes:
          - /var/jellyfin/config:/config
          - /var/jellyfin/cache:/cache
          - /media/movies:/movies
          - /media/shows:/shows
        restart: 'unless-stopped'



    I receive this error:
    Failed to deploy a stack: compose up operation failed: Error response from daemon: error while creating mount source path '/media/movies': mkdir /media/movies: file exists



    The above service is mounting my Shared Drive from Google under "/media/movies".
    This works, and I can see my files.

    ls -l shows me the following for the mounted movies folder:
    Code:
    uid=1000(test) gid=1000(test) groups=1000(test),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),101(lxd)


    I also tried this image: linuxserver/jellyfin:latest and beside deploying a stack I also tried it as Docker YML or in Portainer via the GUI.
    Always the same error.

    Any idea what am I doing wrong?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-01-24, 01:04 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-01-24, 02:19 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-01-24, 03:42 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-01-24, 03:56 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-01-24, 04:38 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-01-24, 06:11 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-01-24, 09:02 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-01-24, 09:48 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-02-14, 11:44 AM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-02-14, 02:26 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-03-06, 12:01 AM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-03-06, 01:59 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-03-06, 04:08 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by TheDreadPirate - 2025-03-07, 03:45 PM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-03-10, 12:57 AM
    RE: Jellyfind stopped recognizing my library after Linux update - by Daniel_King - 2025-03-16, 11:50 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