I have been using an old PC as NAS and running docker containers (Immich, Nextcloud, paperless-ngx etc.). I got 5 3.5" HDD disks and a Nvme. Even on idle, I am consuming 50-60w. A friend of mine is selling a Qnap NAS which is a dedicated machine and probably consumes less power, although I don’t know if it’s worth it.

  • WhyJiffie@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    19 hours ago

    The problem seems to be that even with a perfectly clean slate, no services running, the system set up in their own RAID0 SSD pool, the HDD’s, even with 0 bytes of data on them, are being pinged for access at least once a minute.

    if it’s for drive health stats, and the device runs linux, hd-idle could help. it only counts actual block device (so, storage) access as activity

    edit: https://github.com/adelolmo/hd-idle

    • Bags@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      18 hours ago

      They run a custom vendor-locked distro named QTS, so they’re not really as easy to modify as a normal system, I don’t think you can even install programs like that.

      I’ll definitely bookmark it though if I ever get around to building my own solution, thanks!