![]() |
Jellyfin Server - Ubuntu external drives - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin Server - Ubuntu external drives (/t-jellyfin-server-ubuntu-external-drives) Pages:
1
2
|
RE: Jellyfin Server - Ubuntu external drives - mjpatey - 2024-10-18 @TheDreadPirate Thanks for hanging with me through this. I ran that command: Code: $ sudo blkid /dev/sda1 It gave the same UUID, though in lowercase. I pasted that into fstab, and get the same error. RE: Jellyfin Server - Ubuntu external drives - theguymadmax - 2024-10-18 Use this for your UUID Code: 6646-2F9B RE: Jellyfin Server - Ubuntu external drives - mjpatey - 2024-10-18 @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': EDIT: Forgot to add that this also didn't work. The response was: Code: $ sudo mount -a 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. RE: Jellyfin Server - Ubuntu external drives - theguymadmax - 2024-10-18 You need to create the folder first: Code: sudo mkdir /media/Media RE: Jellyfin Server - Ubuntu external drives - mjpatey - 2024-10-18 @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. RE: Jellyfin Server - Ubuntu external drives - mjpatey - 2024-10-18 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-ubuntu-user-permissions 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: |