• 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 General Questions File structure/mount points in linux

     
    • 0 Vote(s) - 0 Average

    File structure/mount points in linux

    mrhedges
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #1
    2024-01-22, 12:24 AM
    Sorry I'm a total newbie here. I'm trying to set up a media server on an old dell desktop I have laying around running linux mint. I installed a 4 gig HD in the internal caddie formatted in exfat figuring they'd be easier to access on any device. I called it "media" not realizing that the default mount location is /media/ I created a directory called "tvshows" and another called "movies" and copied my files into each one and and it automatically is mounting it in /media/username. So the location of each folder is /media/username/media/movies or media/username/media/tvshows. It seems like to me this shouldn't be an issue but when I try to select a path while setting up Jellyfin it won't go past /media/username . Do I have to set a different mount point with less folders? I tried to look in the documentation and watch some youtube videos and I didn't see anything. Both folders set up with full permissions
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #2
    2024-01-22, 01:15 AM
    you can't let linux auto mount the drive, you need to use fstab
    the issue is permission not the name of the drive

    https://help.ubuntu.com/community/Fstab

    temporarily you can do this so that the drive is mounted with permission to jellyfin

    sudo umount /media/username/media
    mkdir -p /jellyfin/media
    sudo mount -t exfat -o uid=(jfuid),gid=(jfgid) /dev/sd(whatever) /jellyfin/media


    outside of that i couldn't offer much as i can't hold lectures on linux
    keep in mind jellyfin server also runs on windows and mac so you could always take one of those routes if linux isn't your deal
    mrhedges
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #3
    2024-01-22, 01:52 AM
    (2024-01-22, 01:15 AM)tmsrxzar Wrote: you can't let linux auto mount the drive, you need to use fstab
    the issue is permission not the name of the drive

    https://help.ubuntu.com/community/Fstab

    temporarily you can do this so that the drive is mounted with permission to jellyfin

    sudo umount /media/username/media
    mkdir -p /jellyfin/media
    sudo mount -t exfat -o uid=(jfuid),gid=(jfgid) /dev/sd(whatever) /jellyfin/media


    outside of that i couldn't offer much as i can't hold lectures on linux
    keep in mind jellyfin server also runs on windows and mac so you could always take one of those routes if linux isn't your deal

    Thanks for your advice. this makes a lot of sense.
    Oh, I'm sticking with linux. luv it.
    « 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