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.

  • rarbg@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    This is the reason I use a NAS specific box. So much more power efficient

  • LeTak@lemm.ee
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    8 days ago

    Most of the power draw is from the hdds. I have the same issue. If you want less power consumption. Invest in SSD or SSD and HDD hybrid where you store quick access files on SSD and rare access on hdd (then you can spin them down with timeout of , let’s say 30-60 min). This should save some energy

  • the_riviera_kid@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 days ago

    I have an old dell power edge that I got from work that I used as a NAS for a while, it sucked down more juice than the old PC I was using and was stupidly loud all the time. I ended up transferring everything back to my old PC and now that turd just sits there waiting for someone else to be dumb enough to buy it from me. I wouldn’t waste the money personally.

  • BrightCandle@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    I use a 5600g on b450 ITX board and 4x 8GB Seagate drives and see about 35W idle and about 40W average. It used to be 45W because I was forced to use a GPU in addition to a 3600 to boot (even though its headless, just a bad bios setup that I can’t fix) and getting a CPU with graphics dropped my idle consumption quite a bit. I suspect the extra wattage for your machine is probably the bigger motherboard and the less efficient CPU.

    It is possible to get the machine part down into single digits wattage and then about 5W a drive is the floor without spinning them down, so the minimum you could likely see with a much less powerful CPU is about 30-35W.

  • merthyr1831@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    I’m probably in a similar boat thanks to 4x NAS drives (in 2x mirror vdevs so essentially half as power efficient too). I wonder if using an SSD or two for things like caches would help with power draw since you could defer disk usage for longer by relying on a more efficient cache.

    SnapRAID is also an option. One benefit is that multiple disks don’t need to be spinning at once to access data. Downside is that your parity isn’t calculated in real time so less data redundancy.

    • atk007@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 days ago

      I am already running Snapraid and machines do spindown after sometime, but it’s still around 50w.

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    8 days ago

    “Old PC” meaning what, exactly? Need some specs.

    In general, a Qnap or Synology box is going to be much lower wattage than a full PC.

      • tburkhol@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 days ago

        I switched from an I3-530, nominal TDP 73W, to an N-100, nominal TDP 7W, and power from the wall didn’t change at all. Even the i3 ran around 0.1 CPU load, except when transcoding, and I’m left with the impression that most of the power goes into HDDs, RAM, maybe fans, and PS losses. My sense is that the best way to decrease homelab power use is to minimize the number of devices. Start with your seyrver at 60W, add a WAP at 10-15W, maybe a switch at 10-15W… Not because of the CPUs, necessarily, but because every CPU every CPU comes with systems to keep the CPU going, keep the power regulated, etc.

        • atk007@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 days ago

          Thank you, this is what I needed to know. I thought n100 (similar to what dedicated nas has 6-10w) would bring power down considerably, and thanks to you, I now know it’s not the case.