• 0 Posts
  • 8 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle


  • Ok so you’re using docker, the drive is a USB disk?

    I think you need to:

    • create a mount point folder
    • mount the drive in fstab so it’s available on boot
    • create a dedicated user for Jellyfin to run as
    • make sure the new user has read/write access to the folders with media (this may mean changing ownership, adding to a new or existing group)
    • set the docker container to run as the new user
    • add the mount point as a volume inside the docker container
    • add the folders with media in Jellyfin




  • For your second scenario - yes you can use md under bcache with no issues. It becomes more to configure but once set up has been solid. I actually do md/raid1 - luks - bcache - btrfs layers for the SSD cache disks, where the data drives just use luks - bcache - btrfs. Keep in mind that with bcache if you lose a cache disk you can’t mount - and of course if you’re doing write-back caching then the array is also lost. With write-through caching you can force disconnect the cache disk and mount the disks.