• 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 SOLVED: Problem with Media Folder

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Problem with Media Folder

    Problem with finding the Media Folder
    TomSuperHero
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #1
    2024-03-29, 06:35 PM
    Hello Forum,

    first, excuse me for my bad English, it isn't my first language.

    I'm a total noob when it comes to Linux, Jellyfin or Server hosting. But I decided to change that and start a Jellyfin Server on an old PC I still had. I installed Ubuntu Server (newest Version) and CasaOS and then Jellyfin. 
    Now to the Problem I have, Jellyfin, CasaOS and Ubuntu are installed on a NVME. The movies I have I would like to have on a different Drive which I mounted to /Jellyfin and gave permissions to Jellyfin. But Jellyfin can’t find the drive and therefor Aren't able to access the movies on there. 
    Hope somebody can help me. 

    Thanks for your help in advantage. 
    Tom 
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-03-29, 10:56 PM (This post was last modified: 2024-03-29, 10:56 PM by TheDreadPirate. Edited 1 time in total.)
    What format is it? EXT4? Or is it exFAT or NTFS?

    And since you are using CasaOS I'm assuming that means Jellyfin is running as a container, correct?
    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]
    TomSuperHero
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #3
    2024-03-30, 08:17 AM (This post was last modified: 2024-03-30, 08:18 AM by TomSuperHero. Edited 1 time in total.)
    it is EXT4

    and yes i think so is that a Problem or can it be caused by that
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-03-30, 05:26 PM
    No. I was just making sure I understood how everything is setup so I know what to ask.

    When you say you mounted this drive with your media to /Jellyfin, is that in Ubuntu?

    Can you share your container config for Jellyfin?
    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]
    TomSuperHero
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #5
    2024-03-31, 08:30 AM (This post was last modified: 2024-03-31, 01:11 PM by TomSuperHero. Edited 1 time in total.)
    Yeah i mounted the drive with Ubuntu.

    What do you mean with the Folder Config. Is it a File and when yes where can i find it.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-03-31, 08:48 PM
    I want to see what your docker config looks like. Like this.

    Code:
    ersion: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:10.8.13-1
        container_name: jellyfin-stable-testing
        user: 114:122
        group_add:
          - "109" # Intel render group
        network_mode: 'host'
        volumes:
          - ./jellyfin-data/config:/config
          - ./jellyfin-data/cache:/cache
          - /media:/media:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        #environment:
        #  - JELLYFIN_PublishedServerUrl=http://example.com
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        extra_hosts:
          - "host.docker.internal:host-gateway"
    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]
    TomSuperHero
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #7
    2024-03-31, 09:59 PM (This post was last modified: 2024-04-01, 08:25 AM by TomSuperHero. Edited 1 time in total.)
    How do i get this is there anything to get this kind of „code“

    Sorry im a noob at this
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-03-31, 10:25 PM
    Quote:\[code\]code block goes here\[/code\]

    Ignore the back slashes.  I had to put them there so you could see the syntax.
    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]
    TomSuperHero
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #9
    2024-04-01, 08:26 AM
    Yeah that i already know i meant like where can i get the thing that was in The code Bracket
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-04-01, 06:12 PM
    I re-read your original post and remembered you were using Casa. Can you show me screenshots of the configuration window for your Jellyfin container?
    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]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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