And I thought Mickey Mouse was cute…

    • @[email protected]
      link
      fedilink
      English
      211 hours ago

      Can someone show me a simple way to share an external drive to Jellyfin in Ubuntu? It’s the last part I’m missing from my setup

      • @SquiffSquiff
        link
        English
        17 hours ago

        What do you mean by external drive in this case? USB? NAS? What have you tried already?

        • @[email protected]
          link
          fedilink
          English
          1
          edit-2
          4 hours ago

          USB formatted to FAT32

          The file path will not work in Jellyfin.

          I’ve tried using the terminal to set a mount point that Jellyfin can use. Apparently the problem is that Jellyfin runs as its own user and so can’t see USB drives that my account connects.

          …or something…? I’ve been trying off-and-on for months. I’m only a dabbler in Linux; getting this set up with an old laptop is my attempt to learn.

          I’m so confused please help.

          • @SquiffSquiff
            link
            English
            126 minutes ago

            You need to:

            • create the mountpoint
            • mount the drive to the mountpoint
            • Give Jellyfin permissions to access the files there

            Since you are using FAT32 which does not support file level permissions I guess this will show up as ‘owned by root’. You will need to do something like this or this