• 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 Content of mounted shared folder is not recognized by Jellyfin

     
    • 0 Vote(s) - 0 Average

    Content of mounted shared folder is not recognized by Jellyfin

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2023-07-13, 05:51 PM (This post was last modified: 2023-07-13, 05:52 PM by TheDreadPirate.)
    Code:
    docker run -d \
    --name jellyfin \
    --net=host \
    --volume jellyfin-config:/config \
    --volume jellyfin-cache:/cache \
    --mount type=bind,source=/home/user/jellyfin,target=/media \
    --restart=unless-stopped \
    jellyfin/jellyfin

    I think your mount parameter should be

    Code:
    --mount type=bind,source=/media,target=/media \

    The way you had it, I think it is mounting /home/user/jellyfin on the Linux system as /media in the container. Which is probably a mostly empty folder.
    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
    Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-12, 02:22 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by TheDreadPirate - 2023-07-12, 03:04 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-12, 03:45 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by TheDreadPirate - 2023-07-12, 06:13 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-12, 07:16 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by TheDreadPirate - 2023-07-12, 10:14 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-13, 08:26 AM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by TheDreadPirate - 2023-07-13, 03:26 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-13, 05:30 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by TheDreadPirate - 2023-07-13, 05:51 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-13, 10:32 PM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by Daniel_King - 2023-07-18, 11:03 AM
    RE: Content of mounted shared folder is not recognized by Jellyfin - by e900542 - 2023-07-20, 02:09 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