• 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 Server - Ubuntu external drives

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Jellyfin Server - Ubuntu external drives

    External drive is not seen by Jellyfin Server in Ubuntu 24.04
    mjpatey
    Offline

    Junior Member

    Posts: 20
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #11
    2024-10-18, 07:44 PM
    @TheDreadPirate Thanks for hanging with me through this. I ran that command:

    Code:
    $ sudo blkid /dev/sda1
    /dev/sda1: LABEL="Media" UUID="6646-2F9B" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Elements" PARTUUID="da8fdd93-3c49-492c-b366-0fa744d04e1e"

    It gave the same UUID, though in lowercase. I pasted that into fstab, and get the same error.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,159
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #12
    2024-10-18, 07:59 PM (This post was last modified: 2024-10-18, 08:25 PM by theguymadmax. Edited 1 time in total.)
    Use this for your UUID
    Code:
    6646-2F9B
    mjpatey
    Offline

    Junior Member

    Posts: 20
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #13
    2024-10-18, 08:41 PM (This post was last modified: 2024-10-18, 09:07 PM by mjpatey. Edited 1 time in total.)
    @theguymadmax thanks, and apologies for addressing you as TheDreadPirate in my earlier reply.

    I tried that as well, adding this to fstab:

    Code:
    # new UUID, shorter one that comes from the output of 'sudo blkid /dev/sda1':
    UUID=6646-2F9B /media/Media exfat defaults 0 0

    EDIT: Forgot to add that this also didn't work. The response was:

    Code:
    $ sudo mount -a
    [sudo] password for (username):
    mount: /media/Media: mount point does not exist.
          dmesg(1) may have more information after failed mount system call.

    Is everything OK with how I'm formatting my fstab file? I'm taking "#" to mean "comment," as it looks like it's being used that way in the auto-generated version of the file.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,159
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #14
    2024-10-18, 09:10 PM (This post was last modified: 2024-10-18, 09:12 PM by theguymadmax. Edited 1 time in total.)
    You need to create the folder first:
    Code:
    sudo mkdir /media/Media
    mjpatey
    Offline

    Junior Member

    Posts: 20
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #15
    2024-10-18, 09:56 PM
    @theguymadmax thank you!!! That worked. It's been about 12 years since I've played around in Linux, and I've clearly forgotten some basics. @TheDreadPirate thank you as well for your amazing help and insight.

    Server is up and running! I'd like to mark one post as the solution, but I was missing so much that I think all the posts are needed to show the full solution.

    Thanks again to both of you.
    mjpatey
    Offline

    Junior Member

    Posts: 20
    Threads: 4
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #16
    2024-10-18, 10:42 PM (This post was last modified: 2024-10-23, 02:08 PM by mjpatey. Edited 2 times in total.)
    EDIT: I'm making this a new thread, as it's beyond the scope of my original question. 

    EDIT #2: New thread that resolved this permissions issue: https://forum.jellyfin.org/t-solved-ubun...ermissions

    Quote:I've added my libraries, and everything is populating as expected. My user account is currently unable to write new files to the drive, so I need to set up the proper permissions. If I do:

    Code:
    chmod -r 750 "/media/Media"

    ...will that allow both me and Jellyfin to do what we need? It looks like my Jellyfin installation did create a "jellyfin" user, per this line in /etc/passwd:

    Code:
    jellyfin:x:122:124:Jellyfin default user,,,:/var/lib/jellyfin:/bin/false

    I've never gone this deep into this sort of thing, so thanks for any insight!
    Pages (2): « Previous 1 2

    « 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