Hello! I set up jellyfin+sonarr+radarr+prowlarr+qbittorrent in my home server, and it all works well. the only problem is that I’m storing my files on a usb HDD with exFAT filesystem, and it does not support (AFAIK) hardlinks. due to this, sonarr/radarr are copying the files from the download folder (on the internal SSD with xfs) to the USB HDD.

  1. do I understand correctly what’s going on? XD
  2. what is your setup or what do you suggest to do to avoid this? Ideally, I would like to download the files on the internal SSD and then move the files to the external HDD, and then hardlink it into the download folder to keep seeding it. If this is not possible, it would also be a good solution to download directly inside the USB drive, and then hardlink it into the jellyfin library.

any tip is greatly welcome! thank in advance fellow pirates!

  • tubbaduOP
    link
    English
    28 months ago

    thanks for the link! I searched a bit more and found this microsoft docs that explicitly says that exfat does not support hardlinks nor softlinks… I’ll have to change filesystem I guess

      • tubbaduOP
        link
        English
        18 months ago

        it seems so… We will also need to move both the qbittorrent download folder and the jellyfin/plex library on the same drive, as hardlinks only works there