Earlier quoted context omitted.
No ECC is the biggest trade off for me, but the C236 express chipset has very little choice for CPUs, they are all 4 core 8 thread. Ive got multiple x99 platform systems and for a long time they were the king of cost efficiency, but lately the ryzen laptop chips are becoming too good to pass up, even without ECC. Eg Ryzen 5825u minis
For a home NAS, ECC is as needed as it is on your laptop.
Mini NASes marry NVMe to Intel's efficient chip
211–220 of 261 posts
Re: Mini NASes marry NVMe to Intel's efficient chip
#212Earlier quoted context omitted.
I've put all of my surveillance cameras on one volume in _hopes_ that I can let my other volumes spin down. But nope. They spend the vast majority of their day spinning.
Did you consider ZFS with L2ARC? The extra caching device might make this possible...
If a read request can be filled by the OS cache, it will be. Then it will be filled by the ARC, if possible. Then it will be filled by the L2ARC, if it exists. Then it will be filled by the on-disk cache, if possible; finally, it will be filled by a read.
An async write will eventually be flushed to a disk write, possibly after seconds of realtime. The ack is sent after the write is complete... which may be while the drive has it in a cache but hasn't actually written it yet.
A sync write will be written to the ZIL SLOG, if it exists, while it is being written to the disk. It will be acknowledged as soon as the ZIL finishes the write. If the SLOG does not exist, the ack comes when the disk reports the write complete.
Re: Mini NASes marry NVMe to Intel's efficient chip
#213Earlier quoted context omitted.
For a home NAS, ECC is as needed as it is on your laptop.
ECC is essential indeed for any computer. But the laptop situation is truly dire, while it's possible to find some NAS with ECC support.
Re: Mini NASes marry NVMe to Intel's efficient chip
#214Related question: does anyone know of an usb-c powerbank that can be effectively used as UPS? That is to say is able to be charged while maintaining power to load (obviously with rate of charge greater by a few watts than load). Most models I find reuse the most powerful usb-c port as ... recharging port so unusable as DC UPS. Context: my home server is my old https://frame.work motherboard running proxmox VE with 64…
Re: Mini NASes marry NVMe to Intel's efficient chip
#215My main challenge is that we don't have wired ethernet access in our rooms so even if I bought a mini-NAS and attached it to the router over ethernet, all "clients" will be accessing it over wifi. Not sure if anyone else has dealt with this and/or how this setup works over wifi.
Re: Mini NASes marry NVMe to Intel's efficient chip
#216Earlier quoted context omitted.
> and large parts of the drive haven't been read from for a long time Hence the first sentence of my three sentence post.
If I wanted to deal with snark I'd reply to people on Reddit.
So I made a simple comment to point out the conflict, a little bit rude but not intended to escalate the level of rudeness, and easier for both of us than writing out a whole big thing.
Re: Mini NASes marry NVMe to Intel's efficient chip
#217Earlier quoted context omitted.
Letting hdds spin down is generally not advisable in a NAS, unless you access it really rarely perhaps.
Is there any (semi-)scientific proof to that (serious question)? I did search a lot to this topic but found nothing... (see above, same question)
Re: Mini NASes marry NVMe to Intel's efficient chip
#218Earlier quoted context omitted.
Another thing is that unless you have a very specific need for SSDs (such as heavily random access focused workloads, very tight space constraints, or working in a bumpy environment), mechanical hard drives are still way more cost effective for storing lots of data than NVMe. You can get a manufacturer refurbished 12TB hard drive with a multi-year warranty for ~$120, while even an 8TB NVMe drive goes for at least $50…
It depends on what you consider "lots" of data. For >20tb yes absolutely obviously by a landslide. But if you just want self-hosted Google Drive or Dropbox you're in the 1-4TB range where mechanical drives are a very bad value as they have a pretty significant price floor. WD Blue 1tb hdd is $40 while WD Blue 1tb nvme is $60. The HDD still has a strict price advantage, but the nvme drive uses way less power, is more…
Re: Mini NASes marry NVMe to Intel's efficient chip
#219While it may be tempting to go "mini" and NVMe, for a normal use case I think this is hardly cost effective. You give up so much by using an all in mini device... No Upgrades, no ECC, harder cooling, less I/O. I have had a Proxmox Server with a used Fujitsu D3417 and 64gb ecc for roughly 5 years now, paid 350 bucks for the whole thing and upgraded the storage once from 1tb to 2tb. It draws 12-14W in normal day use an…
There are several sub $150 units that allow you to upgrade the ram, limited to one 32gb stick max. You can use an nvme to sata adapter to add plenty of spinning rust or connect it to a das.
While I wouldn’t throw any vms on these, you have enough headroom for non-ai home sever apps.
Re: Mini NASes marry NVMe to Intel's efficient chip
#220My main challenge is that we don't have wired ethernet access in our rooms so even if I bought a mini-NAS and attached it to the router over ethernet, all "clients" will be accessing it over wifi. Not sure if anyone else has dealt with this and/or how this setup works over wifi.