<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TechFuel HQ</title><link>https://techfuelhq.com/</link><description>Recent content on TechFuel HQ</description><generator>Hugo</generator><language>en-us</language><managingEditor>LK Wood IV</managingEditor><lastBuildDate>Mon, 07 Sep 2026 00:00:00 -0500</lastBuildDate><atom:link href="https://techfuelhq.com/index.xml" rel="self" type="application/rss+xml"/><atom:link href="https://pubsubhubbub.appspot.com/" rel="hub"/><item><title>10GbE at Home: The Bottleneck Is Almost Never the Network</title><link>https://techfuelhq.com/networking/10gbe-what-nobody-says-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/networking/10gbe-what-nobody-says-2026/</guid><description>&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;p>By &lt;a href="https://techfuelhq.com/author/lk-wood-iv/">LK Wood IV&lt;/a> · Published 2026-09-07 · ~8 min read · St. Louis County, MO&lt;/p>
&lt;p>Ten gigabits per second is 1.25 GB/s on the wire. A single &lt;a href="https://www.seagate.com/content/dam/seagate/en/content-fragments/products/datasheets/exos-x24/exos-x24-DS2080-2307US-en_US.pdf" rel="noopener">Seagate Exos X24&lt;/a> is rated at 285 MB/s at its outer tracks, and that is Seagate&amp;rsquo;s own best case rather than what you will see.&lt;/p>
&lt;p>That gap is the article. The fans, the cables and the cards are all real problems, and I will get to each of them, but none of them is the reason your transfers are slow.&lt;/p>
&lt;h2 id="the-fan-is-the-first-thing-you-notice-and-the-first-thing-you-fix">The fan is the first thing you notice and the first thing you fix&lt;/h2>
&lt;p>Fan noise is what you will register in the first hour of owning a 10GbE switch, and it is what you will deal with first. There is an aftermarket in quiet replacement fans for these switches, and it exists because everyone who buys one hits the same wall in the same week.&lt;/p>
&lt;p>The swap works. I do not treat it as a compromise or as a mod you put up with — a fan specified for a datacenter row is the wrong part for a shelf in a room where someone sits, and replacing it is the correct configuration for where the switch actually lives.&lt;/p>
&lt;p>If you have not bought yet, there is a shorter path: buy a switch that never had a fan. MikroTik lists cooling type Passive for both the &lt;a href="https://mikrotik.com/product/crs305_1g_4s_in" rel="noopener">CRS305-1G-4S+IN&lt;/a>, with four SFP+ ports, and the &lt;a href="https://mikrotik.com/product/crs309_1g_8s_in" rel="noopener">CRS309-1G-8S+IN&lt;/a>, with eight. Four 10G ports covers a NAS, a workstation and a hypervisor with one spare, which is most houses.&lt;/p>
&lt;h2 id="dac-under-five-meters-fiber-past-that">DAC under five meters, fiber past that&lt;/h2>
&lt;p>Passive DAC for short runs. It is cheaper, it runs cooler, it draws less, and there are fewer parts in the path that can fail.&lt;/p>
&lt;p>Cisco&amp;rsquo;s &lt;a href="https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/transceiver-modules/data_sheet_c78-455693.html" rel="noopener">10GBASE SFP+ datasheet&lt;/a> puts a number on &amp;ldquo;short.&amp;rdquo; Its passive Twinax cables are listed at 1, 1.5, 2, 2.5, 3, 4 and 5 meters; active Twinax starts at 7. Five meters is where the industry draws the line.&lt;/p>
&lt;p>The power figures in the same document: 0.1W for a passive Twinax cable, 1W for an SFP-10G-SR module — and an optical link needs two of those modules, one at each end. Ten times the draw per port, plus two components that can fail independently of the cable between them. Inside a rack or across a room, take the DAC. Through a wall or across a house, take fiber and accept the transceivers.&lt;/p>
&lt;h2 id="the-bottleneck-is-almost-never-the-network">The bottleneck is almost never the network&lt;/h2>
&lt;p>This is the part nobody says, and it is the reason most 10GbE upgrades disappoint.&lt;/p>
&lt;p>Run the arithmetic against your own storage before you spend anything:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Device or interface&lt;/th>
&lt;th scope="col" style="text-align: right">Ceiling&lt;/th>
&lt;th scope="col" style="text-align: right">Share of a 10GbE link&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>10GbE link&lt;/td>
&lt;td style="text-align: right">1,250 MB/s&lt;/td>
&lt;td style="text-align: right">100%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>One Exos X24 (285 MB/s rated)&lt;/td>
&lt;td style="text-align: right">285 MB/s&lt;/td>
&lt;td style="text-align: right">23%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>SATA III interface (6 Gb/s, 8b/10b)&lt;/td>
&lt;td style="text-align: right">600 MB/s&lt;/td>
&lt;td style="text-align: right">48%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Four Exos striping, perfect sequential&lt;/td>
&lt;td style="text-align: right">1,140 MB/s&lt;/td>
&lt;td style="text-align: right">91%&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>A single hard drive gives you under a quarter of the link. A SATA SSD cannot reach half of it, and that is the interface ceiling before the flash behind it has any say. Four drives reading perfectly sequentially finally approach the wire, and nothing reads perfectly sequentially — the &lt;a href="https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/">six-bay rebuild math&lt;/a> covers what happens to those numbers once parity and scattered blocks are in play.&lt;/p>
&lt;p>Saturating 10GbE takes NVMe or a genuinely fast array. Most people adding 10GbE do not have one.&lt;/p>
&lt;h3 id="and-then-there-is-smb">And then there is SMB&lt;/h3>
&lt;p>Even with the storage to feed it, a single file copy will sit well under the link, and the protocol is why. Microsoft&amp;rsquo;s own account of the problem: with one SMB session and no Multichannel, SMB opens a single TCP connection, and that connection gets affinitized to a single CPU core. One copy, one connection, one core. A faster switch does not sell you a second core.&lt;/p>
&lt;p>&lt;a href="https://learn.microsoft.com/en-us/archive/blogs/josebda/the-basics-of-smb-multichannel-a-feature-of-windows-server-2012-and-smb-3-0" rel="noopener">SMB Multichannel&lt;/a> is the fix. On an RSS-capable NIC it opens several TCP connections for the same session and spreads them across cores. It is on by default on Windows. On TrueNAS SCALE it is a toggle under &lt;a href="https://www.truenas.com/docs/scale/shares/smb/smbmultichannel/" rel="noopener">Advanced Settings in the SMB service&lt;/a>, and flipping it costs nothing.&lt;/p>
&lt;p>Check both of those before you buy hardware. &amp;ldquo;Just add 10GbE&amp;rdquo; is the most common wrong assumption in home networking, and the two things it usually fails to fix are sitting in your NAS and in your file-sharing config.&lt;/p>
&lt;h2 id="connectx-3-is-done">ConnectX-3 is done&lt;/h2>
&lt;p>The used ConnectX-3 was the budget answer for years and it is now the wrong buy at any price.&lt;/p>
&lt;p>VMware&amp;rsquo;s list of devices dropped in ESXi 8.0 covers everything the nmlx4_en driver ever served, and Broadcom&amp;rsquo;s &lt;a href="https://knowledge.broadcom.com/external/article/318385/devices-deprecated-and-unsupported-in-es.html" rel="noopener">own wording&lt;/a> is blunt: &amp;ldquo;The driver does not exist in ESXi 8.0.&amp;rdquo; Not deprecated, not degraded — absent. NVIDIA reached the same place in its own stack earlier: ConnectX-3 and ConnectX-3 Pro stopped being supported &lt;a href="https://networking-docs.nvidia.com/mlnxofedswum/590560107/general-support" rel="noopener">as of MLNX_OFED 5.1&lt;/a>, with anyone who still needs the card pointed at the 4.9 long-term-support branch. NVIDIA&amp;rsquo;s &lt;a href="https://network.nvidia.com/products/ethernet-drivers/vmware/esxi-server/" rel="noopener">current ESXi driver line&lt;/a> begins at ConnectX-4.&lt;/p>
&lt;p>One window is still open, and it is worth knowing which one. The mlx4 module &lt;a href="https://github.com/torvalds/linux/tree/master/drivers/net/ethernet/mellanox/mlx4" rel="noopener">remains in the mainline Linux kernel&lt;/a>, so a card already in a Proxmox or TrueNAS box will keep coming up. Leave a working one alone. Do not buy another. My earlier &lt;a href="https://techfuelhq.com/networking/10gbe-home-networking-budget-2026/">budget 10GbE build&lt;/a> put its cheapest tier on these cards, and on a Linux host that tier still runs — on ESXi 8 it does not, and I would start any new build on something newer either way.&lt;/p>
&lt;h2 id="used-enterprise-nics-are-still-the-right-buy">Used enterprise NICs are still the right buy&lt;/h2>
&lt;p>None of the above is an argument against used enterprise silicon. It is still excellent value, and the risk was never that the hardware dies. The risk is driver and firmware support, which is exactly what ended ConnectX-3.&lt;/p>
&lt;p>So invert the shopping order. Check what your hypervisor&amp;rsquo;s current release ships a driver for, then look at prices. On ESXi that puts your floor at ConnectX-4. On Linux the window is wider, but &amp;ldquo;the kernel still builds the module&amp;rdquo; is a different thing from &amp;ldquo;someone is developing it,&amp;rdquo; and the gap between those two closes in one direction only.&lt;/p>
&lt;h2 id="what-to-buy">What to buy&lt;/h2>
&lt;p>&lt;strong>Most people reading this should not buy 10GbE. Buy storage.&lt;/strong>&lt;/p>
&lt;p>If your NAS is one or two spinning disks, the cable is not what is slowing you down and a switch will not change your transfer rate by a meaningful amount. The same money in an NVMe drive, or in enough spindles to read in parallel, moves the number the network cannot. Turn on SMB Multichannel while you are at it — it is free and it is the second most common cause.&lt;/p>
&lt;p>&lt;strong>If your pool already clears a gigabyte a second&lt;/strong>, the shopping order is short:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>A fanless SFP+ switch.&lt;/strong> The CRS305 for four ports, the CRS309 for eight. If you buy a fanned switch anyway, budget for the replacement fan on the same order.&lt;/p>
&lt;p>The CRS305 is the one I would order tonight: &lt;span class="claim" data-claim-key="mikrotik.crs305.usd" data-claim-value="265.75" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$265.75&lt;/span>
for four SFP+ ports and no moving parts. The CRS309 is the same argument with eight, and Newegg does not stock it — buy that one direct or used.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445833329685288384532978&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2F1A0-00VT-000C4%3Fitem%3D9SIC1R8M3Y0208"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=MikroTik&amp;#43;CRS305-1G-4S%2Bin&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Passive DAC for anything under five meters.&lt;/strong> Fiber past that, and only past that.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>ConnectX-4 or newer.&lt;/strong> Used, secondhand, from whoever is cheapest — but check the driver first and the price second.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>The &lt;a href="https://techfuelhq.com/networking/25gbe-vs-10gbe-homelab-2026/">2.5GbE comparison&lt;/a> is the other answer here. For a NAS on one or two spinning disks, 2.5GbE is already faster than the drives, and it costs a fraction of this. That is not a consolation prize; for most homes it is the correct stopping point.&lt;/p>
&lt;h2 id="wrong-for">Wrong for&lt;/h2>
&lt;p>&lt;strong>Wrong if you want silence without a fan swap.&lt;/strong> Buy passive-cooled or plan the replacement into the purchase — do not buy a fanned switch and hope.&lt;/p>
&lt;p>&lt;strong>Wrong if you expect 10GbE to fix a storage problem.&lt;/strong> It will move your bottleneck from a place you can see to a place you cannot, and your copies will finish at the same time.&lt;/p>
&lt;p>&lt;strong>Wrong if the card is too old for your hypervisor.&lt;/strong> The price on a dead-driver NIC is not a bargain, it is the market telling you something.&lt;/p></description></item><item><title>ECC on a Home Server: What It Catches, How to Verify</title><link>https://techfuelhq.com/homelab/ecc-home-server-verify-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/ecc-home-server-verify-2026/</guid><description>&lt;p>Google logged memory errors across its server fleet for two and a half years. Uncorrectable errors — the kind that take a machine down — hit &lt;strong>1.3% of machines per year&lt;/strong>. Correctable errors hit about a third of them. And in &lt;strong>70 to 80% of the uncorrectable cases, the same machine had already logged a correctable error that month or the month before&lt;/strong>.&lt;/p>
&lt;p>That last number is the argument for ECC on a home server, and it is not the argument people make. ECC&amp;rsquo;s value is not that it repairs the bit. It is that it names the failing DIMM weeks early, in a counter you can read.&lt;/p>
&lt;p>Which means &lt;strong>ECC you cannot read is ECC you did not buy.&lt;/strong> Most of this page is how to prove yours is switched on.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="what-the-two-fleet-studies-actually-found">What the two fleet studies actually found&lt;/h2>
&lt;p>There are two canonical field studies, and between them they cover most of what is publicly known about how real DRAM fails in real racks.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">&lt;/th>
&lt;th scope="col">Google fleet (2006–2008)&lt;/th>
&lt;th scope="col">Facebook fleet (2013–2014)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Scale&lt;/td>
&lt;td>~2.5 years, millions of DIMM days&lt;/td>
&lt;td>14 months, billions of device days&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Servers with a correctable error, per year&lt;/td>
&lt;td>32.2%&lt;/td>
&lt;td>9.62%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Uncorrectable errors&lt;/td>
&lt;td>1.3% of machines per year&lt;/td>
&lt;td>0.03% of servers per month&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Median errors on an affected machine&lt;/td>
&lt;td>25–611 per year by platform&lt;/td>
&lt;td>≤9 per month&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Where the errors concentrate&lt;/td>
&lt;td>highly skewed by DIMM&lt;/td>
&lt;td>top 1% of servers hold 97.8%&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;a href="https://www.cs.toronto.edu/~bianca/papers/sigmetrics09.pdf" rel="noopener">Schroeder, Pinheiro and Weber&lt;/a> reported FIT rates of 25,000 to 70,000 per Mbit against the 200 to 5,000 that lab work had predicted, and wrote that memory errors &amp;ldquo;are not rare events.&amp;rdquo;&lt;/p>
&lt;p>&lt;a href="https://users.ece.cmu.edu/~omutlu/pub/memory-errors-at-facebook_dsn15.pdf" rel="noopener">Meza, Wu, Kumar and Mutlu&lt;/a> found a much lower yearly incidence seven years later. &lt;strong>The two studies disagree by roughly 3x on how many servers see an error, and the Facebook paper says why in its own text:&lt;/strong> device generations improved over the better part of a decade, and its 9.62% figure lines up with the 5.48% to 9.10% another recent study had measured. The older number describes DDR1 and DDR2 era hardware; the newer one describes DDR3.&lt;/p>
&lt;p>They also part company on error character. Google reported strong evidence that errors are dominated by hard errors — repeatable physical defects — while noting its collection could not distinguish hard from soft directly. Facebook, after separately accounting for memory controller and channel failures, found that one-off spurious failures showed up on the largest share of affected servers, 56.03%. These are different measurements of different things, and the practical conclusion survives both: &lt;strong>some fraction of your DIMMs will start throwing errors, and the machines that do it are wildly unrepresentative of the fleet.&lt;/strong>&lt;/p>
&lt;p>That skew is the part that matters at home. You do not own a fleet. You own two to four DIMMs. On the Facebook numbers the median affected server logged nine correctable errors a month while the mean was 497 — the average is 55 times the middle, because a handful of machines were on fire. You are either fine or you are the fire, and without ECC there is no way to know which.&lt;/p>
&lt;h2 id="what-ecc-is-protecting-and-what-it-is-not">What ECC is protecting, and what it is not&lt;/h2>
&lt;p>Side-band ECC — the real thing, the kind in server RAM — stores check bits in an extra DRAM chip and widens the memory bus to carry them. The memory controller generates the code on write and verifies it on read. The common scheme is SECDED: correct any single-bit error, detect any double-bit error. That is a whole-path guarantee from the controller through the connector to the cells and back.&lt;/p>
&lt;p>Uncorrectable errors are the failure this prevents. In Google&amp;rsquo;s environment a single uncorrectable error was treated as serious enough to shut the machine down and replace the DIMM. On your NAS the same event is a kernel panic mid-scrub, or a silent bad byte written into a snapshot you will keep for three years.&lt;/p>
&lt;p>&lt;strong>But the correction is the smaller half of what you are buying.&lt;/strong> The bigger half is the log line.&lt;/p>
&lt;h2 id="ddr5-on-die-ecc-is-not-ecc-and-the-listings-will-not-tell-you">DDR5 on-die ECC is not ECC, and the listings will not tell you&lt;/h2>
&lt;p>Every DDR5 chip has on-die ECC. It is a manufacturing yield measure, not a reliability feature you own, and PassMark&amp;rsquo;s &lt;a href="https://www.memtest86.com/ecc.htm" rel="noopener">MemTest86 documentation&lt;/a> is blunt about the limits: on-die ECC &amp;ldquo;does not provide end-to-end protection,&amp;rdquo; it &amp;ldquo;does not detect or prevent errors that occur during transmission between the memory controller and the memory module,&amp;rdquo; and it &amp;ldquo;is completely invisible to the CPU and memory controller,&amp;rdquo; providing no feedback to the rest of the system.&lt;/p>
&lt;p>Read that last clause again against the reason you wanted ECC. On-die ECC can never tell you a DIMM is degrading, because it never tells the operating system anything at all.&lt;/p>
&lt;p>Retailers put the phrase in titles anyway. A live Newegg listing for a Kingston FURY Beast 32GB DDR5-5600 gaming module — a black-heatspreader desktop stick — describes itself in its own title as &lt;strong>&amp;ldquo;On-die ECC Unbuffered 288Pin UDIMM Standard Desktop Computer Memory.&amp;rdquo;&lt;/strong> It is not ECC memory. It will never populate an EDAC counter. It carried &lt;span class="claim" data-claim-key="fury-beast.32gb.5600.usd" data-claim-value="709.99" data-claim-scope="Newegg feed row, US" data-claim-date="2026-08-17">$709.99&lt;/span>
in the August 17 feed, which is server-memory money for a gaming stick.&lt;/p>
&lt;p>&lt;strong>So buy by part number, not by keyword.&lt;/strong> Real ECC UDIMMs are sold under server part numbers — Kingston KSM, Micron MTC with an EC in the code, Samsung M324R — and those are the strings that appear on a motherboard&amp;rsquo;s memory QVL. The word ECC in a product title, on its own, tells you nothing at all.&lt;/p>
&lt;h2 id="what-has-to-be-true-before-any-of-this-works">What has to be true before any of this works&lt;/h2>
&lt;p>Four things, and all four are decided before you power on. If you are still choosing the platform, the &lt;a href="https://techfuelhq.com/homelab/proxmox-hardware-requirements-2026/">Proxmox hardware requirements guide&lt;/a> covers the rest of the spec around this decision.&lt;/p>
&lt;p>&lt;strong>The CPU.&lt;/strong> AMD&amp;rsquo;s own product page for the &lt;a href="https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x.html" rel="noopener">Ryzen 9 9950X&lt;/a> lists ECC Support as &amp;ldquo;Yes (Requires mobo support).&amp;rdquo; That parenthetical is doing all the work. AMD ships the memory controller capability across the desktop line and then hands responsibility for enabling it to whoever made your board. Intel splits it by platform instead: ECC on Core processors needs a workstation chipset, which is why Supermicro&amp;rsquo;s &lt;a href="https://www.supermicro.com/en/products/motherboard/x13sae-f" rel="noopener">X13SAE-F&lt;/a> pairs W680 with 12th–14th Gen Core and lists &amp;ldquo;192GB Unbuffered ECC/non-ECC UDIMM.&amp;rdquo;&lt;/p>
&lt;p>&lt;strong>The board.&lt;/strong> This is where consumer boards fail you quietly. A spec line reading &amp;ldquo;supports DDR5 ECC/non-ECC UDIMM&amp;rdquo; tells you the slot accepts the module. It does not tell you the firmware turns correction on. Server boards publish a memory QVL naming exact ECC part numbers; ASRock Rack puts one behind the Memory QVL tab on the B650D4U&amp;rsquo;s product page, and that list, not the spec bullet, is what to buy from. A named part on a published list is a commitment. &amp;ldquo;ECC compatible&amp;rdquo; in a marketing bullet is not.&lt;/p>
&lt;p>&lt;strong>The RAM.&lt;/strong> Unbuffered ECC (ECC UDIMM) for these platforms, not registered (RDIMM), which needs a server socket. In the August 17 Newegg feed the cheapest genuine 32GB DDR5 ECC UDIMM row sits at &lt;span class="claim" data-claim-key="ecc-udimm.32gb.usd" data-claim-value="849.99" data-claim-scope="Newegg feed, lowest in-stock ECC UDIMM row, US" data-claim-date="2026-08-17">$849.99&lt;/span>
against &lt;span class="claim" data-claim-key="nonecc-udimm.32gb.usd" data-claim-value="499.00" data-claim-scope="Newegg feed, lowest in-stock non-ECC 32GB row, US" data-claim-date="2026-08-17">$499.00&lt;/span>
for the cheapest non-ECC 32GB module — roughly $350 a stick. Both numbers are inflated by the 2026 DRAM crunch and both are dated. The gap is the shape of the decision.&lt;/p>
&lt;p>&lt;strong>The firmware setting.&lt;/strong> MemTest86 documents the option names you are looking for: &lt;strong>DRAM ECC Enable&lt;/strong> on AMI, ASUS, ASRock and MSI firmware, or &lt;strong>ECC Mode&lt;/strong> on some ASUS boards.&lt;/p>
&lt;p>Then verify: four independent things have to line up, and nothing on the POST screen confirms they did.&lt;/p>
&lt;h2 id="verify-it-four-commands">Verify it: four commands&lt;/h2>
&lt;h3 id="1-ask-the-firmware-what-it-thinks">1. Ask the firmware what it thinks&lt;/h3>
&lt;pre tabindex="0">&lt;code>sudo dmidecode -t 16
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code>Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: Multi-bit ECC
Maximum Capacity: 128 GB
Number Of Devices: 4
&lt;/code>&lt;/pre>&lt;p>&lt;code>Error Correction Type&lt;/code> is dmidecode printing the SMBIOS Type 16 field. &lt;a href="https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.7.0.pdf" rel="noopener">DSP0134 v3.7.0&lt;/a> defines exactly seven values for it: Other, Unknown, None, Parity, Single-bit ECC, Multi-bit ECC, CRC. &lt;code>None&lt;/code> is a clear negative. Anything with ECC in it is a claim.&lt;/p>
&lt;p>Then check the modules themselves:&lt;/p>
&lt;pre tabindex="0">&lt;code>sudo dmidecode -t 17 | grep -E &amp;#39;Locator:|Total Width|Data Width|Size:&amp;#39;
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code> Total Width: 72 bits
Data Width: 64 bits
Size: 32 GB
Locator: DIMM A1
&lt;/code>&lt;/pre>&lt;p>The SMBIOS spec defines Total Width as the width &amp;ldquo;including any check or error-correction bits,&amp;rdquo; and says that &amp;ldquo;if there are no error-correction bits, this value should be equal to Data Width.&amp;rdquo; Equal widths mean the module carries no check bits. Wider than the data width means it does — 72 against 64 on an ECC UDIMM, wider still on a registered module. This is the one dmidecode check that describes physical hardware rather than a firmware opinion.&lt;/p>
&lt;p>&lt;strong>And that is the limit of what dmidecode is worth.&lt;/strong> Its own manual page ends with a BUGS section that reads, in full: &amp;ldquo;More often than not, information contained in the DMI tables is inaccurate, incomplete or simply wrong.&amp;rdquo; The firmware can advertise Multi-bit ECC on a board that never enabled it. Treat this step as a screen, not a verdict.&lt;/p>
&lt;h3 id="2-ask-the-memory-controller">2. Ask the memory controller&lt;/h3>
&lt;pre tabindex="0">&lt;code>grep -H . /sys/devices/system/edac/mc/mc*/dimm*/dimm_edac_mode
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code>/sys/devices/system/edac/mc/mc0/dimm0/dimm_edac_mode:SECDED
/sys/devices/system/edac/mc/mc0/dimm2/dimm_edac_mode:SECDED
&lt;/code>&lt;/pre>&lt;p>This is the check that settles it. EDAC is the kernel&amp;rsquo;s Error Detection And Correction subsystem, and &lt;code>dimm_edac_mode&lt;/code> reports, in the &lt;a href="https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-edac" rel="noopener">ABI documentation&amp;rsquo;s&lt;/a> words, &amp;ldquo;what type of Error detection and correction is being utilized.&amp;rdquo; The kernel picks from a fixed string table in &lt;a href="https://raw.githubusercontent.com/torvalds/linux/master/drivers/edac/edac_mc_sysfs.c" rel="noopener">edac_mc_sysfs.c&lt;/a>: &lt;code>Unknown&lt;/code>, &lt;code>None&lt;/code>, &lt;code>Reserved&lt;/code>, &lt;code>PARITY&lt;/code>, &lt;code>EC&lt;/code>, &lt;code>SECDED&lt;/code>, &lt;code>S2ECD2ED&lt;/code>, &lt;code>S4ECD4ED&lt;/code>, &lt;code>S8ECD8ED&lt;/code>, &lt;code>S16ECD16ED&lt;/code>.&lt;/p>
&lt;ul>
&lt;li>&lt;code>SECDED&lt;/code> or an &lt;code>S*ECD*ED&lt;/code> chipkill mode: correction is running. You are done.&lt;/li>
&lt;li>&lt;code>None&lt;/code>: the controller is not doing ECC, whatever the DIMMs are.&lt;/li>
&lt;li>Nothing printed, or &lt;code>/sys/devices/system/edac/mc/&lt;/code> empty: no EDAC driver bound. Load the one for your platform — &lt;code>amd64_edac&lt;/code> for AMD, &lt;code>ie31200_edac&lt;/code> or &lt;code>igen6_edac&lt;/code> for Intel client parts, &lt;code>skx_edac&lt;/code> or &lt;code>i10nm_edac&lt;/code> for Xeon Scalable. An empty directory is a missing driver, not a verdict on your hardware.&lt;/li>
&lt;/ul>
&lt;h3 id="3-read-the-counters-and-record-the-baseline">3. Read the counters, and record the baseline&lt;/h3>
&lt;pre tabindex="0">&lt;code>grep -H . /sys/devices/system/edac/mc/mc*/{ce_count,ue_count,ce_noinfo_count,ue_noinfo_count}
grep -H . /sys/devices/system/edac/mc/mc*/dimm*/dimm_{label,ce_count,ue_count}
&lt;/code>&lt;/pre>&lt;p>The ABI&amp;rsquo;s note on &lt;code>ce_count&lt;/code> is the operational instruction: &amp;ldquo;This count is very important to examine. CEs provide early indications that a DIMM is beginning to fail. This count field should be monitored for non-zero values.&amp;rdquo; &lt;code>ce_noinfo_count&lt;/code> carries corrected errors the controller could not attribute to a slot — the docs describe that state as memory being &amp;ldquo;handicapped, but operational&amp;rdquo; — and it needs watching too.&lt;/p>
&lt;p>Write down what these read on a healthy boot. A number means nothing until you know what it was yesterday.&lt;/p>
&lt;h3 id="4-make-something-watch-it">4. Make something watch it&lt;/h3>
&lt;p>Counters nobody reads are decoration. &lt;code>rasdaemon&lt;/code> is the current tool; mcelog and edac-utils are both deprecated.&lt;/p>
&lt;pre tabindex="0">&lt;code>sudo apt install rasdaemon
sudo systemctl enable --now rasdaemon
sudo ras-mc-ctl --error-count
sudo ras-mc-ctl --summary
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code>Label CE UE
mc#0csrow#2channel#0 0 0
mc#0csrow#2channel#1 0 0
&lt;/code>&lt;/pre>&lt;p>On Windows, corrected hardware errors land in the Event Log as &lt;strong>WHEA-Logger&lt;/strong> warnings, and per MemTest86, if ECC is properly enabled in firmware you get them without configuring anything.&lt;/p>
&lt;p>Point your existing monitoring at the CE count and alert on any increase. The site&amp;rsquo;s &lt;a href="https://techfuelhq.com/homelab/beszel-vs-netdata-vs-glances-2026/">monitoring comparison&lt;/a> covers what to run; any of them can watch a file.&lt;/p>
&lt;h2 id="two-ways-a-working-system-looks-broken">Two ways a working system looks broken&lt;/h2>
&lt;p>&lt;strong>Zeros everywhere on an AMD board.&lt;/strong> MemTest86 names the culprit: a firmware option called &lt;strong>Platform First Error Handling (PFEH)&lt;/strong>. When it is enabled, the platform swallows the errors and the operating system never sees them. Set it to disabled. On boards with a BMC, out-of-band management can intercept reporting the same way, which is worth knowing before you conclude a Supermicro is broken.&lt;/p>
&lt;p>&lt;strong>A steady drip of correctable errors on healthy RAM.&lt;/strong> ECC memory has to be written before it can be read, and firmware normally does that at POST. Boards with Quick Boot enabled skip it, and EDAC then reports corrections on memory that was simply never initialised. Disable Quick Boot; boot takes 30 to 60 seconds longer and the phantom errors stop.&lt;/p>
&lt;h2 id="what-to-do-when-the-counter-moves">What to do when the counter moves&lt;/h2>
&lt;p>A single correctable error is not an emergency. The distribution says most machines that log one log a handful and carry on.&lt;/p>
&lt;p>Escalation is what matters. Google&amp;rsquo;s data showed a DIMM that has seen a correctable error is 13 to 228 times more likely to see another that same month, and 70 to 80% of uncorrectable errors were preceded by a correctable one in the same or previous month. Facebook flagged a server for repair above &lt;strong>100 correctable errors per week&lt;/strong>, and its authors calculated that the policy could lower uncorrectable error rate by up to 2.8x compared with waiting for the first uncorrectable event.&lt;/p>
&lt;p>&lt;strong>Copy the 100-per-week threshold.&lt;/strong> It is Facebook&amp;rsquo;s actual repair rule and it is easy to alert on. Google&amp;rsquo;s paper is clear about what it costs: the absolute probability of an uncorrectable error following a correctable one runs 0.1% to 2.3% per month, so most modules pulled on that rule would have been fine, and its authors said the swap only pays where downtime is expensive enough to cover the false positives. At fleet scale that is an economics question. At home, replacing one $850 stick a decade is not the expensive outcome. Losing the pool is.&lt;/p>
&lt;p>And note what the counter does &lt;em>not&lt;/em> protect. ECC catches bits. It does not catch you deleting the wrong dataset. The &lt;a href="https://techfuelhq.com/homelab/3-2-1-backup-rule-homelab-2026/">3-2-1 rule&lt;/a> is a separate obligation and ECC does not reduce it by one copy.&lt;/p>
&lt;h2 id="buy-the-asrock-rack-b650d4u">Buy the ASRock Rack B650D4U&lt;/h2>
&lt;p>&lt;strong>&lt;span class="claim" data-claim-key="asrockrack.b650d4u.usd" data-claim-value="299.00" data-claim-scope="Newegg buy box, read live, US" data-claim-date="2026-09-07">$299.00&lt;/span>
for the board, then a pair of ECC UDIMMs off its published QVL, then verify with EDAC before you put data on it.&lt;/strong>&lt;/p>
&lt;p>Micro-ATX, AM5, four DIMM slots supporting DDR5 ECC/non-ECC UDIMM, and IPMI on board. That last item is why it wins over an ASUS or ASRock consumer board that also lists ECC in its memory line: the same $299 buys documented ECC &lt;em>and&lt;/em> out-of-band management, so when the machine stops posting you can read the console instead of carrying a monitor to it. Newegg lists it at $299 today, down from $359; the August 17 feed had it at $323.19. Two readings three weeks apart, and both in that band.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.4458317798405066229645163&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fasrock-rack-b650d4u-supports-amd-ryzen-7000-series-processors%2Fp%2FN82E16813140100%3Fitem%3D9SIA0ZXKAV5736"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=ASRock&amp;#43;Rack&amp;#43;B650D4U&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>&lt;strong>On Intel, buy the Supermicro X13SAE-F instead.&lt;/strong> W680 chipset, 12th through 14th Gen Core, 192GB of unbuffered ECC or non-ECC UDIMM, BMC included. Same logic, different socket. It is the right answer if you already own the CPU.&lt;/p>
&lt;p>&lt;strong>Do not pay the ECC premium on a consumer board.&lt;/strong> A board that lists ECC in its memory spec and publishes no ECC QVL is selling you slot compatibility. You can spend $350 a stick and still read &lt;code>None&lt;/code> back out of &lt;code>dimm_edac_mode&lt;/code>, and the only thing you bought was a slower boot.&lt;/p>
&lt;p>&lt;strong>Do not buy a used rack server for cheap ECC.&lt;/strong> Used rack servers are on my regret list — cheap to buy, expensive to run, far louder than the listings suggest, and &amp;ldquo;quiet&amp;rdquo; in that market means quiet for a datacenter. Replacing rack gear with small nodes is the best change I have made to the setup. The &lt;a href="https://techfuelhq.com/homelab/used-enterprise-vs-mini-pc-homelab-2026/">used enterprise versus mini PC comparison&lt;/a> runs that math properly.&lt;/p>
&lt;p>&lt;strong>And accept the trade if you are buying small.&lt;/strong> The MS-01 is the mini PC I would buy for a node, and it is the wrong machine for anyone who needs ECC and IPMI. That is not a flaw in the MS-01. It is the thing you give up for four NICs in that volume, and it is worth giving up for a hypervisor node whose state lives somewhere else. It is not worth giving up for the box that holds the array. The &lt;a href="https://techfuelhq.com/homelab/ms-01-as-a-homelab-node/">MS-01 review&lt;/a> covers what it is good at.&lt;/p>
&lt;p>ECC is a decision you make once, at motherboard-and-CPU time, and cannot revisit later. Make it deliberately, then spend ninety seconds proving it took.&lt;/p></description></item><item><title>Homelab Regrets: Five Purchases I'd Take Back</title><link>https://techfuelhq.com/homelab/homelab-buying-regrets/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/homelab-buying-regrets/</guid><description>&lt;p>The used rack server is the purchase I would undo first. Cheap to buy, expensive to run, and far louder than the listings suggest — &amp;ldquo;quiet&amp;rdquo; in that market means quiet for a datacenter.&lt;/p>
&lt;p>Every regret below has that shape. The purchase price was the number that looked good, and the cost that mattered turned up somewhere else: in what the box draws around the clock, in the noise floor, in a chassis outgrown almost immediately.&lt;/p>
&lt;p>Five purchases I would take back, worst first.&lt;/p>
&lt;h2 id="1-used-rack-servers--the-one-i-would-undo-first">1. Used rack servers — the one I would undo first&lt;/h2>
&lt;p>The noise part is measurable, and Dell publishes the measurements. Its &lt;a href="https://i.dell.com/sites/csdocuments/Shared-Content_data-Sheets_Documents/en/Dell-13G-PowerEdge-Acoustical-Performance-and-Dependencies.pdf" rel="noopener">13G PowerEdge acoustical document&lt;/a> covers the 13G line — the R630, R730 and R730xd among them, the generation that fills used listings — and it reports per configuration rather than per model, which turns out to be the whole story:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Dell 13G configuration&lt;/th>
&lt;th scope="col">Idle&lt;/th>
&lt;th scope="col">Operating&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>R730, minimum: 1 CPU, 1× 4GB DIMM, 1 SSD, no PCI cards&lt;/td>
&lt;td>4.7 bels / 28 dBA&lt;/td>
&lt;td>5.3 bels / 33 dBA&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>R730, typical 2.5&amp;quot;: 2 CPUs, 8 DIMMs, 8× 10K SAS&lt;/td>
&lt;td>4.7 bels / 28 dBA&lt;/td>
&lt;td>&lt;strong>5.8 bels / 39 dBA&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>R630, feature-rich: 2× 135W CPUs, 16 DIMMs, 8× 15K SAS&lt;/td>
&lt;td>&lt;strong>6.4 bels / 43 dBA&lt;/strong>&lt;/td>
&lt;td>6.4 bels / 43 dBA&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Sound power is the upper-limit LwA per ISO 9296; the dBA figure is bystander sound pressure, taken in a 24U rack at 23°C per ISO 7779.&lt;/p>
&lt;p>Two things fall out of that table. &lt;strong>The minimum configuration is one processor, one 4GB stick, one SSD and no expansion cards, and nobody sells that machine used.&lt;/strong> And the feature-rich R630 prints the same number for idle and operating — 6.4 bels either way. It does not quieten down, because there is nothing to quieten down to.&lt;/p>
&lt;p>The dependency notes in the same document are where the buying advice actually lives:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Low-power Xeons make it louder.&lt;/strong> Dell states that configurations with 65W L-series parts such as the E5-2650L v3 run &amp;ldquo;about twice as loud as typical configurations&amp;rdquo; under moderate or heavy use. Those are the exact chips people buy to cut the power bill.&lt;/li>
&lt;li>&lt;strong>A GPU doubles it again.&lt;/strong> Any GPGPU card in an R730 is &amp;ldquo;about twice as loud&amp;rdquo; as the typical build.&lt;/li>
&lt;li>&lt;strong>Drive count raises the floor.&lt;/strong> An R730xd 3.5-inch chassis with 16 drives idles about 50% louder than one with four — 6.2 bels against 5.6.&lt;/li>
&lt;li>&lt;strong>PCIe SSDs raise the ceiling.&lt;/strong> Under highly stressed conditions the R730 goes to 7.0 bels.&lt;/li>
&lt;/ul>
&lt;p>Dell&amp;rsquo;s own reference table settles what &amp;ldquo;quiet&amp;rdquo; means to the people who designed these. It maps 75 dBA and 39 sones to &amp;ldquo;Data center, vacuum cleaner, voice must be elevated to be heard,&amp;rdquo; and 45 dBA and 4 sones to &amp;ldquo;Whispering, open office layout, normal living room.&amp;rdquo; A machine engineered to be acceptable in the first room is not being engineered for your second bedroom.&lt;/p>
&lt;p>The running cost points the same direction. The &lt;a href="https://techfuelhq.com/homelab/24-7-homelab-idle-power-costs-2026/">idle power costs page&lt;/a> puts a single-CPU Dell R720 at 80–100W against 15–22W for a current mini PC, on the lightly-threaded workloads most homelabs actually run. What the rack server still wins on is RAM capacity, drive bays and expansion slots — not compute per watt.&lt;/p>
&lt;p>&lt;strong>Replacing the rack gear with small nodes is the best change I have made to the setup.&lt;/strong> If you are still weighing it, &lt;a href="https://techfuelhq.com/homelab/used-enterprise-vs-mini-pc-homelab-2026/">used enterprise versus mini PC&lt;/a> puts the two side by side, and &lt;a href="https://techfuelhq.com/homelab/servers-for-homelab-2026/">servers for a homelab&lt;/a> covers the classes in between.&lt;/p>
&lt;h2 id="2-over-building-generally">2. Over-building generally&lt;/h2>
&lt;p>I spec&amp;rsquo;d for a workload that never showed up.&lt;/p>
&lt;p>Every watt of headroom you buy ahead of the work is a watt you pay for twenty-four hours a day while the work fails to arrive, and the hardware depreciates the entire time it waits. The &lt;a href="https://techfuelhq.com/tools/power-cost-calculator/">power cost calculator&lt;/a> will price the headroom you are considering before you commit to it.&lt;/p>
&lt;p>&lt;strong>Buy for the workload you are running this quarter.&lt;/strong> The homelab that grows into more capacity is a cheaper machine than the one that was already sitting there.&lt;/p>
&lt;h2 id="3-two-bay-nas-units">3. Two-bay NAS units&lt;/h2>
&lt;p>Two bays get outgrown almost immediately. Four bays or build.&lt;/p>
&lt;p>The arithmetic is the whole argument. Two bays mirrored leave you one drive of usable capacity, and the only way to grow is to replace both drives and rebuild the pool. Four bays under single parity give you three drives of capacity and let you swap disks one at a time as they fail or as prices fall. The &lt;a href="https://techfuelhq.com/tools/nas-storage-calculator/">NAS capacity calculator&lt;/a> shows the gap at whatever drive size you are shopping.&lt;/p>
&lt;p>&lt;strong>Start at four bays or build your own.&lt;/strong> What you save on the two-bay enclosure you spend again on the replacement, plus a migration you did not plan for.&lt;/p>
&lt;h2 id="4-cheap-25gbe-switches">4. Cheap 2.5GbE switches&lt;/h2>
&lt;p>They are a coin flip on thermals.&lt;/p>
&lt;p>The warranty is the filter I would use now, because it is the one line in a listing that costs the manufacturer something to write. &lt;a href="https://www.tp-link.com/us/support/replacement-warranty/" rel="noopener">TP-Link&amp;rsquo;s US warranty schedule&lt;/a> gives switches with a plastic chassis two years, non-Omada switches with a steel chassis three, and reserves limited lifetime cover for the Omada S4500, S5500, S6500 and S7500 series. TRENDnet publishes a &lt;a href="https://www.trendnet.com/products/2-5g-switch/5-port-unmanaged-2-5g-switch-TEG-S350_v2" rel="noopener">lifetime warranty&lt;/a> on the TEG-S350, its 5-port unmanaged 2.5G box.&lt;/p>
&lt;p>&lt;strong>If the switch in front of you offers a single year, you have left the tier that stands behind these.&lt;/strong> Buy from a brand whose warranty terms you can find without emailing anyone.&lt;/p>
&lt;h2 id="5-exos-bought-on-price-and-capacity">5. Exos bought on price and capacity&lt;/h2>
&lt;p>I bought Exos on price and capacity, then regretted them for noise.&lt;/p>
&lt;p>The published acoustics say where the gap actually is. Here are three 24TB enterprise drives, sound power in bels, each from its manufacturer&amp;rsquo;s own document:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">24TB drive&lt;/th>
&lt;th scope="col">Idle&lt;/th>
&lt;th scope="col">Seek / operating&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;a href="https://www.seagate.com/content/dam/seagate/assets/support/internal-hard-drive/enterprise-hard-drives/exos-x24/_shared/files/Seagate_EXOS24_CMR_ISE_SED%2810-12-16-20-24TB%29_Rev-C.pdf" rel="noopener">Seagate Exos X24&lt;/a> (ST24000NM002H)&lt;/td>
&lt;td>&lt;strong>2.8 typical / 3.0 max&lt;/strong>&lt;/td>
&lt;td>3.2 typical / 3.4 max&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/product-manual-ultrastar-dc-hc580-sata-oem-spec.pdf" rel="noopener">WD Ultrastar DC HC580&lt;/a>&lt;/td>
&lt;td>2.0 typical / 2.5 max&lt;/td>
&lt;td>3.2 typical / 3.4 max&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://storage.toshiba.com/docs/enterprise-hdd-documents/mg11-product-overview.pdf" rel="noopener">Toshiba MG11&lt;/a> (MG11ACA24T)&lt;/td>
&lt;td>2.0 typical&lt;/td>
&lt;td>3.2 typical&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>Under seek all three print the same figure. The entire published gap sits at idle — 0.8 bels, eight decibels of sound power — and idle is where a NAS spends its life.&lt;/strong> The drives are not working during most of the hours you can hear them, which is why the seek number is the wrong one to shop on and the idle number is the right one. The gap also does not go away when there are six of them in one box. One caveat from Seagate&amp;rsquo;s own footnote: offline SMART activity during idle &amp;ldquo;may increase acoustic and power to operational levels,&amp;rdquo; so the idle figure is a floor rather than a promise.&lt;/p>
&lt;p>None of that makes the Exos a bad drive. It is the cheapest 24TB drive in its class by enough to matter across six bays — the &lt;a href="https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/">six-bay rebuild math&lt;/a> priced it at $39.50/TB against $44.17 for the WD Red Pro in August 2026. &lt;strong>If the array lives in a basement or a garage, buy on price and buy the Exos.&lt;/strong> If it shares a room with you, shop the published idle figure and pay for the Ultrastar or the MG.&lt;/p>
&lt;h2 id="what-i-would-buy-instead">What I would buy instead&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Small nodes, not a rack.&lt;/strong> This is the change that improved the setup most.&lt;/li>
&lt;li>&lt;strong>Four bays minimum&lt;/strong>, or build the box yourself.&lt;/li>
&lt;li>&lt;strong>The workload you have&lt;/strong>, not the one you are planning for.&lt;/li>
&lt;li>&lt;strong>A switch with a warranty you can read&lt;/strong>, over the cheapest 2.5GbE port count.&lt;/li>
&lt;li>&lt;strong>Idle acoustics over price&lt;/strong> on drives, but only when the array is in earshot.&lt;/li>
&lt;/ul>
&lt;p>Each of these looked good on one number. The rack server was cheap. The switch was cheap. The Exos are still the cheapest per terabyte. The number that decided the outcome was always the second one.&lt;/p></description></item><item><title>How to Test a UPS: Charge Is Not Health</title><link>https://techfuelhq.com/homelab/ups-testing-reality-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/ups-testing-reality-2026/</guid><description>&lt;p>The number on the front of a UPS is a charge reading. It is not a health reading.&lt;/p>
&lt;p>&lt;strong>A unit showing full can drop the load the moment it transfers.&lt;/strong> The display will have been telling you everything was fine right up until the instant it stopped being fine, and it was not lying — it was answering a different question than the one you thought you were asking.&lt;/p>
&lt;p>That gap between charged and working is the whole subject here. &lt;a href="https://techfuelhq.com/homelab/ups-power-sizing-homelab-2026/">Sizing the unit&lt;/a> is settled territory: VA against watts, runtime against your shutdown window. This is about what comes after you have bought the right size — proving it does the job, on a schedule, before the power goes out and proves it for you.&lt;/p>
&lt;h2 id="the-built-in-self-test-is-not-a-runtime-test">The built-in self-test is not a runtime test&lt;/h2>
&lt;p>Most units test themselves. The test covers less than the name suggests.&lt;/p>
&lt;p>Schneider&amp;rsquo;s documentation for the Smart-UPS line says the unit self-tests when you switch it on and every two weeks after that, and that during the test it runs on battery for approximately ten seconds (&lt;a href="https://www.se.com/us/en/faqs/FA405317/" rel="noopener">Schneider Electric FA405317&lt;/a>). The Back-UPS line runs the same ten seconds on a different clock — Schneider describes the automatic test as happening every seven days after the unit is powered on — and its replace-battery alarm is framed against a standard two-minute runtime limit (&lt;a href="https://www.se.com/us/en/faqs/FAQ000267818/" rel="noopener">Schneider Electric FAQ000267818&lt;/a>).&lt;/p>
&lt;p>Ten seconds is a genuinely useful test of one thing: the transfer relay closes and the inverter comes up. Keep it enabled. But read what it is measuring. A battery that has lost most of its useful capacity will hold ten seconds without complaint, and it will hold two minutes for a while after that. By the time the automatic test starts failing, you have already been running on a battery that would not have finished a shutdown.&lt;/p>
&lt;p>&lt;strong>Charge is a percentage. Capacity is minutes. The panel shows you the first one and you need the second one.&lt;/strong>&lt;/p>
&lt;h2 id="an-untested-ups-is-a-surge-protector-with-a-battery-in-it">An untested UPS is a surge protector with a battery in it&lt;/h2>
&lt;p>So test on a schedule, and make it a real test.&lt;/p>
&lt;p>Connect the load the unit actually protects. Pull the input cord. Watch what the load does at the moment of transfer, and time how long the battery holds before the shutdown you configured actually fires. That one pull exercises the transfer, the inverter, the battery under its real load, and your shutdown chain, in the order they will happen for real.&lt;/p>
&lt;p>Nothing else does. A ten-second self-test skips the load. A runtime figure from a spec sheet skips your gear. The &lt;a href="https://techfuelhq.com/tools/ups-runtime-calculator/">UPS runtime calculator&lt;/a> will model the curve for you, and the model is worth having as a starting expectation — but a modelled forty minutes and a measured forty minutes are not the same claim, and only one of them is about the battery currently sitting in your rack.&lt;/p>
&lt;p>If you would rather not pull a cord on live equipment, NUT will start a deep battery test on hardware that exposes one:&lt;/p>
&lt;pre tabindex="0">&lt;code>upscmd -u &amp;lt;user&amp;gt; &amp;lt;upsname&amp;gt; test.battery.start.deep
&lt;/code>&lt;/pre>&lt;p>&lt;code>test.battery.start.quick&lt;/code>, &lt;code>test.battery.start.deep&lt;/code> and &lt;code>test.battery.stop&lt;/code> are all standard NUT instant commands (&lt;a href="https://networkupstools.org/docs/developer-guide.chunked/_instant_commands_4.html" rel="noopener">NUT instant command reference&lt;/a>), and &lt;code>upscmd -l &amp;lt;upsname&amp;gt;&lt;/code> lists what your specific unit supports (&lt;a href="https://networkupstools.org/docs/man/upscmd.html" rel="noopener">upscmd man page&lt;/a>).&lt;/p>
&lt;p>There is a second reason to test that has nothing to do with the battery. &lt;strong>A UPS can fail in a way that takes the load down with it.&lt;/strong> That is a real failure mode, not a freak event. The box you bought to prevent an unclean shutdown sits in series with everything it protects, and the only way to find out how yours behaves when it goes wrong is to make it transfer while you are standing there rather than at 3am while you are not.&lt;/p>
&lt;h2 id="pure-sine-or-dont-put-a-server-psu-behind-it">Pure sine, or don&amp;rsquo;t put a server PSU behind it&lt;/h2>
&lt;p>This one has a mechanism, and the mechanism is published by the people selling the cheaper option.&lt;/p>
&lt;p>CyberPower&amp;rsquo;s explanation of its own PFC Sinewave line is that a simulated sine wave produces a zero-output state during the phase change — a gap in the waveform — and that this gap can interrupt equipment running an active-PFC power supply when the unit switches from mains to battery (&lt;a href="https://www.cyberpowersystems.com/news/pfc-sinewave-series-ups-systems-the-most-affordable-feature-rich-pure-sine-wave-ups/" rel="noopener">CyberPower, PFC Sinewave Series&lt;/a>).&lt;/p>
&lt;p>Read where that failure lands. Not during a brownout, not on a slow degrade — at transfer. The single event the UPS exists to handle is the event a simulated-sine unit is worst at, and active PFC is standard in modern PC and server supplies; CyberPower&amp;rsquo;s own page dates that transition to the last fifteen years.&lt;/p>
&lt;p>&lt;strong>Simulated sine into an active-PFC supply is asking for trouble on transfer. Pure sine for anything with a server PSU behind it.&lt;/strong>&lt;/p>
&lt;h2 id="usb-and-nut-not-a-network-management-card">USB and NUT, not a network management card&lt;/h2>
&lt;p>Network management cards cost absurd money next to the UPS they plug into. A &lt;a href="https://www.se.com/us/en/product/AP9641/ups-network-management-card-3-with-environmental-monitoring/" rel="noopener">UPS network management card&lt;/a> is a separate accessory bought on top of the unit, and for a single-site homelab it buys network-side monitoring you can get from a cable.&lt;/p>
&lt;p>USB plus &lt;a href="https://networkupstools.org/" rel="noopener">NUT&lt;/a> does the job and is what I&amp;rsquo;d run. Three pieces:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>&lt;code>usbhid-ups&lt;/code>&lt;/strong> should detect anything implementing the HID Power Device Class, with the amount of data varying by manufacturer and model. NUT lists all MGE, Dell and AMETEK Powervar USB models, the newer Eaton USB models, and specific models from APC, CyberPower, TrippLite, Belkin, Powercom and PowerWalker (&lt;a href="https://networkupstools.org/docs/man/usbhid-ups.html" rel="noopener">usbhid-ups man page&lt;/a>). Check your exact model against the compatibility list before you count on it.&lt;/li>
&lt;li>&lt;strong>&lt;code>upsmon&lt;/code>&lt;/strong> watches for the critical condition — on battery, low charge — sets the forced-shutdown flag, and lets every machine it is monitoring run its own shutdown command with a delay you set (&lt;a href="https://networkupstools.org/docs/user-manual.chunked/Configuration_notes.html" rel="noopener">NUT configuration notes&lt;/a>).&lt;/li>
&lt;li>&lt;strong>&lt;code>upscmd&lt;/code>&lt;/strong> gives you the battery tests above and the alarm control below.&lt;/li>
&lt;/ul>
&lt;p>That is the entire feature set most homelabs wanted from the card.&lt;/p>
&lt;p>&lt;strong>If it can&amp;rsquo;t trigger a clean shutdown of what&amp;rsquo;s plugged into it, most of the value is gone.&lt;/strong> A UPS that only buys you a few minutes of uptime during which nobody is home to act is a very expensive way to delay the same unclean power-off. The shutdown chain is the product. Configure it the day the unit arrives, then test that it fires — which is the same plug-pull from two sections up, and the reason that test is worth doing properly.&lt;/p>
&lt;h2 id="the-alarm-will-go-off-at-3am">The alarm will go off at 3am&lt;/h2>
&lt;p>It will. The alarm is standard equipment, and the first time it fires is the worst possible moment to be learning where the mute button is.&lt;/p>
&lt;p>Decide now what you want it to do, and set it now. NUT exposes &lt;code>beeper.disable&lt;/code>, &lt;code>beeper.mute&lt;/code>, &lt;code>beeper.enable&lt;/code> and &lt;code>beeper.toggle&lt;/code> as instant commands (&lt;a href="https://networkupstools.org/docs/developer-guide.chunked/_instant_commands_4.html" rel="noopener">same reference&lt;/a>), so this is one &lt;code>upscmd&lt;/code> call, done while you are awake and thinking clearly about whether you actually want an audible alarm in that room.&lt;/p>
&lt;h2 id="batteries-are-a-consumable">Batteries are a consumable&lt;/h2>
&lt;p>Plan for the replacement rather than being surprised by it. Sealed lead-acid cells are on a several-year cycle, and third-party replacements are standard practice — not a corner cut.&lt;/p>
&lt;p>Schneider puts most APC batteries at three to five years and notes that every 8°C (15°F) of extra operating temperature halves that life (&lt;a href="https://www.se.com/us/en/faqs/FA158934/" rel="noopener">Schneider Electric FA158934&lt;/a>). That second figure is the one people miss. A UPS in a warm closet is not on the same schedule as the same UPS in a basement, and if you have put yours in the warm closet, the replacement year on your calendar is optimistic.&lt;/p>
&lt;p>Which puts you back at the test. The only way to know where your battery is on that curve is to have measured it recently under load.&lt;/p>
&lt;h2 id="what-id-do-pure-sine-usb-nut-and-a-plug-pull-on-a-schedule">What I&amp;rsquo;d do: pure sine, USB, NUT, and a plug-pull on a schedule&lt;/h2>
&lt;p>&lt;strong>Buy a pure sine wave unit sized to your load, connect it over USB, run NUT, and pull the plug on a schedule.&lt;/strong> No management card. That configuration covers the transfer, the shutdown, the alarm and the tests, and there is nothing left in the card that a homelab with one rack needs.&lt;/p>
&lt;p>The plug-pull is the part people skip and the only part that produces information. Put it on a recurring reminder alongside whatever else you check, keep the number you measured, and compare it to the last one. When the measured runtime has fallen far enough that your shutdown no longer finishes inside it, buy cells — before the automatic self-test gets around to agreeing with you.&lt;/p>
&lt;p>&lt;strong>This is wrong for a few situations.&lt;/strong> Simulated sine into active PFC — do not, at any price. A consumer unit under a full rack, where the load is past what the unit is rated to hold and the runtime is theatre. And anyone who will not set up automatic shutdown, because at that point the money bought a surge protector with a battery in it, which is where this started.&lt;/p>
&lt;p>Testing does not make a UPS more reliable. It tells you whether the one you own is still doing the job, which is a different and more useful thing than a green light. And none of it replaces &lt;a href="https://techfuelhq.com/homelab/3-2-1-backup-rule-homelab-2026/">keeping backups somewhere else&lt;/a> — a clean shutdown protects the pool, not the data.&lt;/p></description></item><item><title>Living With Exos: Noise, Vibration, and Recerts</title><link>https://techfuelhq.com/homelab/enterprise-drives-noise-vibration-recertified-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/enterprise-drives-noise-vibration-recertified-2026/</guid><description>&lt;p>Exos are loud. Not louder-than-a-laptop loud — loud enough that where the array lives is a decision you make before you buy the drives, not after they arrive.&lt;/p>
&lt;p>I bought mine on price and capacity. The noise is the part I regret.&lt;/p>
&lt;p>But the drive is not what you hear. The chassis panel resonating with the drive is what you hear, and that changes what you should do about it.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-three-brands-are-identical-under-seek">The three brands are identical under seek&lt;/h2>
&lt;p>All three manufacturers publish sound power in their own product manuals, each measured to ISO 7779:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">24TB drive&lt;/th>
&lt;th scope="col" style="text-align: right">Idle (typ)&lt;/th>
&lt;th scope="col" style="text-align: right">Seek (typ)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Seagate Exos X24&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.8 bels&lt;/strong>&lt;/td>
&lt;td style="text-align: right">3.2 bels&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>WD Ultrastar DC HC580&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.0 bels&lt;/strong>&lt;/td>
&lt;td style="text-align: right">3.2 bels&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Toshiba MG11&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.0 bels&lt;/strong>&lt;/td>
&lt;td style="text-align: right">3.2 bels&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Figures from the &lt;a href="https://www.seagate.com/content/dam/seagate/assets/support/internal-hard-drive/enterprise-hard-drives/exos-x24/_shared/files/Seagate_EXOS24_CMR_ISE_SED%2810-12-16-20-24TB%29_Rev-C.pdf" rel="noopener">Seagate Exos X24 SATA product manual&lt;/a> (Rev. C, Table 9), the &lt;a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/data-center-drives/ultrastar-dc-hc500-series/product-manual-ultrastar-dc-hc580-sata-oem-spec.pdf" rel="noopener">Ultrastar DC HC580 SATA specification&lt;/a> (Rev. 2.1, Table 21) and the &lt;a href="https://storage.toshiba.com/docs/enterprise-hdd-documents/mg11-product-overview.pdf" rel="noopener">Toshiba MG11 product overview&lt;/a>, which prints sound power as 20 dB idle and 32 dB seek — the same 2.0 and 3.2 bels in different units.&lt;/p>
&lt;p>Read that table again, because it is not the shape people expect. &lt;strong>Under seek there is no difference at all.&lt;/strong> Every one of these is a 7200 RPM enterprise drive, and every one of them is 3.2 bels when the heads are moving. Seagate and Western Digital both publish the same 3.4 bel maximum on top of it.&lt;/p>
&lt;p>The whole gap is idle. Eight decibels of sound power, on a machine that spends the overwhelming majority of its life idle. That is why HGST&amp;rsquo;s Ultrastar line — Western Digital&amp;rsquo;s since the acquisition — and Toshiba&amp;rsquo;s MG carry the quiet reputation, and it is a narrower, more specific advantage than the reputation suggests.&lt;/p>
&lt;p>You pay for it. In &lt;a href="https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/">my August 17 pricing&lt;/a> the Toshiba MG at 24TB ran $43.12 per terabyte against $39.50 for the Exos — about 9% more, which is $87 a drive and $522 across six bays.&lt;/p>
&lt;p>I can&amp;rsquo;t tell you idle draw per drive from memory and I&amp;rsquo;m not going to guess — it&amp;rsquo;s the number everyone asks for on deal threads and nobody answers.&lt;/p>
&lt;h2 id="the-panel-is-the-noise">The panel is the noise&lt;/h2>
&lt;p>Vibration is the part people miss when they shop this by spec sheet.&lt;/p>
&lt;p>Seagate rates the Exos X24 to hold &lt;strong>greater than 90% throughput&lt;/strong> on sequential and random writes while being shaken at 12.5 rad/s² of rotary vibration between 20 and 1500 Hz, and to run without unrecoverable errors under 0.70 Grms of linear vibration from 5 to 500 Hz. The drive is engineered to keep working while it shakes.&lt;/p>
&lt;p>Nothing in that specification says your enclosure stays quiet while it happens. The energy goes somewhere. In a thin steel side panel it goes into a large flat surface with a resonant frequency, and a 7200 RPM spindle is very good at finding it. That is the sound you are actually annoyed by — not the drive, the sheet metal the drive is bolted to.&lt;/p>
&lt;p>Which means &lt;strong>isolation fixes more than shopping for a quieter model does.&lt;/strong> Grommets or rubber-isolated sleds in the bays, a heavier or braced enclosure, and drives that are not rigidly coupled to one big panel. The 0.8 bel difference between an Exos and an Ultrastar is real, and it is smaller than the difference between a bare metal cage and an isolated one.&lt;/p>
&lt;p>The manual is specific about the mounting itself, and it is worth following: 6-32 UNC screws only, inserted no more than 3.56 mm into the side or bottom holes, at a &lt;strong>maximum torque of 6 in-lb&lt;/strong>. Cranking a drive down hard into a panel does not stop the noise. It couples the two more tightly.&lt;/p>
&lt;h2 id="the-number-on-the-box-is-the-outer-edge-of-the-platter">The number on the box is the outer edge of the platter&lt;/h2>
&lt;p>Sequential throughput comes in under spec. Not by a lot, and not in a way that matters for a NAS, but the number printed on the listing is not the number you get.&lt;/p>
&lt;p>That is by design rather than by disappointment. Seagate&amp;rsquo;s 285 MB/s is the &lt;em>maximum sustained rate at the outer diameter&lt;/em> — the manual prints it as 272 MiB/s OD. Outer tracks are physically longer, so more sectors pass under the head per rotation. Fill the pool and you are working further in, at a lower rate, with nothing wrong anywhere.&lt;/p>
&lt;p>If you are sizing a &lt;a href="https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/">rebuild window&lt;/a>, that is the direction the error runs: slower than the floor, never faster.&lt;/p>
&lt;h2 id="how-to-buy-recertified">How to buy recertified&lt;/h2>
&lt;p>Recertified is a normal way to buy drives now, not a corner cut. Seagate runs the program itself and &lt;a href="https://www.seagate.com/products/seagate-recertified/" rel="noopener">describes the process&lt;/a> as sanitize, test against factory performance standards, then certify.&lt;/p>
&lt;p>&lt;strong>Test every recert on arrival, before it joins anything.&lt;/strong> A full SMART extended self-test:&lt;/p>
&lt;pre tabindex="0">&lt;code>smartctl -t long /dev/sdX # start it
smartctl -c /dev/sdX # the drive reports its own expected polling time
smartctl -a /dev/sdX # read the result when it finishes
&lt;/code>&lt;/pre>&lt;p>The &lt;a href="https://manpages.debian.org/bookworm/smartmontools/smartctl.8.en.html" rel="noopener">smartctl documentation&lt;/a> puts the extended test at &amp;ldquo;tens of minutes to several hours.&amp;rdquo; At 24TB you are at the long end of that. Start it before bed. If a drive is going to fail early, it fails there — outside your array, while you still have a return window.&lt;/p>
&lt;h3 id="the-warranty-is-the-real-tradeoff-and-it-is-not-one-number">The warranty is the real tradeoff, and it is not one number&lt;/h3>
&lt;p>This is where recertified actually costs you, and the spread is wider than most people expect. Same drive family, four different answers, all live today:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Where you buy it&lt;/th>
&lt;th scope="col">Stated warranty&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>New Exos X24, from Seagate&lt;/td>
&lt;td>&lt;strong>5-year limited warranty&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Seagate&amp;rsquo;s own recertified program&lt;/td>
&lt;td>6 months&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Recertified Exos X24 at Newegg (ST24000NM000C)&lt;/td>
&lt;td>90 days&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Recertified Exos X24 at ServerPartDeals (ST24000NM000H)&lt;/td>
&lt;td>3 years&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Sources: Seagate&amp;rsquo;s &lt;a href="https://www.seagate.com/support/internal-hard-drives/enterprise-hard-drives/exos-x24/" rel="noopener">Exos X24 support page&lt;/a> and &lt;a href="https://www.seagate.com/products/seagate-recertified/" rel="noopener">recertified drives page&lt;/a>, the &lt;a href="https://www.newegg.com/seagate-exos-x24-st24000nm000c-24tb/p/1Z4-002P-02KX4" rel="noopener">Newegg recertified listing&lt;/a>, and the &lt;a href="https://serverpartdeals.com/products/seagate-exos-st24000nm000h-24tb-7-2k-rpm-sata-6gb-s-512e-cmr-3-5-recertified-hard-drive" rel="noopener">ServerPartDeals listing&lt;/a>.&lt;/p>
&lt;p>The mechanism behind the spread is the thing to understand. ServerPartDeals &lt;a href="https://serverpartdeals.com/pages/faqs" rel="noopener">defines&lt;/a> a manufacturer-recertified drive as one &amp;ldquo;tested, recertified, and approved by the original manufacturer&amp;hellip; without a manufacturer warranty.&amp;rdquo; The original coverage does not travel with the drive. What you get instead is whatever the seller chose to promise, and on the same 24TB Exos that runs from 90 days to three years.&lt;/p>
&lt;p>So the rule is not &amp;ldquo;recert has a shorter warranty.&amp;rdquo; It is &lt;strong>read the listing you are actually buying from&lt;/strong>, because the number is set there and nowhere else. Three years of seller coverage on a recert is a different purchase from ninety days at a similar price.&lt;/p>
&lt;h2 id="it-already-broke-once-misses-how-parity-works">&amp;ldquo;It already broke once&amp;rdquo; misses how parity works&lt;/h2>
&lt;p>The standard objection to recertified drives is that they are drives that already failed. It misunderstands what the array is for.&lt;/p>
&lt;p>A redundant array does not assume its members are healthy. It assumes they will die and holds enough parity to survive it while a replacement copies. Recert plus redundancy plus backups is the whole argument — and if you are missing the third one, the first two do not save you. Parity survives a drive dying. It does not survive a deleted directory, or the enclosure&amp;rsquo;s power supply taking the shelf with it.&lt;/p>
&lt;p>That is the actual condition on buying recertified. Not &amp;ldquo;is this drive suspicious,&amp;rdquo; but &amp;ldquo;do I have all three.&amp;rdquo; If you only have two, buying new drives leaves you in the same place, just more expensively.&lt;/p>
&lt;h2 id="check-for-smr-anyway">Check for SMR anyway&lt;/h2>
&lt;p>SMR is a consumer-drive problem. Western Digital&amp;rsquo;s own SMR disclosure is titled &lt;a href="https://blog.westerndigital.com/wp-content/uploads/2020/07/WD_SMR_SKUs_vDS.pdf" rel="noopener">&amp;ldquo;WD Internal Client HDD Recording Technology&amp;rdquo;&lt;/a> and lists WD Red 3.5-inch at 2/3/4/6TB plus some WD Blue and WD Black models — client drives, none above 6TB — with the note that &amp;ldquo;all other capacity points use CMR recording technology.&amp;rdquo;&lt;/p>
&lt;p>The three enterprise families here are all CMR, confirmed in their own documentation: Seagate &lt;a href="https://investors.seagate.com/news/news-details/2023/Seagates-New-Exos-24TB-Hard-Drives-Deliver-Market-Leading-Capacity-for-Hyperscalers-and-Enterprise-Data-Centers/default.aspx" rel="noopener">describes&lt;/a> the 24TB Exos X24 as &amp;ldquo;conventional magnetic recording (CMR)-based,&amp;rdquo; Western Digital&amp;rsquo;s HC580 manual labels its 22/24TB power table the &amp;ldquo;CMR Model,&amp;rdquo; and Toshiba&amp;rsquo;s MG11 overview opens by calling it a &amp;ldquo;conventional magnetic recording (CMR) HDD.&amp;rdquo;&lt;/p>
&lt;p>Check the model number anyway. It costs thirty seconds, and SMR discovered during a resilver is the worst afternoon you will have.&lt;/p>
&lt;h2 id="buy-the-exos-and-decide-where-it-goes-before-you-order">Buy the Exos, and decide where it goes before you order&lt;/h2>
&lt;p>&lt;strong>For a homelab array, buy the Seagate Exos.&lt;/strong> It costs less per terabyte than the Toshiba, it is identical to both of the others under seek, and the idle penalty is a room problem you solve with rubber and a closed door rather than with $522 of extra drives. Buy recertified if the listing&amp;rsquo;s warranty is one you would accept in writing, and run the long test the day it lands.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3DST24000NM002H"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="search">Search Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Seagate&amp;#43;Exos&amp;#43;X24&amp;#43;24TB&amp;#43;ST24000NM002H&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices move. Check before you buy six.&lt;/p>
&lt;p>&lt;strong>Buy the Ultrastar HC580 or the Toshiba MG11 instead if the array has to sit in a room you occupy quietly&lt;/strong> — a home office you take calls in, a studio apartment, a living room. On the Toshiba you are buying 0.8 bels at idle for about 9% more per terabyte, and in that room it is worth it.&lt;/p>
&lt;p>&lt;strong>Do not put any of these in a room you sleep in.&lt;/strong> Not the Exos, not the quiet ones. Move the array or accept that you will hear it, because 2.0 bels at idle is still an enterprise drive four feet from your head, and it goes to 3.2 the moment a scrub starts at 2am.&lt;/p>
&lt;h2 id="who-should-not-buy-these">Who should not buy these&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Anyone putting the array in a bedroom.&lt;/strong> The quieter models narrow the gap at idle and close nothing under load.&lt;/li>
&lt;li>&lt;strong>Anyone trusting a single recert with unbacked data.&lt;/strong> Recert works because parity and a backup sit behind it. Alone it is a used drive.&lt;/li>
&lt;li>&lt;strong>Anyone who wants one quiet external drive.&lt;/strong> These are 7200 RPM enterprise disks built for a chassis full of their siblings. Buy a consumer drive for that job.&lt;/li>
&lt;/ul>
&lt;p>The &lt;a href="https://techfuelhq.com/homelab/seagate-ironwolf-vs-ironwolf-pro-vs-exos-2026/">Seagate drive comparison&lt;/a> covers where Exos sits against IronWolf and IronWolf Pro, and the &lt;a href="https://techfuelhq.com/tools/nas-storage-calculator/">capacity calculator&lt;/a> runs the parity maths for whatever bay count you land on.&lt;/p></description></item><item><title>Local 70B: What It Costs in Hardware and Watts</title><link>https://techfuelhq.com/articles/local-llm-70b-what-it-costs/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/articles/local-llm-70b-what-it-costs/</guid><description>&lt;p>By &lt;a href="https://techfuelhq.com/author/lk-wood-iv/">LK Wood IV&lt;/a> · Published 2026-09-07 · ~9 min read · St. Louis County, MO&lt;/p>
&lt;p>A dense 70B is the model everyone means when they say they want to run a real LLM at home. Here is what it actually does once it is loaded: &lt;strong>12.6 tokens per second.&lt;/strong>&lt;/p>
&lt;p>That is Hardware Corner&amp;rsquo;s March 2026 measurement of Llama 3.3 70B at Q4 on an RTX A6000, the cheapest 48GB card that holds the file. A thousand-token answer takes 79 seconds. Push the context to 16K and the same card gives 9.1 tokens per second, which is 110 seconds for the same answer.&lt;/p>
&lt;p>At that rate the electricity tops out at $1.21 per million tokens. The card costs &lt;span class="claim" data-claim-key="a6000.pny.usd" data-claim-value="5490.00" data-claim-scope="Newegg, exact VCNRTXA6000-SB row, US" data-claim-date="2026-08-17">$5,490.00&lt;/span>
new. &lt;strong>Watts are not what makes a local 70B expensive. Capital and patience are.&lt;/strong>&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="4252-gigabytes-decides-which-cards-are-even-in-the-conversation">42.52 gigabytes decides which cards are even in the conversation&lt;/h2>
&lt;p>The &lt;a href="https://huggingface.co/bartowski/Llama-3.3-70B-Instruct-GGUF" rel="noopener">Llama 3.3 70B Q4_K_M GGUF&lt;/a> is 42,520,398,816 bytes — 42.52GB of weights before the KV cache and runtime buffers exist. Hugging Face&amp;rsquo;s repository API reports that byte count directly, and the whole quantization ladder with it:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Quant&lt;/th>
&lt;th scope="col" style="text-align: right">File size&lt;/th>
&lt;th scope="col">Fits 24GB&lt;/th>
&lt;th scope="col">Fits 32GB&lt;/th>
&lt;th scope="col">Fits 48GB&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>IQ2_S&lt;/td>
&lt;td style="text-align: right">22.24GB&lt;/td>
&lt;td>Weights only&lt;/td>
&lt;td>Yes&lt;/td>
&lt;td>Yes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>IQ2_M&lt;/td>
&lt;td style="text-align: right">24.12GB&lt;/td>
&lt;td>No&lt;/td>
&lt;td>Yes&lt;/td>
&lt;td>Yes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Q3_K_S&lt;/td>
&lt;td style="text-align: right">30.91GB&lt;/td>
&lt;td>No&lt;/td>
&lt;td>Weights only&lt;/td>
&lt;td>Yes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Q3_K_M&lt;/td>
&lt;td style="text-align: right">34.27GB&lt;/td>
&lt;td>No&lt;/td>
&lt;td>No&lt;/td>
&lt;td>Yes&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Q4_K_M&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>42.52GB&lt;/strong>&lt;/td>
&lt;td>No&lt;/td>
&lt;td>No&lt;/td>
&lt;td>&lt;strong>Yes, 5.48GB spare&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Q4_K_L&lt;/td>
&lt;td style="text-align: right">43.30GB&lt;/td>
&lt;td>No&lt;/td>
&lt;td>No&lt;/td>
&lt;td>Yes, 4.70GB spare&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Q5_K_S&lt;/td>
&lt;td style="text-align: right">48.66GB&lt;/td>
&lt;td>No&lt;/td>
&lt;td>No&lt;/td>
&lt;td>No&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Exact sizes from the &lt;a href="https://huggingface.co/bartowski/Llama-3.3-70B-Instruct-GGUF" rel="noopener">bartowski GGUF repository&lt;/a> file listing.&lt;/p>
&lt;p>Read the columns rather than the rows. A 24GB card gets you IQ2_S with 1.8GB left over for everything else — a 70B in name only. A 32GB card gets you Q3_K_S with about a gigabyte of headroom, which is why an RTX 5090 does not solve this problem despite costing what it costs. &lt;strong>48GB is the first tier where the file loads at a quantization worth using and leaves room to work.&lt;/strong> That is the line, and it does not move because you want it to.&lt;/p>
&lt;p>If you are choosing between the specific cards that sit either side of it, &lt;a href="https://techfuelhq.com/articles/used-workstation-gpu-48gb/">the RTX A6000 versus RTX 5090 comparison&lt;/a> is the card-by-card version of that decision. This page is about what the whole tier costs once you are in it.&lt;/p>
&lt;h2 id="what-48gb-actually-delivers-on-a-70b">What 48GB actually delivers on a 70B&lt;/h2>
&lt;p>Hardware Corner runs its GPU benchmarks on Ubuntu 24.04 with llama.cpp&amp;rsquo;s &lt;code>llama-bench&lt;/code> and CUDA 12.8 at 4-bit quantization, and publishes the per-card tables. These are its Llama 3.3 70B rows:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Card&lt;/th>
&lt;th scope="col">Memory&lt;/th>
&lt;th scope="col" style="text-align: right">Max power&lt;/th>
&lt;th scope="col" style="text-align: right">Decode 4K&lt;/th>
&lt;th scope="col" style="text-align: right">Decode 16K&lt;/th>
&lt;th scope="col" style="text-align: right">Prefill 4K&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>RTX A6000&lt;/td>
&lt;td>48GB GDDR6&lt;/td>
&lt;td style="text-align: right">300W&lt;/td>
&lt;td style="text-align: right">12.6 t/s&lt;/td>
&lt;td style="text-align: right">9.1 t/s&lt;/td>
&lt;td style="text-align: right">423.0 t/s&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX 6000 Ada&lt;/td>
&lt;td>48GB GDDR6&lt;/td>
&lt;td style="text-align: right">300W&lt;/td>
&lt;td style="text-align: right">18.1 t/s&lt;/td>
&lt;td style="text-align: right">13.7 t/s&lt;/td>
&lt;td style="text-align: right">678.1 t/s&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX PRO 5000 Blackwell&lt;/td>
&lt;td>48GB or 72GB GDDR7&lt;/td>
&lt;td style="text-align: right">300W&lt;/td>
&lt;td style="text-align: right">24.0 t/s&lt;/td>
&lt;td style="text-align: right">22.4 t/s&lt;/td>
&lt;td style="text-align: right">1,022.9 t/s&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Decode and prefill figures come from Hardware Corner&amp;rsquo;s per-card pages, one page per row: &lt;a href="https://www.hardware-corner.net/gpu-llm-benchmarks/rtx-a6000/" rel="noopener">RTX A6000&lt;/a>, &lt;a href="https://www.hardware-corner.net/gpu-llm-benchmarks/rtx-6000-ada/" rel="noopener">RTX 6000 Ada&lt;/a> and &lt;a href="https://www.hardware-corner.net/gpu-llm-benchmarks/rtx-pro-5000-blackwell/" rel="noopener">RTX PRO 5000 Blackwell&lt;/a>. Methodology is on its &lt;a href="https://www.hardware-corner.net/gpu-ranking-local-llm/" rel="noopener">GPU ranking page&lt;/a>, which states the 4-bit runs use Q4_K_XL rather than the Q4_K_M file sized in the table above; the two are close enough that both need 48GB and far enough apart that these rates are not a measurement of that exact file. Memory and maximum power from &lt;a href="https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/" rel="noopener">NVIDIA&amp;rsquo;s professional desktop GPU specifications&lt;/a>, which rates all three boards at 300W and lists the PRO 5000 Blackwell in 48GB and 72GB versions; Hardware Corner&amp;rsquo;s page does not say which one it benchmarked.&lt;/p>
&lt;p>Two things follow. The 70B row exists only for 48GB cards — Hardware Corner&amp;rsquo;s RTX 3090, RTX 4090 and RTX 5090 pages carry no Llama 3.3 70B measurement at all, and the 3090 and 4090 pages say why in one line: 24GB cannot hold the file. The only 4090 with a 70B row on that site is the modified 48GB variant, which is a different card. And the spread inside the tier is nearly 2x, entirely on architecture: the same 48GB and the same 300W, five years apart, gets you 12.6 or 24.0 tokens per second.&lt;/p>
&lt;p>The A6000 is the cheap way in and it is the slow one. That is the trade you are making.&lt;/p>
&lt;h2 id="for-contrast-here-is-16gb">For contrast, here is 16GB&lt;/h2>
&lt;p>I measured a retail RTX 5080 across four models with Ollama at temperature 0, three fresh-prefill runs per cell, and published &lt;a href="https://techfuelhq.com/data/rtx-5080-llm-throughput/">the throughput dataset&lt;/a> as open CSV. gpt-oss 20B in MXFP4 decodes at &lt;strong>178 to 190 tokens per second&lt;/strong> across two dated captures, fully resident in about 14GB. Qwen 2.5 14B at Q4_K_M runs 94 to 97.&lt;/p>
&lt;p>That is fifteen times the A6000&amp;rsquo;s 70B rate on a card costing a quarter as much. The 20B is not the same model and nobody should pretend it is — but in &lt;a href="https://techfuelhq.com/articles/best-local-llm-coding-2026/">my own eight-task coding evaluation&lt;/a> gpt-oss 20B passed all eight, including two-turn tool calling. The gap in delivered usefulness is much narrower than the gap in parameter count, and the gap in speed runs the other way by an order of magnitude.&lt;/p>
&lt;p>Hardware Corner&amp;rsquo;s own A6000 table makes the same point on one board: Qwen3 30B A3B, a mixture-of-experts model, runs at &lt;strong>131.2 tokens per second&lt;/strong> on the card where the dense 70B manages 12.6. Ten times faster, same silicon.&lt;/p>
&lt;h2 id="the-electricity-is-the-cheap-part">The electricity is the cheap part&lt;/h2>
&lt;p>Divide a published power rating into a published token rate and you get the electricity per million tokens. At NVIDIA&amp;rsquo;s 300W rating for the professional 48GB boards, and the &lt;a href="https://www.eia.gov/electricity/monthly/epm_table_grapher.php?t=epmt_5_6_a" rel="noopener">EIA US residential average of 18.34 cents per kilowatt-hour for June 2026&lt;/a>:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Workload&lt;/th>
&lt;th scope="col" style="text-align: right">Rate&lt;/th>
&lt;th scope="col" style="text-align: right">kWh per 1M tokens&lt;/th>
&lt;th scope="col" style="text-align: right">Cost per 1M tokens&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Llama 3.3 70B, A6000, 16K ctx&lt;/td>
&lt;td style="text-align: right">9.1 t/s&lt;/td>
&lt;td style="text-align: right">9.16&lt;/td>
&lt;td style="text-align: right">$1.68&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Llama 3.3 70B, A6000, 4K ctx&lt;/td>
&lt;td style="text-align: right">12.6 t/s&lt;/td>
&lt;td style="text-align: right">6.61&lt;/td>
&lt;td style="text-align: right">$1.21&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Llama 3.3 70B, RTX PRO 5000, 4K ctx&lt;/td>
&lt;td style="text-align: right">24.0 t/s&lt;/td>
&lt;td style="text-align: right">3.47&lt;/td>
&lt;td style="text-align: right">$0.64&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Qwen 2.5 14B, my RTX 5080&lt;/td>
&lt;td style="text-align: right">98.8 t/s&lt;/td>
&lt;td style="text-align: right">0.88&lt;/td>
&lt;td style="text-align: right">$0.16&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>gpt-oss 20B, my RTX 5080&lt;/td>
&lt;td style="text-align: right">194.4 t/s&lt;/td>
&lt;td style="text-align: right">0.42&lt;/td>
&lt;td style="text-align: right">$0.08&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>The 5080 rows are measured — board power sampled at 1Hz alongside the generation that produced the rate, published in &lt;a href="https://techfuelhq.com/data/rtx-5080-llm-power-efficiency/">the power-efficiency dataset&lt;/a>, which is why their rates differ slightly from the throughput capture above. The 70B rows pair Hardware Corner&amp;rsquo;s token rates with NVIDIA&amp;rsquo;s rated wattage, so they are ceilings: a card that draws less than 300W lands under them.&lt;/p>
&lt;p>&lt;strong>Even the worst row on this table is under two dollars per million tokens.&lt;/strong> Running the 70B costs roughly sixteen times what running gpt-oss 20B costs, and sixteen times almost nothing is still almost nothing. Anyone budgeting a local 70B around its power draw is solving the wrong problem.&lt;/p>
&lt;p>The watts that do matter are the idle ones. My 5080 holds 52 to 71W at the Windows desktop rather than the 8 to 15W reviews quote, which is $85 to $115 a year before a single token. A mostly-idle inference node&amp;rsquo;s bill is set by what it does the other twenty-three hours. I have not measured an A6000&amp;rsquo;s idle draw, so there is no number for it here. The logic still applies, and it applies twice to a two-card machine.&lt;/p>
&lt;h2 id="two-used-3090s-are-the-value-answer-at-48gb">Two used 3090s are the value answer at 48GB&lt;/h2>
&lt;p>Two RTX 3090s total 48GB, which clears 42.52GB with the same 5.48GB of headroom a single 48GB board gives you. NVIDIA lists the 3090 at &lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3090-3090ti/" rel="noopener">24GB GDDR6X and 350W&lt;/a>.&lt;/p>
&lt;p>The price is why people do it. Hardware Corner&amp;rsquo;s two published figures for a used 3090 disagree: its &lt;a href="https://www.hardware-corner.net/guides/dual-rtx-5060-ti-16gb-vs-rtx-3090-llm/" rel="noopener">dual-GPU comparison&lt;/a> puts a used RTX 3090 at &amp;ldquo;around $800&amp;rdquo;, while the price panel on its &lt;a href="https://www.hardware-corner.net/gpu-llm-benchmarks/rtx-3090/" rel="noopener">RTX 3090 benchmark page&lt;/a> states a $1,000 market average. They are the same publisher on two pages with different update dates, and the used market moves fast enough that both can have been right when written. Call it $1,600 to $2,000 for the pair and price the actual listing in front of you.&lt;/p>
&lt;p>Against a &lt;span class="claim" data-claim-key="a6000.pny.usd" data-claim-value="5490.00" data-claim-scope="Newegg, exact VCNRTXA6000-SB row, US" data-claim-date="2026-08-17">$5,490.00&lt;/span>
new A6000, that is a third of the price for the same capacity. It is the value answer and it has been for years.&lt;/p>
&lt;p>What you give up is not subtle. &lt;strong>700W of card rating instead of 300W.&lt;/strong> Two boards&amp;rsquo; worth of idle draw. Two slots, the airflow between them, and a power supply sized for both. Blower-style cards exist to be stacked in a chassis rather than to sit near you, and you will hear it. Neither card carries a warranty you can rely on, and no standalone RTX 3090 appears anywhere in the August 17 Newegg feed: the rows that name the card are water blocks, cables, cooling parts and prebuilt systems containing one, and not a single graphics card. This is a used-market purchase with used-market recourse.&lt;/p>
&lt;h2 id="splitting-buys-capacity-not-speed">Splitting buys capacity, not speed&lt;/h2>
&lt;p>The thing people expect from two cards is twice the throughput. They do not get it, and the reason is in &lt;a href="https://github.com/ggml-org/llama.cpp/blob/master/common/arg.cpp" rel="noopener">llama.cpp&amp;rsquo;s own argument documentation&lt;/a>, which describes the default split mode as splitting &amp;ldquo;layers and KV across GPUs (pipelined)&amp;rdquo; against the &lt;code>row&lt;/code> and &lt;code>tensor&lt;/code> modes it labels &amp;ldquo;parallelized&amp;rdquo;. Pipelined means the layers on card two wait for the layers on card one. Only one GPU is computing at a time.&lt;/p>
&lt;p>Hardware Corner&amp;rsquo;s dual-card test shows the shape of it from the other direction. Testing two RTX 5060 Ti 16GB against one RTX 3090 with llama.cpp, the pair reached 131K context on a 30B MoE model and 45K on a dense 32B, well past what the single card sustained — while the single 3090 generated dense-model tokens roughly twice as fast at 4K to 16K context. Capacity to the pair, speed to the one fast card.&lt;/p>
&lt;p>That comparison varies bandwidth as well as card count, and Hardware Corner attributes the speed gap to bandwidth explicitly, so read it narrowly: a second card reliably buys you memory and does not reliably buy you tokens per second. No dual-3090 70B rate appears in Hardware Corner&amp;rsquo;s tables — its 48GB 70B rows are all single cards — so treat the 12.6 to 24.0 range above as the tier&amp;rsquo;s speed and do not expect two 3090s to beat it because there are two of them.&lt;/p>
&lt;p>NVLink does not rescue this either. It moves the needle for training and for concurrent users. One person typing is neither.&lt;/p>
&lt;h2 id="do-not-buy-hardware-for-a-dense-70b">Do not buy hardware for a dense 70B&lt;/h2>
&lt;p>&lt;strong>Buy a 16GB-class card and run a mixture-of-experts model.&lt;/strong> That is the recommendation for nearly everyone who arrives at this question, and the numbers above are why: 178 to 190 tokens per second on my own measurement against 12.6 on the cheapest board that holds the dense 70B, for a quarter of the price and a sixteenth of the electricity per token.&lt;/p>
&lt;p>The cheapest RTX 5080 in the August feed was &lt;span class="claim" data-claim-key="rtx5080.card.min.usd" data-claim-value="1399.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$1,399.99&lt;/span>
, and thirteen boards in all sat between that price and $1,999.99, so there is room to shop the exact model.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445831431106774666636889&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fgigabyte-windforce-gv-n5080wf3oc-16gd-geforce-rtx-5080-16gb-graphics-card-triple-fans%2Fp%2FN82E16814932754%3Fitem%3DN82E16814932754"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=GV-N5080WF3OC-16GD&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices move. Check before you order, and run your context budget through the &lt;a href="https://techfuelhq.com/tools/llm-vram-calculator/">VRAM calculator&lt;/a> before you commit to any card — the 5.48GB of headroom a 48GB board leaves a 70B is enough for ordinary context and not for long context, and that failure arrives mid-session rather than at load time.&lt;/p>
&lt;h3 id="if-a-dense-70b-is-genuinely-the-requirement">If a dense 70B is genuinely the requirement&lt;/h3>
&lt;p>Some workloads want the dense model and nothing else will do. In that case: &lt;strong>two used RTX 3090s.&lt;/strong> A third of the price of a new A6000 for the same 48GB, at the cost of 700W of card rating, two slots, the noise and no warranty worth the name.&lt;/p>
&lt;p>Buy a single 48GB board instead when you are paying for the things the pair cannot give you — one slot, 300W, ECC memory, the enterprise driver branch, and a card you can put in a case without planning the airflow around it. Hardware Corner states a $4,600 market average for a used A6000 against the $5,490.00 new list; a used listing asking near the new price is not a deal, because the discount is the only reason to accept a 2020 board with somebody else&amp;rsquo;s hours on it.&lt;/p>
&lt;h2 id="how-this-was-checked">How this was checked&lt;/h2>
&lt;p>The capacity table uses exact byte counts from the Hugging Face repository API for the bartowski Llama-3.3-70B-Instruct-GGUF repo, not rounded parameter math. &lt;code>Llama-3.3-70B-Instruct-Q4_K_M.gguf&lt;/code> is 42,520,398,816 bytes.&lt;/p>
&lt;p>The 70B speed figures are Hardware Corner&amp;rsquo;s, published March 2026 and captured with llama.cpp&amp;rsquo;s &lt;code>llama-bench&lt;/code> on Ubuntu 24.04 with CUDA 12.8 at 4-bit. I did not benchmark a 70B model.&lt;/p>
&lt;p>The 16GB figures are mine: a retail ASUS ROG Astral RTX 5080 OC under Ollama at temperature 0, three fresh-prefill runs per cell for throughput, and board power sampled at 1Hz over the same generations for the efficiency figures. Both raw CSVs are published CC BY 4.0 at &lt;a href="https://techfuelhq.com/data/rtx-5080-llm-throughput/">/data/rtx-5080-llm-throughput/&lt;/a> and &lt;a href="https://techfuelhq.com/data/rtx-5080-llm-power-efficiency/">/data/rtx-5080-llm-power-efficiency/&lt;/a>.&lt;/p>
&lt;p>Card memory and power ratings come from NVIDIA&amp;rsquo;s own specification pages. The kilowatt-hours and dollars per million tokens are arithmetic dividing a rated wattage into a measured token rate at the June 2026 EIA residential average of $0.1834/kWh; the 70B rows are ceilings because a rated maximum is not a measured draw.&lt;/p>
&lt;p>Prices are the lowest in-stock USD offer per exact model from the August 17 Newegg feed. Every used-card figure on this page is Hardware Corner&amp;rsquo;s stated market value, named as theirs where it appears.&lt;/p>
&lt;p>This page gets re-checked when a new 48GB-class card ships or a major 70B release changes the file size.&lt;/p></description></item><item><title>Minisforum MS-01: Reviewed as a 24/7 Hypervisor Node</title><link>https://techfuelhq.com/homelab/ms-01-as-a-homelab-node/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/ms-01-as-a-homelab-node/</guid><description>&lt;p>Most mini PC reviews measure the machine on a desk. The question worth asking about this one is different: what it does when nobody logs into it locally, when its job is to hold VMs up around the clock, and when the thing plugged into the back of it is a DAC rather than a monitor.&lt;/p>
&lt;p>Judged that way, the MS-01 is still the node I&amp;rsquo;d buy. The reason is the four network ports, and almost everything else on this page is a cost you accept to get them.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="four-network-ports-is-the-whole-argument">Four network ports is the whole argument&lt;/h2>
&lt;p>Minisforum publishes &lt;strong>two 10Gbps SFP+ ports and two 2.5Gbps RJ45 ports&lt;/strong>, a &amp;ldquo;PCIe 4.0 x16 slot (Half-height, single-slot, supports up to PCIe 4.0 x8 speed)&amp;rdquo;, three M.2 2280 NVMe slots and a 64GB DDR5 ceiling (&lt;a href="https://au.minisforum.com/products/minisforum-ms-01" rel="noopener">MINISFORUM specification&lt;/a>). Edy Werder identifies the SFP+ pair as Intel X710 and the 2.5GbE pair as Intel I225 in his &lt;a href="https://edywerder.ch/minisforum-ms-01-review/" rel="noopener">Proxmox review&lt;/a>.&lt;/p>
&lt;p>On a desktop that is a spec-sheet flex. On a hypervisor it changes the architecture:&lt;/p>
&lt;ul>
&lt;li>Management gets its own port, so a broken bridge on the VM network does not lock you out of the box.&lt;/li>
&lt;li>Storage gets the 10G pair, separate from everything else moving over the 2.5GbE side.&lt;/li>
&lt;li>A firewall VM gets real WAN and LAN interfaces instead of a USB adapter, which is the limitation that ends most single-port mini PC builds.&lt;/li>
&lt;/ul>
&lt;p>That is four physical interfaces to assign, in a chassis you can put on a shelf. The &lt;a href="https://techfuelhq.com/homelab/best-mini-pcs-homelab-2026/">mini PC roundup&lt;/a> covers the rest of the field on price and cores; this page is about what happens when the box has to stay up.&lt;/p>
&lt;p>&lt;strong>One correction to the story people tell about this machine.&lt;/strong> The MS-01 was the only box at this size doing four ports, and it is not any more. Minisforum&amp;rsquo;s own MS-A2 lists the same count — &amp;ldquo;10G SFP+(Intel X710) x 2&amp;rdquo; plus two 2.5Gb RJ45 on an Intel I226-V and a Realtek RTL8125 — and it is not automatically the pricier machine. MS-A2 barebones ran &lt;strong>$439 for the Ryzen 7 7745HX and $799 for the Ryzen 9 9955HX&lt;/strong>, against &lt;strong>$679&lt;/strong> for the MS-01&amp;rsquo;s i9-13900H barebone (&lt;a href="https://store.minisforum.com/products/minisforum-ms-a2" rel="noopener">MS-A2 listing&lt;/a>, &lt;a href="https://store.minisforum.com/products/minisforum-ms-01" rel="noopener">MS-01 listing&lt;/a>, both read September 7, 2026). The MS-01 is still my pick. At new-unit pricing it is a closer call than it was a year ago.&lt;/p>
&lt;h2 id="idle-is-higher-than-people-expect-and-the-published-numbers-disagree">Idle is higher than people expect, and the published numbers disagree&lt;/h2>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Source&lt;/th>
&lt;th scope="col">Configuration&lt;/th>
&lt;th scope="col" style="text-align: right">Idle&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;a href="https://www.servethehome.com/minisforum-ms-01-review-the-10gbe-with-pcie-slot-mini-pc-intel/5/" rel="noopener">ServeTheHome&lt;/a>&lt;/td>
&lt;td>their test system&lt;/td>
&lt;td style="text-align: right">&lt;strong>25–29W&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://scottstuff.net/posts/2025/01/08/minisforum-ms01-power/" rel="noopener">scottstuff.net&lt;/a>&lt;/td>
&lt;td>i5-12600H, Ubuntu 24.04, no add-in card&lt;/td>
&lt;td style="text-align: right">&lt;strong>13.2W&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://scottstuff.net/posts/2025/01/08/minisforum-ms01-power/" rel="noopener">scottstuff.net&lt;/a>&lt;/td>
&lt;td>i9-13900H, Ubuntu 24.04, no add-in card&lt;/td>
&lt;td style="text-align: right">&lt;strong>14.4W&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://scottstuff.net/posts/2025/01/08/minisforum-ms01-power/" rel="noopener">scottstuff.net&lt;/a>&lt;/td>
&lt;td>same two machines, Mellanox ConnectX-5 fitted&lt;/td>
&lt;td style="text-align: right">&lt;strong>32.1W / 27.1W&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://edywerder.ch/minisforum-ms-01-review/" rel="noopener">Edy Werder&lt;/a>&lt;/td>
&lt;td>Proxmox, stock CPU governor&lt;/td>
&lt;td style="text-align: right">&lt;strong>~53W at the wall&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;a href="https://edywerder.ch/minisforum-ms-01-review/" rel="noopener">Edy Werder&lt;/a>&lt;/td>
&lt;td>Proxmox, governor changed&lt;/td>
&lt;td style="text-align: right">&lt;strong>~28W at the wall&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Nobody in that table is wrong. Thirteen watts and twenty-nine watts are the same computer with a different operating system, a different card in the slot and a different governor. Idle draw on this machine depends far more on the OS, the NIC and the tuning than it does on the model number, which is why the question &amp;ldquo;what does an MS-01 idle at&amp;rdquo; has no answer worth quoting.&lt;/p>
&lt;p>What survives across all of it: &lt;strong>idle is higher than people expect from something this size.&lt;/strong> If low idle is your actual goal, buy an N100 box. Those sit at &lt;a href="https://techfuelhq.com/homelab/best-mini-pc-home-assistant-2026/">7 to 14 watts&lt;/a>, and the &lt;a href="https://techfuelhq.com/homelab/24-7-homelab-idle-power-costs-2026/">24/7 power cost page&lt;/a> turns the difference into a yearly bill. The MS-01&amp;rsquo;s floor is what four network controllers cost you.&lt;/p>
&lt;h2 id="the-card-you-put-in-the-slot-changes-the-machine">The card you put in the slot changes the machine&lt;/h2>
&lt;p>scottstuff.net measured the same two machines with and without a Mellanox ConnectX-5. The card moved the i5-12600H from &lt;strong>13.2W to 32.1W&lt;/strong> and the i9-13900H from &lt;strong>14.4W to 27.1W&lt;/strong>.&lt;/p>
&lt;p>That is thirteen to nineteen watts of continuous heat added to a chassis with no spare room, in a bay Minisforum specifies as half-height and single-slot, so the card has no fan of its own. The chassis could not carry it: Scott Laird had to run &amp;ldquo;a very hefty AC muffin fan&amp;rdquo; through the machines to stop the NICs overheating and shutting down near 115 °C, and that external fan&amp;rsquo;s draw is not in the figures above. A hot add-in NIC in that slot changes the machine&amp;rsquo;s entire power and thermal profile, not just its power figure.&lt;/p>
&lt;p>&lt;strong>Plan the airflow before you buy the card.&lt;/strong> After it arrives is too late to find out the slot was the wrong place for it.&lt;/p>
&lt;h2 id="the-fan-is-louder-under-a-hypervisor-than-under-windows">The fan is louder under a hypervisor than under Windows&lt;/h2>
&lt;p>This is the thing nobody warns you about, and it is the difference between a machine you keep in the office and one you move to a closet.&lt;/p>
&lt;p>The stock curve is aggressive and it does not know the difference between a burst and a workload. A hypervisor hands it bursts constantly — a backup kicking off, a VM booting, a scrub starting — and it answers every one of them as though a sustained load had begun. Under Windows the same hardware sounds like a different machine.&lt;/p>
&lt;p>It is not quiet to begin with. ServeTheHome measured &lt;strong>37–38 dBA at idle against a 34.5 dBA noise floor&lt;/strong>, rising into the &lt;strong>44 dBA range&lt;/strong> under load.&lt;/p>
&lt;p>The fix is usually upstream of the fan. Edy Werder logged an &lt;strong>82–88 °C baseline across thirty days&lt;/strong> on Proxmox, found the cause in the CPU governor rather than the chassis, and saw &lt;strong>57–58 °C&lt;/strong> afterwards. The fan was doing its job. The governor was giving it a reason.&lt;/p>
&lt;h2 id="the-sfp-side-runs-hot">The SFP+ side runs hot&lt;/h2>
&lt;p>Two 10G controllers and their cages sit inside a box with nothing to spare. If this machine is throttling and you are looking for the cause, &lt;strong>start at the SFP+ end&lt;/strong>, not at the CPU.&lt;/p>
&lt;p>Optics make it worse than direct-attach copper. In scottstuff.net&amp;rsquo;s pair one machine ran fibre and the other DAC, and Scott Laird notes the fibre &amp;ldquo;should have added about 6W to the total&amp;rdquo; across the two. That is dissipated in the transceiver cage rather than spread across the board.&lt;/p>
&lt;h2 id="the-bios-is-thin">The BIOS is thin&lt;/h2>
&lt;p>Expect to update it, and expect to touch power limits.&lt;/p>
&lt;p>Two entries from the release history are enough to explain why. BIOS v1.26 added &lt;strong>&amp;ldquo;C-State is supported&amp;rdquo;&lt;/strong> along with a microcode update; v1.27 added &lt;strong>Turbo Ratio Limit options&lt;/strong> and adjusted power limits per processor (&lt;a href="https://www.virtualizationhowto.com/2024/09/how-to-upgrade-the-minisforum-ms-01-bios/" rel="noopener">VirtualizationHowto&amp;rsquo;s update walkthrough&lt;/a>, files on the &lt;a href="https://support.minisforum.com/pages/product-info?lang=en" rel="noopener">MINISFORUM support page&lt;/a>).&lt;/p>
&lt;p>Read that next to the idle table. C-states are the mechanism that decides whether a 24/7 node sits at thirteen watts or twenty-nine, and support for them arrived in a firmware update. If you bought early and never flashed, the machine cannot reach the low numbers other people are publishing.&lt;/p>
&lt;p>Flash it on mains power you control. VirtualizationHowto&amp;rsquo;s warning is the right one: losing power mid-flash can brick it.&lt;/p>
&lt;h2 id="buy-it-refurbished">Buy it refurbished&lt;/h2>
&lt;p>&lt;strong>Minisforum sells the MS-01 refurbished itself, and that is where I&amp;rsquo;d buy one.&lt;/strong>&lt;/p>
&lt;p>On September 7, 2026 the refurbished store listed the &lt;strong>i9-13900H barebone at $537&lt;/strong>, against a $799 compare-at price, with a stated one-year warranty and no stand in the box (&lt;a href="https://refurbished.minisforum.com/products/minisforum-ms-01-work-station-refurbished" rel="noopener">Refurbished MINISFORUM&lt;/a>). The same barebone new, on the main store, was &lt;strong>$679&lt;/strong> that day. Both are barebone — no RAM, no storage, either way.&lt;/p>
&lt;p>Read the stock before you plan around it. The configured refurbished units that day — 32GB with a 512GB SSD at $619, 64GB with 1TB at $769 — were all out of stock. The barebone was the only i9-13900H refurbished option available.&lt;/p>
&lt;p>A $142 gap on an identical barebone is the recommendation. At that price, four ports, a PCIe slot and three M.2 slots is a straightforward yes. At $679 new I&amp;rsquo;d think harder, because that sits above an MS-A2 barebone with the same port count — and ServeTheHome&amp;rsquo;s MS-A2 numbers do not rescue you on the two complaints above either, at &lt;strong>25W idle&lt;/strong>, &lt;strong>39 dBA idle&lt;/strong> and &lt;strong>50 dBA under load&lt;/strong> (&lt;a href="https://www.servethehome.com/minisforum-ms-a2-review-an-almost-perfect-amd-ryzen-intel-10gbe-homelab-system/4/" rel="noopener">MS-A2 review&lt;/a>).&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Dminisforum%20ms-01"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="search">Search Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Minisforum&amp;#43;MS-01&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices move and refurbished stock comes and goes. Check both stores before you order.&lt;/p>
&lt;h2 id="who-should-not-buy-one">Who should not buy one&lt;/h2>
&lt;p>&lt;strong>If you need ECC memory and IPMI, this is the wrong machine.&lt;/strong> It has neither, and no BIOS update adds them. That tradeoff is the whole subject of the &lt;a href="https://techfuelhq.com/homelab/used-enterprise-vs-mini-pc-homelab-2026/">used enterprise versus mini PC comparison&lt;/a>.&lt;/p>
&lt;p>&lt;strong>If you want silence on a desk, buy something else.&lt;/strong> 37–38 dBA at idle on a 34.5 dBA floor is not a desk machine, and a hypervisor makes it worse rather than better.&lt;/p>
&lt;p>&lt;strong>If you are chasing genuinely low idle, buy an N100 box.&lt;/strong> Nothing on this page gets an MS-01 into single digits, and four network controllers are the reason.&lt;/p>
&lt;p>&lt;strong>If you are dropping a hot card in the slot, solve airflow first.&lt;/strong> Nineteen watts of extra heat in a half-height bay with no fan of its own is a decision, not a detail.&lt;/p>
&lt;p>Everyone else: the four ports are worth it, and refurbished is the price at which they are clearly worth it.&lt;/p></description></item><item><title>NAS Software at Month Eight: DSM, UGOS Pro, TOS, QTS</title><link>https://techfuelhq.com/homelab/nas-os-month-eight-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/nas-os-month-eight-2026/</guid><description>&lt;p>The first month goes well on all of them. Drives spin up, shares mount, the phone app finds the photos, the transfer speed matches the box. Every NAS sold today clears that bar.&lt;/p>
&lt;p>Month eight is the test. By then the hardware is a thing humming in a closet and what you are actually touching is the software — the backup scheduler, the container manager, the app you turned out to need six months after you bought the thing. &lt;strong>Good hardware carries the first month. What is left at month eight is the software&lt;/strong>, and that is where these four separate. It is also where almost nobody reviews them.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see the &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-drive-policy-got-walked-back-the-transcoding-did-not">The drive policy got walked back. The transcoding did not.&lt;/h2>
&lt;p>Synology&amp;rsquo;s verified-drive requirement on the 2025 Plus line is why I stopped recommending them for most of last year. Not because I could not work around it. Because it told me where the product was heading.&lt;/p>
&lt;p>Then they reversed it. Synology&amp;rsquo;s &lt;a href="https://www.synology.com/en-us/company/news/article/dsm73" rel="noopener">DSM 7.3 announcement&lt;/a> of October 8, 2025 says that &amp;ldquo;25 model year DiskStation Plus, Value, and J series running DSM 7.3 will support the installation and storage pool creation of non-validated third-party drives.&amp;rdquo; One carve-out survives in the same announcement: &amp;ldquo;Creation of M.2 based storage pool and cache still requires drives on the HCL.&amp;rdquo; Fill the bays with whatever you want — the &lt;a href="https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/">drive-level maths&lt;/a> is unchanged now that the policy is gone — and you still need a Synology-listed NVMe to build a cache.&lt;/p>
&lt;p>That reversal did not bring me back on its own. Synology-branded drives cost real money over the equivalent Exos and I was never able to identify what the premium bought — but the drives were the symptom, not the thing.&lt;/p>
&lt;p>The thing that bothers me more is the one that did not get walked back, and almost nobody talks about it.&lt;/p>
&lt;p>&lt;strong>The DS425+ ships an Intel Celeron J4125.&lt;/strong> Intel&amp;rsquo;s own &lt;a href="https://www.intel.com/content/www/us/en/products/sku/197305/intel-celeron-processor-j4125-4m-cache-up-to-2-70-ghz/specifications.html" rel="noopener">specification page for that chip&lt;/a> lists UHD Graphics 600 and, on its own row, &amp;ldquo;Intel Quick Sync Video: Yes.&amp;rdquo; &lt;a href="https://www.synology.com/en-us/products/DS425&amp;#43;" rel="noopener">Synology&amp;rsquo;s spec sheet for the DS425+&lt;/a> lists the same J4125 and no video-transcoding section at all. The silicon is in the box and the driver is not. XDA&amp;rsquo;s Rich Edmonds &lt;a href="https://www.xda-developers.com/brought-back-hardware-transcoding-on-my-synology-nas/" rel="noopener">walked through putting the removed drivers back by hand&lt;/a> on October 21, 2025, using a community script that covers the DS925, DS425 and DS225 — which tells you the capability is sitting there.&lt;/p>
&lt;p>&lt;strong>The DS925+ makes it structural.&lt;/strong> &lt;a href="https://www.synology.com/en-us/products/DS925&amp;#43;" rel="noopener">Synology&amp;rsquo;s own spec sheet&lt;/a> gives it an AMD Ryzen V1500B and, again, no transcoding section. That part ships without integrated graphics at all — worth saying plainly, because the XDA piece describes the DS925 as having an iGPU it is not allowed to use, and on this model the silicon is simply absent. One chip cannot do the work. The other can and is not permitted to. A drive policy reverses in a point release. This one is the roadmap.&lt;/p>
&lt;p>If transcoding is the reason you are buying, the &lt;a href="https://techfuelhq.com/homelab/best-nas-for-plex-jellyfin-2026/">NAS transcoding guide&lt;/a> sorts the current field by that spec alone.&lt;/p>
&lt;h2 id="check-the-manufacturers-spec-sheet-not-the-retailers">Check the manufacturer&amp;rsquo;s spec sheet, not the retailer&amp;rsquo;s&lt;/h2>
&lt;p>Worth thirty seconds before you order. Newegg&amp;rsquo;s listing for this box carries the full product name &amp;ldquo;Synology 4-bay DiskStation DS925+ - 4GB DDR4 ECC SODIMM Intel Celeron J4125 Processor Diskless System,&amp;rdquo; and the same J4125 turns up again in its specification table. Synology says AMD Ryzen V1500B for the same model. The word &amp;ldquo;Ryzen&amp;rdquo; does not appear on the retailer page.&lt;/p>
&lt;p>Buy on the Intel line in that listing and you are expecting a Quick Sync engine that the machine does not have. This is not a Synology-specific hazard, but it lands hardest here, because the Intel chip named in that row is exactly the one people buy these for.&lt;/p>
&lt;h2 id="the-four-boxes-as-sold">The four boxes, as sold&lt;/h2>
&lt;p>Four-bay, diskless, opened on Newegg September 7:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Box&lt;/th>
&lt;th scope="col">CPU&lt;/th>
&lt;th scope="col">Memory&lt;/th>
&lt;th scope="col">Fastest port&lt;/th>
&lt;th scope="col">Hardware transcode&lt;/th>
&lt;th scope="col">OS&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Synology DS925+&lt;/strong>&lt;/td>
&lt;td>AMD Ryzen V1500B&lt;/td>
&lt;td>4GB DDR4 ECC&lt;/td>
&lt;td>2.5GbE ×2&lt;/td>
&lt;td>none&lt;/td>
&lt;td>DSM 7.3&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>UGREEN NASync DXP4800 Plus&lt;/strong>&lt;/td>
&lt;td>Intel Pentium Gold 8505&lt;/td>
&lt;td>8GB DDR5, to 64GB&lt;/td>
&lt;td>10GbE&lt;/td>
&lt;td>Quick Sync&lt;/td>
&lt;td>UGOS Pro&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>TerraMaster F4-424 Pro&lt;/strong>&lt;/td>
&lt;td>Intel Core i3-N305&lt;/td>
&lt;td>32GB DDR5, one slot&lt;/td>
&lt;td>2.5GbE ×2&lt;/td>
&lt;td>Intel UHD&lt;/td>
&lt;td>TOS&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>QNAP TS-464&lt;/strong>&lt;/td>
&lt;td>Intel Celeron N5095&lt;/td>
&lt;td>8GB DDR4, to 16GB&lt;/td>
&lt;td>2.5GbE ×2&lt;/td>
&lt;td>Intel UHD&lt;/td>
&lt;td>QTS 5 / QuTS hero&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Prices the same day: &lt;strong>$889.99&lt;/strong> for the DS925+, &lt;strong>$656.99&lt;/strong> for the UGREEN, &lt;strong>$859.99&lt;/strong> for the F4-424 Pro sold by TerraMaster&amp;rsquo;s own Newegg storefront. The TS-464 page carried offers from $379.99 to $742.21 depending on the seller, which is its own reason to read the seller name before the price.&lt;/p>
&lt;p>Maker&amp;rsquo;s sheets for the specs: &lt;a href="https://ai.ugreen.com/pages/operating-system" rel="noopener">UGREEN&amp;rsquo;s&lt;/a> for the OS features, &lt;a href="https://www.terra-master.com/pages/f4-424-pro-specification" rel="noopener">TerraMaster&amp;rsquo;s&lt;/a> for the F4-424 Pro, &lt;a href="https://www.qnap.com/en-us/product/ts-464" rel="noopener">QNAP&amp;rsquo;s&lt;/a> for the TS-464.&lt;/p>
&lt;h2 id="ugreen-sells-the-hardware-synology-stopped-selling">UGREEN sells the hardware Synology stopped selling&lt;/h2>
&lt;p>$656.99 against $889.99. For $233 less, the UGREEN has 10GbE where the Synology has 2.5GbE, DDR5 where the Synology has DDR4, headroom to 64GB where the Synology ships 4GB, and a &lt;a href="https://www.intel.com/content/www/us/en/products/sku/226265/intel-pentium-gold-8505-processor-8m-cache-up-to-4-40-ghz/specifications.html" rel="noopener">Pentium Gold 8505&lt;/a> — a 2022 Intel part with UHD graphics and Quick Sync listed on Intel&amp;rsquo;s own page — where the Synology has an embedded chip with no video path at all.&lt;/p>
&lt;p>That is the whole UGREEN pitch and every line of it is true. It is also the trap, because every line of it is a month-one comparison.&lt;/p>
&lt;h2 id="ugos-pro-is-not-finished">UGOS Pro is not finished&lt;/h2>
&lt;p>The app catalogue runs out fast. UGREEN&amp;rsquo;s own OS page leads with Docker (&amp;ldquo;Deploy containerized apps for media, automation, development, and self-hosted services&amp;rdquo;) and a virtual-machine app (&amp;ldquo;Run virtual machines on your NAS to test operating systems, host services, or build separate work environments without extra hardware&amp;rdquo;), and those two carry more weight on UGOS Pro than they do on DSM, because anything past the basics ends up in a container you assemble yourself.&lt;/p>
&lt;p>If you were going to write compose files anyway, that is a feature and the price gap is free money. If you bought an appliance specifically so you would not have to, it is the thing you discover in month three and are still living with in month eight.&lt;/p>
&lt;p>That is not a prediction about UGREEN&amp;rsquo;s future. Software ecosystems fill in. It is a statement about what you get if you order one this week.&lt;/p>
&lt;h2 id="terramaster-on-sale-not-at-list">TerraMaster: on sale, not at list&lt;/h2>
&lt;p>TOS sits in the same place as UGOS Pro and arrives less polished, with a smaller ecosystem around it. The HDMI port gets sold as a differentiator — TerraMaster&amp;rsquo;s spec sheet lists one HDMI 2.0b output — and what it gives you is a console. I have not found anything else to do with it.&lt;/p>
&lt;p>At $859.99 the F4-424 Pro is $203 more than the UGREEN and spends the difference on a second 2.5GbE port instead of a 10GbE one. It does ship 32GB of DDR5, more than anything else on this page, in a single non-upgradable slot, which is a real advantage if you are running containers and a dead end if you later want more.&lt;/p>
&lt;p>&lt;strong>I would buy this on sale. I would not buy it at list.&lt;/strong>&lt;/p>
&lt;h2 id="qnap-the-interface-was-never-the-problem">QNAP: the interface was never the problem&lt;/h2>
&lt;p>QTS is fine. It has been fine for years, and QuTS hero gives you ZFS if you want it — the &lt;a href="https://techfuelhq.com/storage/unraid-vs-truenas-vs-omv-vs-proxmox-2026/">storage backend comparison&lt;/a> covers what that buys you.&lt;/p>
&lt;p>The exposure history is the problem. QNAP&amp;rsquo;s own &lt;a href="https://www.qnap.com/en-us/security-advisory/qsa-22-24" rel="noopener">DeadBolt advisory&lt;/a> tells owners to &amp;ldquo;Disable the port forwarding function on the router&amp;rdquo; and to set up myQNAPcloud &amp;ldquo;to enable secure remote access and prevent exposure to the internet.&amp;rdquo; The company still runs a standing &lt;a href="https://www.qnap.com/en-us/security-advisories" rel="noopener">product-security advisory feed&lt;/a>, which is the correct thing to do and also the thing you are signing up to follow.&lt;/p>
&lt;p>I would not put a QNAP on the public internet. I would not put anything else there either — that half is not a QNAP rule. But this is the box where the history makes it impossible to wave off, and QNAP is wrong for you if you will not keep firmware current.&lt;/p>
&lt;h2 id="what-nobody-can-tell-you-yet">What nobody can tell you yet&lt;/h2>
&lt;p>UGREEN and TerraMaster are too new for me to tell you anything about multi-year reliability. Neither can anyone else. Synology and QNAP have a decade of field behaviour behind them; the other two do not have it yet, and no review published this year has it either.&lt;/p>
&lt;p>That is not a mark against them. It is a thing you are accepting when you buy one, and it should be worth something to you in the price.&lt;/p>
&lt;h2 id="buy-the-synology-unless-you-need-hardware-transcoding">Buy the Synology unless you need hardware transcoding&lt;/h2>
&lt;p>Synology still makes the best NAS operating system, and I say that as someone who spent most of 2025 not recommending them. If the software is what you are still using at month eight, buy for the software.&lt;/p>
&lt;p>&lt;strong>Buy the DS925+&lt;/strong> if hardware transcoding is not in your plans. You are paying $233 over the UGREEN for DSM and a decade of field history, and giving up the 10GbE port to get them. That is the trade, and it is worth making if the software is what you will be living in.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2FN82E16822108847"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Synology&amp;#43;DiskStation&amp;#43;DS925&amp;#43;4&amp;#43;bay&amp;#43;diskless&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>&lt;strong>Buy the UGREEN DXP4800 Plus&lt;/strong> if you need Plex or Jellyfin to transcode, or if you have a 10GbE switch and something fast enough to feed it. You are getting more hardware for less money and accepting an app catalogue that will send you to Docker. Go in knowing that is the trade rather than finding it out in month three.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2FN82E16822995003"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=UGREEN&amp;#43;NASync&amp;#43;DXP4800&amp;#43;Plus&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices move, and two of these pages carry marketplace sellers. Check the price and the seller before you order.&lt;/p>
&lt;h2 id="wrong-for">Wrong for&lt;/h2>
&lt;p>&lt;strong>UGREEN and TerraMaster are wrong&lt;/strong> if you want a finished app ecosystem and no tinkering.&lt;/p>
&lt;p>&lt;strong>A 2025 Synology is wrong&lt;/strong> if you want hardware transcoding — no model in that line does it, driver or silicon — or if you were counting on a third-party NVMe cache, which is the one piece DSM 7.3 did not reopen.&lt;/p>
&lt;p>&lt;strong>QNAP is wrong&lt;/strong> if you will not keep firmware current.&lt;/p>
&lt;p>&lt;strong>All four are wrong&lt;/strong> if what you actually want is a machine you administer yourself. That is a different purchase with a different failure mode, and &lt;a href="https://techfuelhq.com/storage/unraid-vs-truenas-vs-omv-vs-proxmox-2026/">the storage backends&lt;/a> are where it starts.&lt;/p></description></item><item><title>Prebuilt PC Warranties: Read the Panel, Not the Bullet</title><link>https://techfuelhq.com/articles/prebuilt-warranty-reality/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/articles/prebuilt-warranty-reality/</guid><description>&lt;p>Two hundred and eighty-one RTX 5080 and RTX 5090 desktops sit in Newegg&amp;rsquo;s August 17 product feed. Not one of them contains the word &lt;em>warranty&lt;/em> — not in the title, not in either description field.&lt;/p>
&lt;p>&lt;strong>Five of the six pages I opened state a term anyway. The sixth states none at all.&lt;/strong>&lt;/p>
&lt;p>That gap is the whole problem. The machine-readable text behind a listing — the text a price comparison site, a shopping engine, or an AI shopping answer reads — says nothing at all about coverage for this entire category. The coverage lives somewhere else, in a panel on the product page that the feed never carries. And opening that panel does not always settle it: across six listings it did three different things.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-listing-text-does-not-know">The listing text does not know&lt;/h2>
&lt;p>Newegg&amp;rsquo;s August 17 feed carries 13,254 in-stock, USD-priced desktop listings. Search every title and both description fields for a stated warranty duration and 4,216 match. The other 9,038 say nothing.&lt;/p>
&lt;p>That two-thirds silence looks like a finding until you see who the matches belong to:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Brand on the matching rows&lt;/th>
&lt;th scope="col" style="text-align: right">Rows&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Adamant Custom&lt;/td>
&lt;td style="text-align: right">4,157&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>HP&lt;/td>
&lt;td style="text-align: right">45&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>HAJAAN&lt;/td>
&lt;td style="text-align: right">14&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>One builder&amp;rsquo;s description template accounts for 4,157 of the 4,216 matches.&lt;/strong> Strip it out and 59 listings in the whole desktop category state a warranty period in their feed text. Only 47 rows put a term in the title at all. The two description fields are byte-identical on 13,253 of the 13,254 rows, so they are one piece of evidence wearing two hats, not two.&lt;/p>
&lt;p>This is not a census of which builders stand behind their machines. It is a census of which builders happened to type a warranty line into a product description — and almost nobody does.&lt;/p>
&lt;h2 id="what-the-pages-actually-say">What the pages actually say&lt;/h2>
&lt;p>Six listings, opened September 7, 2026. Every period below belongs to the exact item number linked in Sources.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Machine&lt;/th>
&lt;th scope="col">Sold and shipped by&lt;/th>
&lt;th scope="col">Warranty, and where it is stated&lt;/th>
&lt;th scope="col">Refund / replacement&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>ABS Kaze II Ruby (N82E16883360966)&lt;/td>
&lt;td>Newegg&lt;/td>
&lt;td>&lt;strong>Panel:&lt;/strong> 1 year parts, 1 year labor&lt;/td>
&lt;td>15 / 15 days, Newegg&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>STORMCRAFT Phantom&lt;/strong> (N82E16883420046)&lt;/td>
&lt;td>Newegg&lt;/td>
&lt;td>&lt;strong>Panel: 2 years parts, 3 years labor&lt;/strong>&lt;/td>
&lt;td>15 / 15 days, Newegg&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>STORMCRAFT Valkyrie&lt;/strong> (N82E16883420063)&lt;/td>
&lt;td>Newegg&lt;/td>
&lt;td>&lt;strong>Panel: 2 years parts, 3 years labor&lt;/strong>&lt;/td>
&lt;td>15 / 15 days, Newegg&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Andromeda Insights 50 V3 (3D5-006J-00058)&lt;/td>
&lt;td>Newegg&lt;/td>
&lt;td>Bullets only: 2 years parts, lifetime labor and lifetime service, US based. Panel records no period&lt;/td>
&lt;td>15 / 15 days, Newegg&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Skytech Tempest (9SIA1HJM5T7140)&lt;/td>
&lt;td>Skytech&lt;/td>
&lt;td>Bullet only: 1 year parts and labor. Panel says contact the seller&lt;/td>
&lt;td>30 / 30 days, Skytech&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>CLX Horus (9SIABFSKF91483)&lt;/td>
&lt;td>CLX&lt;/td>
&lt;td>Panel says contact the seller. No period stated anywhere on the page&lt;/td>
&lt;td>30 / 60 days, CLX&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Five of those six are among the 281 feed rows that mention no warranty. The sixth is a marketplace item that is not in that snapshot at all.&lt;/p>
&lt;h3 id="three-ways-a-listing-misleads-you">Three ways a listing misleads you&lt;/h3>
&lt;p>&lt;strong>Silence is not absence.&lt;/strong> The ABS listing&amp;rsquo;s feed text has no warranty word in it. Its product page records one year of parts and one year of labor. Any tool that summarizes listings — including a chatbot reading a product feed — will report nothing and be wrong.&lt;/p>
&lt;p>&lt;strong>The longest promise is not always the recorded one.&lt;/strong> Andromeda&amp;rsquo;s bullets promise two years of parts plus lifetime labor and lifetime service from a US-based team. Newegg&amp;rsquo;s Warranty &amp;amp; Returns panel on that same page carries the return windows and no warranty period at all. Both statements are on the page; only one of them is in the retailer&amp;rsquo;s field. If Andromeda&amp;rsquo;s lifetime labor is why you are buying, get it confirmed in email by Andromeda inside the 15 days, while a refund is still on the table.&lt;/p>
&lt;p>&lt;strong>A replacement window is not a refund window.&lt;/strong> CLX gives 30 days for a refund and 60 for a replacement. Read &amp;ldquo;60-day returns&amp;rdquo; off that page and you will spend a month believing you can still get your money back after you cannot.&lt;/p>
&lt;h2 id="who-actually-fixes-it">Who actually fixes it&lt;/h2>
&lt;p>Sold and shipped by Newegg tells you who owns the sale, the shipping and the return window. It does not tell you who repairs the computer. On the STORMCRAFT and ABS pages, the warranty route is a Manufacturer Contact Info block carrying the builder&amp;rsquo;s own support phone and email — STORMCRAFT&amp;rsquo;s is 1-949-226-8899. Newegg records the term. The builder does the work.&lt;/p>
&lt;p>On marketplace listings the split is wider. Newegg&amp;rsquo;s help pages state that on a marketplace product page the return policy shown is the seller&amp;rsquo;s policy rather than Newegg&amp;rsquo;s, and that each marketplace seller sets its own terms on its profile. You can still start the return from your Newegg order history, and Newegg says that route works the same way it does for any other order. Starting a return through Newegg&amp;rsquo;s interface is not the same as buying under Newegg&amp;rsquo;s terms.&lt;/p>
&lt;p>Then there is the handoff. When the return window closes, the return route is gone and the recorded warranty term is what remains. On a Newegg-sold machine that is 15 days, which is not long to find a fault that shows up under load.&lt;/p>
&lt;h2 id="buy-the-stormcraft">Buy the STORMCRAFT&lt;/h2>
&lt;p>&lt;strong>Two years of parts and three years of labor, written into Newegg&amp;rsquo;s own warranty fields, on a machine Newegg sells and ships.&lt;/strong> That is the longest recorded term of the six, and STORMCRAFT carries it at both tiers — the Valkyrie with an RTX 5090, the Phantom with an RTX 5080.&lt;/p>
&lt;p>The comparison that decides it is the ABS Kaze II Ruby. Same retailer, same 15-day window, one year of parts and one year of labor. Our &lt;a href="https://techfuelhq.com/articles/best-rtx-5080-prebuilt-gaming-pc-2026/">RTX 5080 survey&lt;/a> found the Phantom and the ABS level on price on September 1, which makes the coverage the entire difference between them. The &lt;a href="https://techfuelhq.com/articles/best-rtx-5090-prebuilt-gaming-pc-2026/">RTX 5090 survey&lt;/a> reaches the same pick from the hardware side.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.4458318168606803486194287&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fstormcraft-valkyrie-va980xdcc-gaming-pc-ryzen-7-9800x3d-rtx-5090-32gb-2tb-geforce-rtx-5090-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-ssd-gen-4-0-ssd-va980xdcc-590n1%2Fp%2FN82E16883420063%3Fitem%3DN82E16883420063"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=RTX&amp;#43;5090&amp;#43;9800X3D&amp;#43;prebuilt&amp;#43;gaming&amp;#43;PC&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Two things would change the pick.&lt;/p>
&lt;p>&lt;strong>You want longer than 15 days to test it.&lt;/strong> Skytech and CLX both give 30. That is a genuine trade — a longer window to find a fault in exchange for a warranty term the retailer never records — and it is only worth taking if you will actually stress the machine in weeks three and four rather than let it sit.&lt;/p>
&lt;p>&lt;strong>The hardware wins on its own.&lt;/strong> Nothing here says buy a worse computer for a better warranty. It says that when two machines are close, the recorded term is a real difference and the bullet is not one.&lt;/p>
&lt;p>What would not change the pick: the CLX listing on warranty grounds. It states no period anywhere, which is not a short warranty — it is no published warranty.&lt;/p>
&lt;h2 id="two-questions-to-get-answered-in-writing">Two questions to get answered in writing&lt;/h2>
&lt;p>&lt;strong>What happens in year three.&lt;/strong> STORMCRAFT&amp;rsquo;s parts coverage ends a year before its labor coverage does. Ask what a failed component costs you between month 25 and month 36, because a labor-only year covers the technician and not the part.&lt;/p>
&lt;p>&lt;strong>Who pays shipping.&lt;/strong> None of these six pages says who ships a tower back for warranty work, or who pays for it. On a heavy glass-sided case that is not a small question.&lt;/p>
&lt;p>Ask both before the return window closes, while sending the machine back is still an option.&lt;/p>
&lt;h2 id="how-this-was-checked">How this was checked&lt;/h2>
&lt;p>The census reads Newegg&amp;rsquo;s Rakuten product feed deposited August 17, 2026, retaining rows in the Desktop Computers category marked in-stock, priced in USD, with a positive price: 13,254 listings, one per SKU. Title and both description fields are searched separately for a warranty duration phrase, then combined once per row so a duplicated description cannot count twice.&lt;/p>
&lt;p>Detection is lexical, and a phrasing the pattern does not recognize reads as silence. A machine reading that feed sees the same silence, which is exactly why the feed is the wrong place to look for coverage.&lt;/p>
&lt;p>The six product pages and both Newegg policy pages were opened September 7, 2026, and the terms above are what those pages state. No warranty claim was submitted and no repair was timed, so this ranks what a buyer can verify before paying, not how the repair goes afterwards.&lt;/p>
&lt;p>Terms change without notice. Open the Warranty &amp;amp; Returns tab on the exact item number before you pay, and confirm the buy box still names the seller you expect.&lt;/p>
&lt;h2 id="sources-opened-september-7-2026">Sources, opened September 7, 2026&lt;/h2>
&lt;ul>
&lt;li>ABS Kaze II Ruby: &lt;a href="https://www.newegg.com/abs-kaze-ii-ruby-gaming-desktop-pc-geforce-rtx-5080-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-m2-ssd-black/p/N82E16883360966?item=N82E16883360966" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>STORMCRAFT Phantom: &lt;a href="https://www.newegg.com/stormcraft-gaming-desktop-pc-geforce-rtx-5080-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-nvme-ssd-phantom/p/N82E16883420046?item=N82E16883420046" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>STORMCRAFT Valkyrie: &lt;a href="https://www.newegg.com/stormcraft-valkyrie-va980xdcc-gaming-pc-ryzen-7-9800x3d-rtx-5090-32gb-2tb-geforce-rtx-5090-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-ssd-gen-4-0-ssd-va980xdcc-590n1/p/N82E16883420063?item=N82E16883420063" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>Andromeda Insights 50 V3: &lt;a href="https://www.newegg.com/andromeda-insights-ultra-gaming-desktop-pcs-geforce-rtx-5080-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-nvme-ssd-50-vector-black/p/3D5-006J-00058?item=3D5-006J-00058" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>Skytech Tempest: &lt;a href="https://www.newegg.com/skytech-gaming-desktop-pcs-geforce-rtx-5090-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-nvme-ssd-st-tempest-3372-w-al-white/p/3D5-000Z-00471?item=9SIA1HJM5T7140" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>CLX Horus: &lt;a href="https://www.newegg.com/clx-horus-gaming-desktop-pcs-geforce-rtx-5080-intel-core-ultra-9-285k-96gb-ddr5-2tb-nvme-ssd-8tb-hdd-tgmhorrtu5103bm-black/p/3D5-000B-002Z9?item=9SIABFSKF91483" rel="noopener">Newegg listing&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://kb.newegg.com/knowledge-base/finding-an-items-return-policy" rel="noopener">Finding an item&amp;rsquo;s return policy&lt;/a> — Newegg Knowledge Base, updated July 21, 2026&lt;/li>
&lt;li>&lt;a href="https://kb.newegg.com/knowledge-base/how-to-return-a-marketplace-item" rel="noopener">Marketplace: returns and contacting sellers&lt;/a> — Newegg Knowledge Base, updated July 21, 2026&lt;/li>
&lt;li>Feed counts: Newegg product feed via Rakuten (MID 44583), deposit dated August 17, 2026, SHA-256 &lt;code>c86e341bb7026259f9d5f63db51752e257911d1f45fd494ac1def94893768ae6&lt;/code>&lt;/li>
&lt;/ul></description></item><item><title>RTX 5090 Prebuilt Power Disclosure: 82 Listings Audited</title><link>https://techfuelhq.com/data/rtx-5090-prebuilt-power-disclosure/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/data/rtx-5090-prebuilt-power-disclosure/</guid><description>&lt;p>Twelve RTX 5090 prebuilts were surveyed for &lt;a href="https://techfuelhq.com/articles/best-rtx-5090-prebuilt-gaming-pc-2026/">the September buying guide&lt;/a>, and one thing about them would not go away: not one said which cable fed the card. Twelve listings is an observation. It is not a finding.&lt;/p>
&lt;p>So this page checks all of them.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em> Eighty-two in-stock RTX 5090 systems, $5,300 to $22,090, from Newegg&amp;rsquo;s August 17, 2026 product feed. The result is more specific than the original observation, and in one respect it is the opposite of what &amp;ldquo;power supply problem&amp;rdquo; usually means.&lt;/p>
&lt;h2 id="the-wattage-is-fine-that-is-the-surprise">The wattage is fine. That is the surprise.&lt;/h2>
&lt;p>Seventy-five of the 82 listings state a power-supply wattage. &lt;strong>Every single one of those 75 meets or exceeds the 1000W system power NVIDIA specifies for the RTX 5090.&lt;/strong> The stated figures run 1000W to 1300W, median 1000W. Not one comes in under.&lt;/p>
&lt;p>This is worth saying plainly because the reflex in this category is to assume the builder skimped on the supply. In this sample, on this measure, they did not.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">What the listing states&lt;/th>
&lt;th scope="col" style="text-align: right">Count&lt;/th>
&lt;th scope="col" style="text-align: right">Share&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>A power-supply wattage&lt;/td>
&lt;td style="text-align: right">75 / 82&lt;/td>
&lt;td style="text-align: right">91%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>An efficiency rating (80 Plus, Gold, etc.)&lt;/td>
&lt;td style="text-align: right">17 / 82&lt;/td>
&lt;td style="text-align: right">21%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>An ATX 3.x revision&lt;/td>
&lt;td style="text-align: right">5 / 82&lt;/td>
&lt;td style="text-align: right">6%&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>The cable or connector standard&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>0 / 82&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>0%&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>The disclosure does not taper off. It falls off a cliff, and it falls off exactly where this generation of card has had trouble.&lt;/p>
&lt;h2 id="why-the-cable-is-the-field-that-matters">Why the cable is the field that matters&lt;/h2>
&lt;p>The RTX 5090 draws 575W of total graphics power through a 12V-2x6 connector — the revised 16-pin design introduced with ATX 3.0 and tightened in ATX 3.1. The wattage headline and the connector are different questions, and only one of them is answered on these pages.&lt;/p>
&lt;p>A 1000W supply can be an older unit with an adapter, or a current ATX 3.1 unit with a native 12V-2x6 cable. Both satisfy the number in the specification table. They are not the same purchase. &lt;strong>Six percent of these listings tell you which one you are getting.&lt;/strong>&lt;/p>
&lt;p>That is the finding. Not that these machines are underpowered — they are not — but that the single field most worth knowing at this price is the one field nobody fills in.&lt;/p>
&lt;h2 id="the-other-thing-the-census-found">The other thing the census found&lt;/h2>
&lt;p>Eight of the 82 listings, &lt;strong>priced from $5,783 to $6,989&lt;/strong>, pair the RTX 5090 with a DDR4 platform on the Ryzen 9 5900X. That processor launched in 2020.&lt;/p>
&lt;p>Nothing here is broken and these machines will run games well. But at $6,989 you are buying a 2026 flagship graphics card bolted to a six-year-old memory generation on a socket with no upgrade path left. If you take one habit from this page, take this one: &lt;strong>on a prebuilt, read the memory type before you read the graphics card.&lt;/strong> The GPU is in the title. The platform generation usually is not.&lt;/p>
&lt;h2 id="which-listings-disclosed-the-most">Which listings disclosed the most&lt;/h2>
&lt;p>Seven listings state both an efficiency rating and an ATX 3.x revision, or state a rating alongside a supply of 1200W or more. They are not necessarily the best machines. They are the ones that told you the most before you paid.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Machine&lt;/th>
&lt;th scope="col">Stated supply&lt;/th>
&lt;th scope="col" style="text-align: right">Price (2026-08-17 feed)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Thermaltake LCGS View 9890S-380XL (9800X3D)&lt;/td>
&lt;td>1200W, 80+ Gold, ATX 3.0&lt;/td>
&lt;td style="text-align: right">$6,090.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Skytech Legacy (Ryzen 9 9950X3D)&lt;/td>
&lt;td>1200W, rated, ATX 3.x&lt;/td>
&lt;td style="text-align: right">$6,299.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Skytech Legacy (Ultra 9 285K)&lt;/td>
&lt;td>1200W, rated, ATX 3.x&lt;/td>
&lt;td style="text-align: right">$5,999.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Skytech Legacy (Ryzen 9 9900X3D)&lt;/td>
&lt;td>1000W, rated, ATX 3.x&lt;/td>
&lt;td style="text-align: right">$5,999.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Skytech O11 Vision / King 95 (7800X3D)&lt;/td>
&lt;td>1200W, rated&lt;/td>
&lt;td style="text-align: right">$5,499.99&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.4458313632340155146618509&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fthermaltake-gaming-desktop-pc-geforce-rtx-5090-32gb-gddr7-amd-ryzen-7-9800x3d-64gb-ddr5-2tb-nvme-ssd-1200w-80-gold-atx-3-0-windows-11-home%2Fp%2FN82E16883100115"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Thermaltake&amp;#43;LCGS&amp;#43;View&amp;#43;9890S&amp;#43;RTX&amp;#43;5090&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices and stock are as recorded in the August 17 feed deposit and will have moved. Confirm both on the listing before buying.&lt;/p>
&lt;h2 id="what-to-ask-before-you-pay">What to ask before you pay&lt;/h2>
&lt;p>The listings will not tell you, so ask the seller. Four questions, in order of how much they cost you to get wrong:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Is the power supply ATX 3.0 or ATX 3.1?&lt;/strong> This determines whether it was designed around the 12V-2x6 connector and the transient behaviour of this card class.&lt;/li>
&lt;li>&lt;strong>Is the GPU cable native, or an adapter?&lt;/strong> A native cable from an ATX 3.x supply is the configuration the card was specified against.&lt;/li>
&lt;li>&lt;strong>What is the efficiency rating?&lt;/strong> Four fifths of these listings do not say. At 575W sustained from the card alone, it is not a trivial line.&lt;/li>
&lt;li>&lt;strong>What memory generation is the platform?&lt;/strong> Eight machines here answer this badly and none of them say so in the title.&lt;/li>
&lt;/ol>
&lt;p>If a seller will not answer 1 and 2 in writing, that is information too.&lt;/p>
&lt;h2 id="method-so-you-can-repeat-it">Method, so you can repeat it&lt;/h2>
&lt;p>Every row is from the Newegg product feed supplied through Rakuten Advertising (MID 44583), deposited 2026-08-17.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Selection.&lt;/strong> Product name matches &lt;code>rtx 5090&lt;/code> and a desktop/gaming-PC/workstation term; row is &lt;code>in-stock&lt;/code>; price ≥ $3,000. That yields 82 rows.&lt;/li>
&lt;li>&lt;strong>Field matching.&lt;/strong> The product name and both description fields are concatenated, then matched with fixed patterns: wattage from &lt;code>power supply: NNNNw&lt;/code> or &lt;code>NNNNw psu&lt;/code>; efficiency from &lt;code>80 plus&lt;/code>/&lt;code>gold&lt;/code>/&lt;code>platinum&lt;/code>/&lt;code>bronze&lt;/code>/&lt;code>titanium&lt;/code>; revision from &lt;code>atx 3.0&lt;/code>/&lt;code>atx 3.1&lt;/code>; cable from &lt;code>12vhpwr&lt;/code>/&lt;code>12v-2x6&lt;/code>/&lt;code>16-pin&lt;/code>.&lt;/li>
&lt;li>&lt;strong>Verification.&lt;/strong> One listing was opened live on 2026-09-07 and its specification string matched the feed exactly. Its stock state had changed since the deposit, which is the expected behaviour of a dated snapshot and the reason nothing here is presented as a current quote.&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Open data:&lt;/strong> &lt;a href="https://techfuelhq.com/data/prebuilt-psu-disclosure-2026-08-17.csv">prebuilt-psu-disclosure-2026-08-17.csv&lt;/a> — 82 rows, CC BY 4.0. Columns: &lt;code>sku&lt;/code>, &lt;code>price&lt;/code>, &lt;code>brand&lt;/code>, &lt;code>psu_watts&lt;/code>, &lt;code>efficiency_stated&lt;/code>, &lt;code>atx3_stated&lt;/code>, &lt;code>cable_stated&lt;/code>, &lt;code>ddr4_platform&lt;/code>, &lt;code>name&lt;/code>.&lt;/p>
&lt;h2 id="scope">Scope&lt;/h2>
&lt;p>This is a census of what the listings &lt;strong>say&lt;/strong>, not of what is inside the machines. Several of these
builders may well ship native ATX 3.1 cables — the point is that you cannot tell before you pay, and
at $6,000 you should be able to. Nothing here says any of these systems is unsafe.&lt;/p>
&lt;p>Sizing a supply for a card yourself rather than buying prebuilt? The &lt;a href="https://techfuelhq.com/tools/psu-wattage-calculator/">PSU wattage calculator&lt;/a> estimates draw with headroom, and &lt;a href="https://techfuelhq.com/articles/what-psu-for-rtx-5080-2026/">what PSU an RTX 5080 needs&lt;/a> works the same question one tier down.&lt;/p></description></item><item><title>RTX 5090 Prebuilts: What the $2,400 Premium Buys</title><link>https://techfuelhq.com/articles/rtx-5090-prebuilt-premium-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/articles/rtx-5090-prebuilt-premium-2026/</guid><description>&lt;p>Two towers from the same builder. Same processor, same memory, same drives, same Windows. One has an RTX 5080 in it and one has an RTX 5090.&lt;/p>
&lt;p>&lt;strong>The gap is $2,400, and nothing else in the box changes.&lt;/strong>&lt;/p>
&lt;p>That is worth knowing before you read a spec sheet that describes the more expensive machine as the higher-end system, because in the fields the seller publishes, it is not a higher-end system. It is the same system with a different card.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-matched-pair">The matched pair&lt;/h2>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Published field&lt;/th>
&lt;th scope="col">Horus TGMHORRTU5103BM&lt;/th>
&lt;th scope="col">Horus TGMHORRTZ5108BM&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Graphics&lt;/td>
&lt;td>RTX 5080 16GB&lt;/td>
&lt;td>&lt;strong>RTX 5090 32GB&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Processor&lt;/td>
&lt;td>Core Ultra 9 285K&lt;/td>
&lt;td>Core Ultra 9 285K&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Memory&lt;/td>
&lt;td>96GB DDR5&lt;/td>
&lt;td>96GB DDR5&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>SSD&lt;/td>
&lt;td>2TB NVMe&lt;/td>
&lt;td>2TB NVMe&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Hard drive&lt;/td>
&lt;td>8TB&lt;/td>
&lt;td>8TB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>OS&lt;/td>
&lt;td>Windows 11 Home&lt;/td>
&lt;td>Windows 11 Home&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Power supply&lt;/td>
&lt;td>850W&lt;/td>
&lt;td>1000W&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Price&lt;/strong>&lt;/td>
&lt;td>&lt;span class="claim" data-claim-key="listing.9SIABFSKF91483.price_usd" data-claim-value="4699.99" data-claim-scope="Newegg feed, lowest in-stock offer, US" data-claim-date="2026-08-17">&lt;strong>$4,699.99&lt;/strong>&lt;/span>
&lt;/td>
&lt;td>&lt;span class="claim" data-claim-key="listing.9SIABFSKF91481.price_usd" data-claim-value="7099.99" data-claim-scope="Newegg feed, lowest in-stock offer, US" data-claim-date="2026-08-17">&lt;strong>$7,099.99&lt;/strong>&lt;/span>
&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Everything but the card and the supply is identical as published. Both listings were reopened on
September 7 and still matched.&lt;/p>
&lt;h2 id="it-holds-across-the-field">It holds across the field&lt;/h2>
&lt;p>The pair could be a quirk of one builder, so here is the same test run across every RTX 5080 and
5090 desktop in the August feed, grouped by exact processor, memory capacity and SSD description:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Matched configuration&lt;/th>
&lt;th scope="col" style="text-align: right">Listings 5080 / 5090&lt;/th>
&lt;th scope="col" style="text-align: right">Premium&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Ryzen 7 9800X3D · 32GB · 2TB NVMe&lt;/td>
&lt;td style="text-align: right">12 / 1&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="premium.9800x3d.32.2" data-claim-value="2550.00" data-claim-scope="Median 5090 offer minus median 5080 offer, Newegg feed" data-claim-date="2026-08-17">&lt;strong>$2,550&lt;/strong>&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Ryzen 7 9800X3D · 64GB · 4TB NVMe&lt;/td>
&lt;td style="text-align: right">5 / 2&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="premium.9800x3d.64.4" data-claim-value="2050.00" data-claim-scope="Median 5090 offer minus median 5080 offer, Newegg feed" data-claim-date="2026-08-17">&lt;strong>$2,050&lt;/strong>&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Ryzen 9 9950X3D · 64GB · 4TB NVMe&lt;/td>
&lt;td style="text-align: right">1 / 1&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="premium.9950x3d.64.4" data-claim-value="1800.00" data-claim-scope="Median 5090 offer minus median 5080 offer, Newegg feed" data-claim-date="2026-08-17">&lt;strong>$1,800&lt;/strong>&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Core Ultra 9 285K · 96GB · 2TB NVMe&lt;/td>
&lt;td style="text-align: right">2 / 2&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="premium.285k.96.2" data-claim-value="2515.50" data-claim-scope="Median 5090 offer minus median 5080 offer, Newegg feed" data-claim-date="2026-08-17">&lt;strong>$2,515.50&lt;/strong>&lt;/span>
&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>$1,800 to $2,550, every time, for the card alone.&lt;/strong> Some of those groups are small — the row counts
are in the table — so read them as the size of the question to put to a seller, not as a fixed fee.&lt;/p>
&lt;h2 id="buy-the-5080">Buy the 5080&lt;/h2>
&lt;p>Start from the RTX 5080 quote. It is the same computer.&lt;/p>
&lt;p>Move up only if you can name what the card does for you that the 5080 does not — 4K at high refresh,
or a workload that genuinely needs 32GB of VRAM rather than 16GB. Those are real reasons and the
&lt;a href="https://techfuelhq.com/gpu-reviews/rtx-5090-vs-5080-2026/">GPU-level comparison&lt;/a> settles them properly, with benchmarks
this page does not attempt.&lt;/p>
&lt;p>What is not a reason: the more expensive tower being described as the better machine. On the
published fields, it is not.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445833853647189334724623&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fabs-kaze-ii-ruby-gaming-desktop-pc-geforce-rtx-5080-amd-ryzen-7-9800x3d-32gb-ddr5-2tb-m2-ssd-black%2Fp%2FN82E16883360966%3Fitem%3DN82E16883360966"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=RTX&amp;#43;5080&amp;#43;9800X3D&amp;#43;prebuilt&amp;#43;gaming&amp;#43;PC&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;h2 id="two-things-to-get-in-writing">Two things to get in writing&lt;/h2>
&lt;p>&lt;strong>What changes besides the card.&lt;/strong> These listings match on capacity, which is not the same as
matching on component. Ask for the exact motherboard, drive model, cooler and warranty terms on both
machines before you accept that they are otherwise the same box. Worth knowing what you are asking for: of six
prebuilt listings opened in detail, five state a warranty term and
&lt;a href="https://techfuelhq.com/articles/prebuilt-warranty-reality/">one states none at all&lt;/a>.&lt;/p>
&lt;p>&lt;strong>What feeds the card.&lt;/strong> Our &lt;a href="https://techfuelhq.com/data/rtx-5090-prebuilt-power-disclosure/">census of 82 RTX 5090 systems&lt;/a>
found 91% state a supply wattage, 21% state an efficiency rating, 6% state an ATX 3.x revision, and
none names the connector. At $7,000 that is a fair question to make someone answer.&lt;/p>
&lt;p>The &lt;a href="https://techfuelhq.com/articles/best-rtx-5080-prebuilt-gaming-pc-2026/">5080 survey&lt;/a> and
&lt;a href="https://techfuelhq.com/articles/best-rtx-5090-prebuilt-gaming-pc-2026/">5090 survey&lt;/a> carry the per-seller detail. Prices
here are from the August 17 feed and will have moved — check before ordering.&lt;/p></description></item><item><title>Six-Bay NAS Drives: The Rebuild Math at 20TB+</title><link>https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/six-bay-nas-drives-rebuild-2026/</guid><description>&lt;p>Twenty-four terabytes takes the better part of a day to copy at the drive maker&amp;rsquo;s own best-case number. A rebuild is messier than that. And the rebuild is exactly when you find out whether you bought the right layout.&lt;/p>
&lt;p>The &lt;a href="https://techfuelhq.com/homelab/best-nas-hard-drives-2026/">NAS hard drive guide&lt;/a> covers which drives are good. This page answers the next question: &lt;strong>which 20TB-plus drives belong in a six-bay box once rebuild time and failure behaviour are part of the price?&lt;/strong>&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="bigger-is-not-reliably-cheaper-per-terabyte">Bigger is not reliably cheaper per terabyte&lt;/h2>
&lt;p>Nine exact model numbers, lowest in-stock price each, August 2026:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Model&lt;/th>
&lt;th scope="col" style="text-align: right">20TB&lt;/th>
&lt;th scope="col" style="text-align: right">22TB&lt;/th>
&lt;th scope="col" style="text-align: right">24TB&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Seagate Exos&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="exos.20tb.usd" data-claim-value="791.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$791.99 — $39.60/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="exos.22tb.usd" data-claim-value="983.50" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$983.50 — $44.70/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="exos.24tb.usd" data-claim-value="948.00" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$948.00 — $39.50/TB&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>WD Red Pro&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="wdredpro.20tb.usd" data-claim-value="836.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$836.99 — $41.85/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="wdredpro.22tb.usd" data-claim-value="879.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$879.99 — $40.00/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="wdredpro.24tb.usd" data-claim-value="1059.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$1,059.99 — $44.17/TB&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Toshiba MG&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="toshibamg.20tb.usd" data-claim-value="889.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$889.99 — $44.50/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="toshibamg.22tb.usd" data-claim-value="959.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$959.99 — $43.64/TB&lt;/span>
&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="toshibamg.24tb.usd" data-claim-value="1035.00" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$1,035.00 — $43.12/TB&lt;/span>
&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Four of the six capacity steps lower cost per terabyte. Two raise it. &lt;strong>WD Red Pro improves from 20TB to 22TB then gets worse at 24TB. Seagate gets worse at 22TB and recovers at 24TB.&lt;/strong> Toshiba falls at both steps.&lt;/p>
&lt;p>The &amp;ldquo;buy the biggest drive, it&amp;rsquo;s cheaper per TB&amp;rdquo; rule of thumb is wrong often enough to be worth thirty seconds with a calculator. Six drives from this grid runs &lt;strong>$4,752 to $6,360&lt;/strong>, so a step in the wrong direction is real money.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3DST24000NM002H"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="search">Search Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Seagate&amp;#43;Exos&amp;#43;X24&amp;#43;24TB&amp;#43;ST24000NM002H&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Prices move. Check before you buy six of anything.&lt;/p>
&lt;p>Before you order six of anything, know what they sound like: &lt;a href="https://techfuelhq.com/homelab/enterprise-drives-noise-vibration-recertified-2026/">Exos are loud, and the chassis panel is the real noise&lt;/a>.&lt;/p>
&lt;h2 id="the-rebuild-floor">The rebuild floor&lt;/h2>
&lt;p>Take the most generous possible assumption — the drive sustains its rated maximum across the whole platter, the replacement is empty, nothing else is using the NAS — and a full copy still takes this long:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">24TB model&lt;/th>
&lt;th scope="col" style="text-align: right">Rated max&lt;/th>
&lt;th scope="col" style="text-align: right">Full-copy floor&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Seagate Exos X24 ST24000NM002H&lt;/td>
&lt;td style="text-align: right">285 MB/s&lt;/td>
&lt;td style="text-align: right">&lt;strong>23.4 hours&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>WD Red Pro WD241KFGX&lt;/td>
&lt;td style="text-align: right">287 MB/s&lt;/td>
&lt;td style="text-align: right">&lt;strong>23.2 hours&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Toshiba MG11ACA24TE&lt;/td>
&lt;td style="text-align: right">295 MiB/s&lt;/td>
&lt;td style="text-align: right">&lt;strong>21.6 hours&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Rates from the &lt;a href="https://www.seagate.com/content/dam/seagate/assets/support/internal-hard-drive/enterprise-hard-drives/exos-x24/_shared/files/Seagate_EXOS24_CMR_ISE_SED%2810-12-16-20-24TB%29_Rev-C.pdf" rel="noopener">Seagate Exos X24 manual&lt;/a>, the &lt;a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/internal-drives/wd-red-pro-hdd/data-sheet-wd-red-pro-hdd.pdf" rel="noopener">WD Red Pro data sheet&lt;/a>, and the &lt;a href="https://storage.toshiba.com/docs/enterprise-hdd-documents/mg11-product-overview.pdf" rel="noopener">Toshiba MG11 overview&lt;/a>.&lt;/p>
&lt;p>You will not hit those numbers. &lt;a href="https://www.truenas.com/docs/references/draidprimer/" rel="noopener">TrueNAS&amp;rsquo;s dRAID primer&lt;/a> explains why: a traditional RAIDZ resilver reads every surviving disk at once and chases scattered blocks, which turns much of the job into random I/O rather than the clean sequential streaming the spec sheet describes. Add parity work, whatever else the NAS is serving, and how full the pool is.&lt;/p>
&lt;p>Six-wide at 24TB means reading up to 120TB and writing 24TB — 144TB of device traffic through one rebuild. &lt;strong>Plan for a day. The three drives are close enough on paper that none of them buys you a meaningfully shorter window.&lt;/strong>&lt;/p>
&lt;h2 id="the-ure-calculation-is-the-wrong-reason-to-pick-raidz2">The URE calculation is the wrong reason to pick RAIDZ2&lt;/h2>
&lt;p>You will see this argument everywhere, so it is worth dismantling properly.&lt;/p>
&lt;p>All three current 24TB drives are rated around one unrecoverable sector per 10^15 bits. The famous calculation treats that as an independent per-bit probability:&lt;/p>
&lt;pre tabindex="0">&lt;code>P(at least one error) ≈ 1 − exp(−B/q)
&lt;/code>&lt;/pre>&lt;p>Five full 24TB survivors hold 960 trillion bits. At q = 10^15 that returns &lt;strong>61.7%&lt;/strong>. Using the older consumer-grade 10^14 figure returns &lt;strong>99.99%&lt;/strong> — which is where &amp;ldquo;RAID 5 is dead&amp;rdquo; came from.&lt;/p>
&lt;p>The arithmetic is fine. The assumption underneath it is not. A qualification limit is a bound the manufacturer guarantees, not a claim that every bit is an identical coin flip at exactly that rate.&lt;/p>
&lt;p>The field data disagrees with the model directly. Bairavasundaram et al. studied &lt;strong>1.5 million drives over 32 months&lt;/strong> (&lt;a href="https://doi.org/10.1145/1244002.1244017" rel="noopener">FAST/SIGMETRICS, 2007&lt;/a>) and found latent sector errors in 3.45% of nearline drives and 1.46% of enterprise drives — with &lt;strong>strong temporal and spatial clustering, and five of eighteen drive families recording none at all.&lt;/strong> Errors bunch up in particular drives and particular families. They do not sprinkle themselves evenly across your array.&lt;/p>
&lt;p>That study does not prove RAIDZ1 is safe. It proves 61.7% is not a real prediction about your rebuild.&lt;/p>
&lt;p>&lt;strong>So pick redundancy on structure, not on that percentage&lt;/strong> — which lands you in the same place for a better reason.&lt;/p>
&lt;h2 id="what-to-actually-build">What to actually build&lt;/h2>
&lt;p>&lt;a href="https://openzfs.github.io/openzfs-docs/man/master/7/zpoolconcepts.7.html" rel="noopener">OpenZFS&lt;/a> gives RAIDZ1 one device of fault tolerance and RAIDZ2 two. With six 24TB drives:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Layout&lt;/th>
&lt;th scope="col" style="text-align: right">Usable&lt;/th>
&lt;th scope="col">After one failure&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>RAIDZ1&lt;/td>
&lt;td style="text-align: right">120TB&lt;/td>
&lt;td>&lt;strong>no margin&lt;/strong> for ~a day&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>RAIDZ2&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>96TB&lt;/strong>&lt;/td>
&lt;td>still protected against a second failure&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>3 × mirrors&lt;/td>
&lt;td style="text-align: right">72TB&lt;/td>
&lt;td>protected — unless it&amp;rsquo;s the other half of that pair&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>Build one six-wide RAIDZ2 vdev.&lt;/strong> You give up 24TB to keep one device of fault tolerance through a copy job whose &lt;em>floor&lt;/em> is already 21 hours. That is the entire argument, and it does not need the disputed percentage to work.&lt;/p>
&lt;p>&lt;strong>Choose three mirrored pairs instead&lt;/strong> if you want faster random I/O, want to expand two drives at a time, and would rather a rebuild read one disk than five. The sharp edge: lose both members of one pair and the pool is gone while four healthy drives watch.&lt;/p>
&lt;p>&lt;strong>Do not build six-wide RAIDZ1 at these capacities&lt;/strong> for anything you cannot restore from somewhere else. It saves one drive and spends every bit of your failure margin during the longest maintenance window the array will ever have.&lt;/p>
&lt;p>The &lt;a href="https://techfuelhq.com/tools/nas-storage-calculator/">NAS capacity calculator&lt;/a> runs the same parity maths for other drive counts and sizes.&lt;/p>
&lt;h2 id="buy-the-exos-x24">Buy the Exos X24&lt;/h2>
&lt;p>&lt;strong>Six Seagate Exos X24 24TB in one RAIDZ2 vdev. $5,688 for 96TB usable.&lt;/strong>&lt;/p>
&lt;p>It is the cheapest 24TB drive in the class at $39.50/TB — $112 a drive under the WD Red Pro, which
is &lt;strong>$672 more across six bays&lt;/strong> for a disk that rebuilds no faster. Exos is also the cheapest option
at 20TB, so if you want a smaller pool the answer does not change: six 20TB Exos at $791.99 is
$4,752 for 80TB usable.&lt;/p>
&lt;p>The rebuild argument does not separate these drives — 23.4 hours against 23.2 and 21.6 is noise once
parity and live traffic are in play. So the money decides, and the money is not close.&lt;/p>
&lt;p>Two things that would change the pick. If your enclosure&amp;rsquo;s compatibility list names Red Pro and not
Exos, follow the list — a supported drive beats a cheaper one. And if you are buying into an
existing pool, match what is already in the bays rather than mixing families.&lt;/p>
&lt;p>RAIDZ2 survives a drive dying. It does not survive you deleting the wrong directory — keep a backup
somewhere else.&lt;/p></description></item><item><title>Size a Frigate NVR by Bitrate, Not Megapixels</title><link>https://techfuelhq.com/homelab/frigate-nvr-sizing-bitrate-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/frigate-nvr-sizing-bitrate-2026/</guid><description>&lt;p>By &lt;a href="https://techfuelhq.com/author/lk-wood-iv/">LK Wood IV&lt;/a> · Published 2026-09-07 · St. Louis County, MO&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;p>Reolink&amp;rsquo;s &lt;a href="https://reolink.com/us/product/rlc-520a/" rel="noopener">RLC-520A&lt;/a> is a 5MP camera. Its &lt;a href="https://reolink.com/us/product/rlc-811a/" rel="noopener">RLC-811A&lt;/a> is 4K — 3840×2160 against the 520A&amp;rsquo;s 2560×1920, about seventy percent more pixels. Reolink&amp;rsquo;s own spec pages give both the same mainstream default: &lt;strong>6144 kbps.&lt;/strong>&lt;/p>
&lt;p>Same default, same file size, same drive. The megapixel number on the box predicts nothing about your storage bill.&lt;/p>
&lt;p>This page is about picking the right input. For which machine to buy once you have the number, see &lt;a href="https://techfuelhq.com/homelab/best-hardware-frigate-nvr-2026/">best hardware for Frigate NVR&lt;/a>.&lt;/p>
&lt;h2 id="frigate-copies-the-stream-so-the-camera-sets-the-size">Frigate copies the stream, so the camera sets the size&lt;/h2>
&lt;p>Frigate&amp;rsquo;s &lt;a href="https://docs.frigate.video/configuration/record/" rel="noopener">recording documentation&lt;/a> states that recordings are &amp;ldquo;written directly from your camera stream without re-encoding.&amp;rdquo; Nothing in Frigate compresses your footage. Whatever bitrate the camera emits is what lands on the disk, byte for byte.&lt;/p>
&lt;p>That collapses the whole storage question to one multiplication. One megabit per second of continuous recording is 86,400 megabits a day, which is &lt;strong>10.8 GB/day&lt;/strong>. Everything else — resolution, frame rate, codec — matters only because it moves the bitrate.&lt;/p>
&lt;p>Here is the Reolink mainstream range, converted:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Mainstream bitrate&lt;/th>
&lt;th scope="col" style="text-align: right">Per camera/day&lt;/th>
&lt;th scope="col" style="text-align: right">4 cameras, 14 days&lt;/th>
&lt;th scope="col" style="text-align: right">4 cameras, 30 days&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>1024 kbps (RLC-520A floor)&lt;/td>
&lt;td style="text-align: right">11.1 GB&lt;/td>
&lt;td style="text-align: right">0.62 TB&lt;/td>
&lt;td style="text-align: right">1.33 TB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>2048 kbps&lt;/td>
&lt;td style="text-align: right">22.1 GB&lt;/td>
&lt;td style="text-align: right">1.24 TB&lt;/td>
&lt;td style="text-align: right">2.65 TB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>4096 kbps&lt;/strong> (RLC-811A floor)&lt;/td>
&lt;td style="text-align: right">&lt;strong>44.2 GB&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.48 TB&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>5.31 TB&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>6144 kbps (both defaults)&lt;/td>
&lt;td style="text-align: right">66.4 GB&lt;/td>
&lt;td style="text-align: right">3.72 TB&lt;/td>
&lt;td style="text-align: right">7.96 TB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>8192 kbps (both ceilings)&lt;/td>
&lt;td style="text-align: right">88.5 GB&lt;/td>
&lt;td style="text-align: right">4.95 TB&lt;/td>
&lt;td style="text-align: right">10.62 TB&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Bitrate ranges from the Reolink &lt;a href="https://reolink.com/us/product/rlc-520a/" rel="noopener">RLC-520A&lt;/a> and &lt;a href="https://reolink.com/us/product/rlc-811a/" rel="noopener">RLC-811A&lt;/a> specification pages, read 2026-09-07. Continuous recording, decimal gigabytes.&lt;/p>
&lt;p>Read the two ends of that column. &lt;strong>The setting inside one camera moves your storage by a factor of eight. The megapixel step between the two cameras moves it by zero.&lt;/strong> You are shopping the wrong variable.&lt;/p>
&lt;p>Reolink&amp;rsquo;s substreams are capped at 512 kbps against the mainstream&amp;rsquo;s 8192 kbps, per its &lt;a href="https://support.reolink.com/hc/en-us/articles/360039324413-What-is-the-Bandwidth-that-Reolink-IP-Cameras-Require" rel="noopener">bandwidth support article&lt;/a> — a sixteen-fold gap that matters later.&lt;/p>
&lt;p>Put your own cameras&amp;rsquo; numbers into the &lt;a href="https://techfuelhq.com/tools/frigate-nvr-storage-calculator/">Frigate NVR storage calculator&lt;/a>. It takes a known bitrate directly.&lt;/p>
&lt;h2 id="what-megapixels-actually-cost-the-detect-stream">What megapixels actually cost: the detect stream&lt;/h2>
&lt;p>Resolution is not free. It just does not bill you where people look.&lt;/p>
&lt;p>Frigate&amp;rsquo;s &lt;a href="https://docs.frigate.video/frigate/camera_setup/" rel="noopener">camera setup guide&lt;/a> describes the detect stream as &amp;ldquo;the only stream that Frigate will decode for processing,&amp;rdquo; and the record stream as &amp;ldquo;the resolution you wish to store for reference.&amp;rdquo; Two different streams, two different budgets. The 4K stream goes to disk untouched. The substream is what gets decoded, buffered and inspected.&lt;/p>
&lt;p>You can see the split cleanly in shared memory. Frigate&amp;rsquo;s &lt;a href="https://docs.frigate.video/frigate/installation/" rel="noopener">installation docs&lt;/a> give a per-camera minimum of &lt;code>(width × height × 1.5 × 20 + 270480) / 1048576&lt;/code> MB, computed on the &lt;strong>detect&lt;/strong> resolution, plus up to 40 MB for logs:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Detect resolution&lt;/th>
&lt;th scope="col" style="text-align: right">Per camera&lt;/th>
&lt;th scope="col" style="text-align: right">4 cameras + logs&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>640×480&lt;/td>
&lt;td style="text-align: right">9.05 MB&lt;/td>
&lt;td style="text-align: right">76 MB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>1280×720&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>26.63 MB&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>147 MB&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>1920×1080&lt;/td>
&lt;td style="text-align: right">59.58 MB&lt;/td>
&lt;td style="text-align: right">278 MB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>2560×1440&lt;/td>
&lt;td style="text-align: right">105.73 MB&lt;/td>
&lt;td style="text-align: right">463 MB&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>3840×2160&lt;/td>
&lt;td style="text-align: right">237.56 MB&lt;/td>
&lt;td style="text-align: right">990 MB&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Frigate&amp;rsquo;s own worked example prints 66.63 MB for a single 1280×720 camera including logs, which is 26.63 plus the 40 MB log allowance — the arithmetic above reproduces it exactly.&lt;/p>
&lt;p>Detecting at 4K costs nearly nine times the shared memory of detecting at 720p. Recording at 4K costs none of it. &lt;strong>Run a 1280×720 detect substream and record the main stream at whatever resolution you paid for.&lt;/strong> Frigate&amp;rsquo;s guide asks that the detect and record streams share an aspect ratio, for the sake of its UI.&lt;/p>
&lt;h2 id="the-detector-budget-is-frames-not-cameras">The detector budget is frames, not cameras&lt;/h2>
&lt;p>The third budget is inference, and Frigate publishes the arithmetic for it. From the &lt;a href="https://docs.frigate.video/frigate/hardware/" rel="noopener">recommended hardware page&lt;/a>: &amp;ldquo;With an inference speed of 10, your Coral will top out at &lt;code>1000/10=100&lt;/code>, or 100 frames per second.&amp;rdquo;&lt;/p>
&lt;p>So a detector&amp;rsquo;s ceiling is 1000 divided by its inference time in milliseconds, and your demand is camera count times detect frame rate. Frigate&amp;rsquo;s camera guide recommends 5 fps for detection, rising toward 10 fps only for very fast-moving objects. At 5 fps, a detector rated 100 fps covers twenty cameras&amp;rsquo; worth of detection in the worst case where every camera is triggering at once — and Frigate gates object detection behind &lt;a href="https://docs.frigate.video/configuration/motion_detection/" rel="noopener">motion detection&lt;/a>, so the realistic load sits well under that.&lt;/p>
&lt;p>Detect frame rate is the lever here. Record resolution appears nowhere in it.&lt;/p>
&lt;p>Frigate&amp;rsquo;s &lt;a href="https://docs.frigate.video/configuration/object_detectors/" rel="noopener">object detector docs&lt;/a> note that &amp;ldquo;when using many cameras one detector may not be enough to keep up&amp;rdquo; and that &amp;ldquo;multiple detectors can be defined assuming GPU resources are available.&amp;rdquo; If your arithmetic lands close to the ceiling, that is the escape hatch — not a bigger drive.&lt;/p>
&lt;h2 id="the-fourth-budget-is-watts">The fourth budget is watts&lt;/h2>
&lt;p>Cameras draw power, and the megapixel number predicts that no better than it predicts storage.&lt;/p>
&lt;p>Reolink lists the fixed 4K RLC-811A at &amp;ldquo;&amp;lt;12W&amp;rdquo; on &amp;ldquo;IEEE 802.3af, 48V active.&amp;rdquo; The 4K &lt;a href="https://reolink.com/us/product/rlc-823a/" rel="noopener">RLC-823A&lt;/a> PTZ is listed at &amp;ldquo;DC 12.0V⎓2A, &amp;lt;24W&amp;rdquo; and requires &amp;ldquo;IEEE 802.3at.&amp;rdquo; Identical resolution, identical 6144 kbps default, double the power class.&lt;/p>
&lt;p>Six fixed cameras plus two PTZs is roughly 120 W of rated device draw before cable loss and headroom. Plenty of eight-port PoE switches do not supply that, because &amp;ldquo;eight PoE ports&amp;rdquo; describes connectors rather than a power budget. Add the rated watts, add the run length, add a margin, and buy on the total — the &lt;a href="https://techfuelhq.com/tools/poe-budget-calculator/">PoE budget calculator&lt;/a> does exactly that.&lt;/p>
&lt;h2 id="getting-your-real-number-off-the-camera">Getting your real number off the camera&lt;/h2>
&lt;p>Reolink&amp;rsquo;s &lt;a href="https://support.reolink.com/articles/360012182273-How-to-Find-the-Bandwidth-that-Reolink-Cameras-will-Take/" rel="noopener">support article&lt;/a> says to open &lt;strong>Settings → Stream&lt;/strong> and click &lt;strong>Maximum Bitrate&lt;/strong>. Every other vendor has the equivalent screen. That number, not the marketing resolution, is your sizing input.&lt;/p>
&lt;p>What the number means depends on the control mode, and Axis&amp;rsquo;s &lt;a href="https://whitepapers.axis.com/en-us/bitrate-control-for-ip-video" rel="noopener">bitrate control white paper&lt;/a> is the clearest published account of the difference. Variable bitrate has the benefit of &amp;ldquo;constant, uncompromised video quality,&amp;rdquo; but its drawback is that storage needs &amp;ldquo;may be unpredictable,&amp;rdquo; because &amp;ldquo;motion or other events in the scene can cause the stream size and bitrate to increase significantly.&amp;rdquo; Maximum bitrate &amp;ldquo;guarantees that the bitrate stays below a set limit regardless of video scene complexity&amp;rdquo; — by compressing harder, &amp;ldquo;with no consideration of the effects on image quality.&amp;rdquo;&lt;/p>
&lt;p>&lt;strong>Set a maximum bitrate.&lt;/strong> An NVR that overruns its disk in week three is a worse outcome than a busy frame that softens, and a cap makes the storage calculation deterministic instead of a guess about how much your driveway moves.&lt;/p>
&lt;p>Codec is the other lever, and it is a real one. Catellier and Pinson&amp;rsquo;s &lt;a href="https://its.ntia.gov/publications/details.aspx?pub=2818" rel="noopener">subjective study for NTIA/ITS&lt;/a> describes H.265/HEVC as &amp;ldquo;developed to be roughly twice as efficient as H.264/AVC — meaning H.265/HEVC could deliver the same quality as H.264/AVC using roughly half the bitrate.&amp;rdquo; The RLC-811A lists &amp;ldquo;H.264, H.265&amp;rdquo;; the older RLC-520A lists H.264 only. At a shared 6144 kbps default, the H.265 camera is the one giving you more picture for the same disk.&lt;/p>
&lt;p>Axis makes the same point commercially with &lt;a href="https://whitepapers.axis.com/en-us/axis-zipstream-technology" rel="noopener">Zipstream&lt;/a>, which it says &amp;ldquo;lowers bandwidth and storage requirements by an average of 50% or more when compared to standard compression&amp;rdquo; by adapting &amp;ldquo;based on scene motion, scene content, ambient light level, and settings.&amp;rdquo; Note what is missing from that list: resolution. Axis ships it on cameras as ordinary as the 1080p &lt;a href="https://www.axis.com/products/axis-p3265-lve/support" rel="noopener">P3265-LVE&lt;/a>.&lt;/p>
&lt;h2 id="where-a-bitrate-table-stops-working">Where a bitrate table stops working&lt;/h2>
&lt;p>Equal bitrate is not equal quality. In the same NTIA study, &amp;ldquo;for all 20 scenes coded with H.265/HEVC at 4 Mbps mean opinion scores span 38% of the subjective scale, which indicates the importance of scene selection.&amp;rdquo; Nearly two fifths of the quality range, at one fixed bitrate, purely from what was in front of the lens.&lt;/p>
&lt;p>So the storage arithmetic transfers between installations and the quality does not. A quiet indoor hallway at 4096 kbps and a wind-blown tree line at 4096 kbps write the same gigabytes and look nothing alike. Set the cap, record for two days, look at your own worst camera, and adjust that one. Do not adjust all of them because one scene is busy.&lt;/p>
&lt;h2 id="buy-the-10tb-skyhawk-ai-and-cap-the-cameras-at-4096-kbps">Buy the 10TB SkyHawk AI and cap the cameras at 4096 kbps&lt;/h2>
&lt;p>Four 4K cameras, continuous, 30 days retained, capped at 4096 kbps: &lt;strong>5.31 TB.&lt;/strong> Left at the 6144 kbps default: 7.96 TB, which does not fit an 8TB drive with any usable headroom.&lt;/p>
&lt;p>That is the whole buying decision, and it is a camera setting rather than a hardware problem.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Drive&lt;/th>
&lt;th scope="col" style="text-align: right">Feed price&lt;/th>
&lt;th scope="col">4-cam 30-day fit at 4096 kbps&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Seagate SkyHawk 4TB (ST4000VX007)&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="listing.9SIAAEEJRY8100.price_usd" data-claim-value="220.00" data-claim-scope="Newegg feed row, in-stock, US" data-claim-date="2026-08-17">$220.00&lt;/span>
&lt;/td>
&lt;td>No — covers 14 days at 6144 kbps and little else&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Seagate SkyHawk 8TB (model not named in the listing)&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="listing.9SIAAEEJHT0478.price_usd" data-claim-value="400.00" data-claim-scope="Newegg feed row, in-stock, US" data-claim-date="2026-08-17">$400.00&lt;/span>
&lt;/td>
&lt;td>Yes, 66% full&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Seagate SkyHawk AI 10TB (ST10000VE001)&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>&lt;span class="claim" data-claim-key="listing.9SIAAEEKRU2808.price_usd" data-claim-value="450.00" data-claim-scope="Newegg feed row, in-stock, US" data-claim-date="2026-08-17">$450.00&lt;/span>
&lt;/strong>&lt;/td>
&lt;td>&lt;strong>Yes, 53% full — and covers the 6144 kbps default too&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>The 10TB is the pick. It absorbs the 6144 kbps default without a resize, leaves room for a fifth camera, and in this feed it undercuts the model-named 8TB SkyHawk row (ST8000VX004, &lt;span class="claim" data-claim-key="listing.9SIAAEEJSS1701.price_usd" data-claim-value="514.10" data-claim-scope="Newegg feed row, in-stock, US" data-claim-date="2026-08-17">$514.10&lt;/span>
) by $64.10 for two extra terabytes. Buy the 4TB only for a 14-day motion-only build.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.4458310627459614214799709&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fseagate-skyhawk-ai-st10000ve001-10tb-hard-drive-7200-rpm%2Fp%2F1Z4-002P-02M51%3Fitem%3D9SIAAEEKRU2808"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Seagate&amp;#43;SkyHawk&amp;#43;AI&amp;#43;10TB&amp;#43;ST10000VE001&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Those prices come from a feed deposited 2026-08-17 and drive pricing moves weekly. Open the link before you spend anything.&lt;/p>
&lt;p>&lt;strong>Do not buy a bigger NVR box because you bought 4K cameras.&lt;/strong> Storage is set by the bitrate cap, detection runs on a 720p substream, and shared memory follows the substream too. The 4K upgrade is close to free on the Frigate machine — what it costs you is camera price and, if you raise the cap to make 4K look like 4K, disk. Which box to buy is settled in &lt;a href="https://techfuelhq.com/homelab/best-hardware-frigate-nvr-2026/">best hardware for Frigate NVR&lt;/a>, and the drive class question in &lt;a href="https://techfuelhq.com/homelab/best-nas-hard-drives-2026/">best NAS hard drives&lt;/a>.&lt;/p>
&lt;h2 id="the-four-numbers-in-order">The four numbers, in order&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Bitrate cap per camera&lt;/strong>, from the camera&amp;rsquo;s own stream page. Multiply by 10.8 GB per Mbps per day, then by retention. → &lt;a href="https://techfuelhq.com/tools/frigate-nvr-storage-calculator/">storage calculator&lt;/a>&lt;/li>
&lt;li>&lt;strong>Detect substream resolution&lt;/strong>, 1280×720 unless objects are genuinely tiny. Run Frigate&amp;rsquo;s shm formula on it.&lt;/li>
&lt;li>&lt;strong>Detect frame rate&lt;/strong>, 5 fps, times camera count, against 1000 ÷ your detector&amp;rsquo;s inference milliseconds.&lt;/li>
&lt;li>&lt;strong>Rated watts per camera&lt;/strong>, summed, plus cable loss and headroom. → &lt;a href="https://techfuelhq.com/tools/poe-budget-calculator/">PoE budget calculator&lt;/a>&lt;/li>
&lt;/ol>
&lt;p>None of those four takes megapixels as an input. That is the point.&lt;/p>
&lt;h2 id="sources">Sources&lt;/h2>
&lt;ul>
&lt;li>Frigate documentation, opened 2026-09-07: &lt;a href="https://docs.frigate.video/configuration/record/" rel="noopener">recording&lt;/a> (streams written without re-encoding), &lt;a href="https://docs.frigate.video/frigate/camera_setup/" rel="noopener">camera setup&lt;/a> (detect is the only decoded stream), &lt;a href="https://docs.frigate.video/frigate/installation/" rel="noopener">installation&lt;/a> (shm formula and worked example), &lt;a href="https://docs.frigate.video/frigate/hardware/" rel="noopener">recommended hardware&lt;/a> (inference-speed arithmetic), &lt;a href="https://docs.frigate.video/frigate/planning_setup/" rel="noopener">planning a new installation&lt;/a>, &lt;a href="https://docs.frigate.video/configuration/motion_detection/" rel="noopener">motion detection&lt;/a>, &lt;a href="https://docs.frigate.video/configuration/object_detectors/" rel="noopener">object detectors&lt;/a>&lt;/li>
&lt;li>Reolink specification pages, opened 2026-09-07: &lt;a href="https://reolink.com/us/product/rlc-520a/" rel="noopener">RLC-520A&lt;/a>, &lt;a href="https://reolink.com/us/product/rlc-811a/" rel="noopener">RLC-811A&lt;/a>, &lt;a href="https://reolink.com/us/product/rlc-823a/" rel="noopener">RLC-823A&lt;/a>, and the &lt;a href="https://support.reolink.com/hc/en-us/articles/360039324413-What-is-the-Bandwidth-that-Reolink-IP-Cameras-Require" rel="noopener">bandwidth&lt;/a> and &lt;a href="https://support.reolink.com/articles/360012182273-How-to-Find-the-Bandwidth-that-Reolink-Cameras-will-Take/" rel="noopener">finding your bitrate&lt;/a> support articles&lt;/li>
&lt;li>Axis Communications white papers: &lt;a href="https://whitepapers.axis.com/en-us/bitrate-control-for-ip-video" rel="noopener">bitrate control for IP video&lt;/a>, &lt;a href="https://whitepapers.axis.com/en-us/axis-zipstream-technology" rel="noopener">Zipstream technology&lt;/a>; product specifications for the &lt;a href="https://www.axis.com/products/axis-p3265-lve/support" rel="noopener">AXIS P3265-LVE&lt;/a>&lt;/li>
&lt;li>A. A. Catellier and M. H. Pinson, &lt;a href="https://its.ntia.gov/publications/details.aspx?pub=2818" rel="noopener">&lt;em>Characterization of the HEVC Coding Efficiency Advance Using 20 Scenes, ITU-T Rec. P.913 Compliant Subjective Methods, VQM, and PSNR&lt;/em>&lt;/a>, NTIA/ITS, December 2015&lt;/li>
&lt;li>Drive prices: Newegg product feed via Rakuten (MID 44583), deposited 2026-08-17, lowest in-stock USD row per listing&lt;/li>
&lt;/ul></description></item><item><title>Synology or Build? The Five-Year NAS Cost</title><link>https://techfuelhq.com/homelab/synology-vs-diy-nas-five-year-cost-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/homelab/synology-vs-diy-nas-five-year-cost-2026/</guid><description>&lt;p>A four-bay Synology and a four-bay box you assemble yourself both sit in a cupboard drawing power every hour for five years. Everyone assumes the DIY one is cheaper to run and that the electricity is where the appliance premium comes back. Neither half of that is true.&lt;/p>
&lt;p>The &lt;a href="https://techfuelhq.com/homelab/nas-os-month-eight-2026/">NAS operating system comparison&lt;/a> ends by saying all four appliances are wrong if what you want is a machine you administer yourself. This page is that purchase, costed: &lt;strong>what does five years of each actually take out of your account, drives excluded?&lt;/strong>&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-five-year-number">The five-year number&lt;/h2>
&lt;p>Drives are excluded from every row because they are the same purchase either way — four 8TB NAS drives cost what they cost whichever box they go in. What is left is the enclosure, the memory, a boot device where one is needed, the operating system, and sixty months of electricity.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Five years, drives excluded&lt;/th>
&lt;th scope="col" style="text-align: right">Hardware&lt;/th>
&lt;th scope="col" style="text-align: right">Electricity&lt;/th>
&lt;th scope="col" style="text-align: right">&lt;strong>Total&lt;/strong>&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Synology DS925+&lt;/strong>, DSM&lt;/td>
&lt;td style="text-align: right">$889.99&lt;/td>
&lt;td style="text-align: right">$226&lt;/td>
&lt;td style="text-align: right">&lt;strong>$1,116&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>AOOSTAR WTR Pro 5825U&lt;/strong>, TrueNAS&lt;/td>
&lt;td style="text-align: right">$598.98&lt;/td>
&lt;td style="text-align: right">$169–$193&lt;/td>
&lt;td style="text-align: right">&lt;strong>$768–$792&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Same build, Unraid Lifetime&lt;/td>
&lt;td style="text-align: right">$847.98&lt;/td>
&lt;td style="text-align: right">$169–$193&lt;/td>
&lt;td style="text-align: right">$1,017–$1,041&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Same build, Unraid Starter&lt;/td>
&lt;td style="text-align: right">$647.98&lt;/td>
&lt;td style="text-align: right">$169–$193&lt;/td>
&lt;td style="text-align: right">$817–$841&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>The DIY build is $323 to $347 cheaper across five years, and electricity accounts for $32 to $56 of that.&lt;/strong> Roughly a tenth. The rest is the box price and the fact that DSM is included while an Unraid licence is not.&lt;/p>
&lt;p>Buy the most expensive Unraid tier and the DIY route still finishes $74 to $98 ahead. That is the whole electricity argument, resolved: it is a rounding error against a $291 difference in sticker price.&lt;/p>
&lt;h2 id="what-the-boxes-actually-draw">What the boxes actually draw&lt;/h2>
&lt;p>These are NAS Compares&amp;rsquo; measurements, taken with the drives installed and the array built:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Machine&lt;/th>
&lt;th scope="col" style="text-align: right">Measured idle&lt;/th>
&lt;th scope="col" style="text-align: right">Measured load&lt;/th>
&lt;th scope="col" style="text-align: right">Five years at idle&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Synology DS925+&lt;/td>
&lt;td style="text-align: right">~28W&lt;/td>
&lt;td style="text-align: right">62–64W&lt;/td>
&lt;td style="text-align: right">$226&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>AOOSTAR WTR Pro (Ryzen 7 5825U)&lt;/td>
&lt;td style="text-align: right">21–24W&lt;/td>
&lt;td style="text-align: right">64–66W&lt;/td>
&lt;td style="text-align: right">$169–$193&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Topton MW-N100-NAS ITX board&lt;/td>
&lt;td style="text-align: right">28.2W&lt;/td>
&lt;td style="text-align: right">55W peak&lt;/td>
&lt;td style="text-align: right">$227&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Topton MW-N305-NAS ITX board&lt;/td>
&lt;td style="text-align: right">27–28W&lt;/td>
&lt;td style="text-align: right">64–66W&lt;/td>
&lt;td style="text-align: right">$218–$226&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Rob Andrews at NAS Compares recorded the DS925+ at &amp;ldquo;approximately 28 watts&amp;rdquo; in a fully idle state, base apps installed and the system not being accessed, rising to 62–64W with all four bays filled, SSDs in, the CPU under strain and both 2.5GbE connections active (&lt;a href="https://nascompares.com/2025/05/02/synology-ds925-nas-review/" rel="noopener">review, 2 May 2025&lt;/a>). The &lt;a href="https://nascompares.com/review/aoostar-wtr-pro-nas-review/" rel="noopener">WTR Pro review of 11 September 2024&lt;/a> gives &amp;ldquo;an average of 21-24W when the drives and system were in Idle&amp;rdquo;, and 64–66W with the drives being read and the CPU at 40–50%. The array in that review was four Seagate IronWolf 4TB drives in a one-disk-redundancy ZFS pool under Unraid, stated in the throughput section rather than beside the idle figure.&lt;/p>
&lt;p>Note what the load column does. Under actual work the appliance and the DIY box land within two watts of each other. The idle spread is the entire difference, and the idle spread is worth $6 to $11 a year.&lt;/p>
&lt;h2 id="building-your-own-does-not-lower-the-idle-draw">Building your own does not lower the idle draw&lt;/h2>
&lt;p>This is the part that gets assumed and is wrong often enough to cost people money.&lt;/p>
&lt;p>The same reviewer, same method, measured the &lt;a href="https://nascompares.com/review/topton-n100-10gbe-nas-motherboard-review-mw-n100-nas/" rel="noopener">Topton MW-N100-NAS&lt;/a> — the six-SATA, 10GbE ITX board a parts-built four-bay usually starts from — at &amp;ldquo;around 28.2W with drives connected.&amp;rdquo; That is the Synology&amp;rsquo;s figure to a tenth of a watt, from a board whose CPU carries a 6W TDP. The &lt;a href="https://nascompares.com/review/n305-6-bay-10gbe-nas-motherboard-review-mw-n305-nas/" rel="noopener">N305 version of the same board&lt;/a> recorded &amp;ldquo;idle power consumption of just 27-28 watts with six connected drives in hibernation&amp;rdquo; — with the drives parked, which should have been the best case.&lt;/p>
&lt;p>A 6W processor does not produce a 6W machine. The SATA controller, three network interfaces and the board&amp;rsquo;s own power delivery set the floor, and on these boards the floor is high. &lt;strong>If low idle is the goal, the board is the wrong place to look for it.&lt;/strong> The laptop-class SoC in the AOOSTAR box is what buys the 21W, not the fact that you assembled it.&lt;/p>
&lt;p>Our &lt;a href="https://techfuelhq.com/homelab/24-7-homelab-idle-power-costs-2026/">idle power reference for homelab hardware&lt;/a> has the wider device-by-device table if you are budgeting a whole rack rather than one NAS.&lt;/p>
&lt;h2 id="the-setting-that-beats-both-boxes">The setting that beats both boxes&lt;/h2>
&lt;p>Synology publishes its own numbers, and they disagree with the measured one in a way worth understanding rather than averaging.&lt;/p>
&lt;p>The &lt;a href="https://www.synology.com/en-us/products/DS925&amp;#43;" rel="noopener">DS925+ product specification&lt;/a>, last updated 6 August 2026, lists &lt;strong>37.91 watts (Access)&lt;/strong> and &lt;strong>12.33 watts (HDD Hibernation)&lt;/strong>. NAS Compares measured 28W. None of these three contradicts the others, because they describe three different machines-in-a-moment: drives spinning and being read, drives spun up but nothing being served, drives parked.&lt;/p>
&lt;p>Priced over five years at $0.184/kWh:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">DS925+ state&lt;/th>
&lt;th scope="col" style="text-align: right">Watts&lt;/th>
&lt;th scope="col" style="text-align: right">Five years&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Access (Synology, published)&lt;/td>
&lt;td style="text-align: right">37.91&lt;/td>
&lt;td style="text-align: right">$306&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Fully idle (NAS Compares, measured)&lt;/td>
&lt;td style="text-align: right">~28&lt;/td>
&lt;td style="text-align: right">$226&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>HDD hibernation (Synology, published)&lt;/td>
&lt;td style="text-align: right">12.33&lt;/td>
&lt;td style="text-align: right">$99&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>&lt;strong>That $206 swing on one machine is between three and a half and six times the $32-to-$56 gap between the two machines.&lt;/strong> Whether your drives get to park matters more than which enclosure you bought, and it is the only power lever on this page big enough to notice.&lt;/p>
&lt;p>It is also the lever most people never pull. Anything that touches the array on a timer — a surveillance recorder, a container writing logs, a backup client polling every few minutes, a media server refreshing metadata — wakes the drives and keeps them awake. Hibernation is a real setting and mostly a theoretical saving. Assume the 28W figure, run the numbers in the &lt;a href="https://techfuelhq.com/tools/power-cost-calculator/">power cost calculator&lt;/a> against your own utility rate, and treat anything better as a bonus.&lt;/p>
&lt;h2 id="what-the-291-buys-and-what-it-does-not">What the $291 buys, and what it does not&lt;/h2>
&lt;p>The gap in the hardware column is &lt;span class="claim" data-claim-key="ds925plus.usd" data-claim-value="889.99" data-claim-scope="Newegg, 4-bay diskless, US" data-claim-date="2026-08-17">$889.99&lt;/span>
against &lt;span class="claim" data-claim-key="wtrpro5825u.usd" data-claim-value="379.00" data-claim-scope="AOOSTAR direct, US warehouse" data-claim-date="2026-09-07">$379.00&lt;/span>
for the AOOSTAR barebone, plus &lt;span class="claim" data-claim-key="ddr4.16gb.sodimm.usd" data-claim-value="129.99" data-claim-scope="Newegg, 16GB DDR4-3200 SODIMM" data-claim-date="2026-08-17">$129.99&lt;/span>
for a 16GB DDR4-3200 SO-DIMM and &lt;span class="claim" data-claim-key="boot.nvme.512gb.usd" data-claim-value="89.99" data-claim-scope="Newegg, 512GB NVMe" data-claim-date="2026-08-17">$89.99&lt;/span>
for a boot NVMe the Synology does not need, since DSM installs onto the array.&lt;/p>
&lt;p>For that $291 you get DSM, a three-year warranty you can extend to five by buying an extension, and a support line. You do not get more hardware. The DS925+ ships 4GB of DDR4 ECC against the DIY box&amp;rsquo;s 16GB, an embedded Ryzen V1500B against a Ryzen 7 5825U, and two 2.5GbE ports against two 2.5GbE ports.&lt;/p>
&lt;p>Three constraints ride along with the appliance, all of them from Synology&amp;rsquo;s own documents:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>M.2 is still closed.&lt;/strong> The &lt;a href="https://www.synology.com/en-us/company/news/article/dsm73" rel="noopener">DSM 7.3 announcement&lt;/a> of 8 October 2025 reopened third-party drives for storage pools on 25 model year units, and its footnote reads: &amp;ldquo;Creation of M.2 based storage pool and cache still requires drives on the HCL.&amp;rdquo; The specification sheet says the same. A Synology SNV3410-400G listed at &lt;span class="claim" data-claim-key="snv3410.400g.usd" data-claim-value="474.99" data-claim-scope="Newegg, listed price, US" data-claim-date="2026-09-07">$474.99&lt;/span>
on Newegg on 7 September 2026; a 512GB ADATA Legend 710 you cannot use for that pool listed at $89.99 in the August feed.&lt;/li>
&lt;li>&lt;strong>Memory expansion is conditioned.&lt;/strong> The DS925+ specification states Synology &amp;ldquo;will not provide complete product warranty or technical support if non-Synology memory modules are used for memory expansion.&amp;rdquo; Going past 4GB means buying their module or accepting that.&lt;/li>
&lt;li>&lt;strong>No hardware transcoding, at all.&lt;/strong> The specification sheet lists no video transcoding section for the DS925+, and none for the cheaper DS425+ either. The drive policy got walked back in a point release. This one did not, and it is the change on the 2025 Plus line that deserved the attention the drive policy got. If transcoding is why you are shopping, the &lt;a href="https://techfuelhq.com/homelab/best-nas-for-plex-jellyfin-2026/">NAS transcoding guide&lt;/a> sorts the field by that spec alone.&lt;/li>
&lt;/ul>
&lt;p>Synology-branded drives cost real money over the equivalent Exos for no benefit I can identify. That was the drives. The M.2 price above is the same policy, still in force.&lt;/p>
&lt;h2 id="build-it-and-run-truenas">Build it and run TrueNAS&lt;/h2>
&lt;p>&lt;strong>Buy the AOOSTAR WTR Pro 5825U barebone, a 16GB DDR4-3200 SO-DIMM and a cheap boot NVMe, and put &lt;a href="https://techfuelhq.com/storage/unraid-vs-truenas-vs-omv-vs-proxmox-2026/">TrueNAS&lt;/a> on it.&lt;/strong> That is $598.98 in hardware, nothing for the operating system, and $169 to $193 of electricity over five years. It gives you four times the memory, a genuinely faster processor, ZFS checksumming instead of Btrfs on a locked appliance, any NVMe you like in the M.2 slots, and a machine you can repurpose when your storage needs change.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary buy-cell__action--plain"
href="https://aoostar.com/products/aoostar-wtr-pro-4-bay-90t-storage-amd-ryzen-7-5825u-nas-mini-pc-support-2-5-3-5-hdd-%E5%A4%8D%E5%88%B6"
rel="noopener"
target="_blank"
data-link-kind="product">Open aoostar page&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=AOOSTAR&amp;#43;WTR&amp;#43;PRO&amp;#43;5825U&amp;#43;4&amp;#43;bay&amp;#43;NAS&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Pay for Unraid instead of TrueNAS if your drives are mismatched sizes and you want to add one at a time — &lt;span class="claim" data-claim-key="unraid.starter.usd" data-claim-value="49" data-claim-scope="unraid.net, one-time licence" data-claim-date="2026-09-07">$49&lt;/span>
Starter caps at six storage devices with one year of updates, &lt;span class="claim" data-claim-key="unraid.lifetime.usd" data-claim-value="249" data-claim-scope="unraid.net, one-time licence" data-claim-date="2026-09-07">$249&lt;/span>
Lifetime is unlimited devices and updates forever. Even the expensive tier keeps the DIY route ahead on five-year cost. It just stops being the obvious call.&lt;/p>
&lt;p>The &lt;a href="https://techfuelhq.com/homelab/best-budget-nas-builds-2025/">budget NAS build guide&lt;/a> has the full parts list, the recertified-drive route, and what the memory shortage did to every line of it.&lt;/p>
&lt;h2 id="buy-the-ds925-if-dsm-is-the-product">Buy the DS925+ if DSM is the product&lt;/h2>
&lt;p>Synology still makes the best NAS operating system. Not the hardware. Not the drive list. The software, which is what you are still using at month eight.&lt;/p>
&lt;p>&lt;strong>Buy the DS925+ if you want an appliance that works the day it arrives, an app catalogue that does not run out, and a phone number when it breaks.&lt;/strong> You are paying $291 up front and $6 to $11 a year more in electricity for exactly that, and it is a defensible purchase — it is just not a cheaper one, and no power calculation is going to make it one.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/deeplink?id=CW4UrCo/56I&amp;amp;mid=44583&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2FN82E16822108847"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=Synology&amp;#43;DiskStation&amp;#43;DS925&amp;#43;4&amp;#43;bay&amp;#43;diskless&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>The cheaper door into DSM is the DS425+ at &lt;span class="claim" data-claim-key="ds425plus.usd" data-claim-value="599.99" data-claim-scope="Newegg, 4-bay diskless, US" data-claim-date="2026-08-17">$599.99&lt;/span>
— within a dollar of the DIY build&amp;rsquo;s hardware total, and &lt;a href="https://www.synology.com/en-us/products/DS425&amp;#43;" rel="noopener">Synology&amp;rsquo;s sheet for it&lt;/a> lists a Celeron J4125, 2GB of non-ECC memory and no transcoding section. It closes the price gap by giving up the hardware.&lt;/p>
&lt;p>Prices move, the memory market in 2026 moves weekly, and two of these listings carry marketplace sellers. Read the seller name before the price.&lt;/p>
&lt;h2 id="wrong-for">Wrong for&lt;/h2>
&lt;p>&lt;strong>The DIY build is wrong&lt;/strong> if you want an app catalogue rather than a compose file, if nobody in the house can restore a pool at 11pm, or if you were counting on a support contract.&lt;/p>
&lt;p>&lt;strong>The DS925+ is wrong&lt;/strong> if you need hardware transcoding, if you want a third-party NVMe cache, or if you are buying it because someone told you the appliance pays for itself in electricity. It does not. At the measured wattages it costs $6 to $11 a year more to run than the box it is already more expensive than.&lt;/p>
&lt;p>&lt;strong>Both are wrong&lt;/strong> if you are choosing on power alone. Across every machine on this page the five-year electricity spread is $169 to $227 — under sixty dollars end to end. Choose on the software, the drive policy and the sticker, then set your utility rate in the &lt;a href="https://techfuelhq.com/tools/power-cost-calculator/">power calculator&lt;/a> and stop thinking about it.&lt;/p>
&lt;h2 id="sources">Sources&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://nascompares.com/2025/05/02/synology-ds925-nas-review/" rel="noopener">NAS Compares — Synology DS925+ NAS Review&lt;/a>, 2 May 2025 — measured idle and load draw, noise, thermals&lt;/li>
&lt;li>&lt;a href="https://nascompares.com/review/aoostar-wtr-pro-nas-review/" rel="noopener">NAS Compares — Aoostar WTR Pro NAS Review&lt;/a>, 11 Sep 2024 — measured idle and load draw with four IronWolf 4TB drives&lt;/li>
&lt;li>&lt;a href="https://nascompares.com/review/topton-n100-10gbe-nas-motherboard-review-mw-n100-nas/" rel="noopener">NAS Compares — Topton MW-N100-NAS motherboard review&lt;/a> (14 Nov 2024, updated 4 Dec 2024) and &lt;a href="https://nascompares.com/review/n305-6-bay-10gbe-nas-motherboard-review-mw-n305-nas/" rel="noopener">MW-N305-NAS review&lt;/a>, 4 Dec 2024 — measured ITX board idle draw&lt;/li>
&lt;li>&lt;a href="https://www.synology.com/en-us/products/DS925&amp;#43;" rel="noopener">Synology DS925+ specifications&lt;/a> and the &lt;a href="https://global.synologydownload.com/download/Document/Hardware/ProductSpec/DiskStation/25-year/DS925&amp;#43;/enu/Product_Spec_DS925&amp;#43;_enu.pdf" rel="noopener">product specification PDF&lt;/a>, last updated 6 Aug 2026 — published wattages, memory and M.2 conditions, warranty&lt;/li>
&lt;li>&lt;a href="https://www.synology.com/en-us/products/DS425&amp;#43;" rel="noopener">Synology DS425+ specifications&lt;/a> — Celeron J4125, 2GB non-ECC, no transcoding section&lt;/li>
&lt;li>&lt;a href="https://www.synology.com/en-us/company/news/article/dsm73" rel="noopener">Synology DSM 7.3 announcement&lt;/a>, 8 Oct 2025 — third-party drive reversal and the surviving M.2 HCL footnote&lt;/li>
&lt;li>&lt;a href="https://aoostar.com/products/aoostar-wtr-pro-4-bay-90t-storage-amd-ryzen-7-5825u-nas-mini-pc-support-2-5-3-5-hdd-%E5%A4%8D%E5%88%B6" rel="noopener">AOOSTAR WTR PRO 5825U product page&lt;/a> — barebone price, DDR4-3200 memory support, package contents&lt;/li>
&lt;li>&lt;a href="https://unraid.net/pricing" rel="noopener">Unraid pricing&lt;/a> — the one-time licence tiers, device caps and update terms&lt;/li>
&lt;li>&lt;a href="https://www.eia.gov/electricity/monthly/epm_table_grapher.php?t=epmt_5_3" rel="noopener">EIA Electric Power Monthly, Table 5.3&lt;/a> — 18.44 cents/kWh, May 2026 US residential average&lt;/li>
&lt;/ul>
&lt;p>Email corrections to &lt;a href="mailto:hello@techfuelhq.com">hello@techfuelhq.com&lt;/a>.&lt;/p></description></item><item><title>UniFi vs an OPNsense Build: The IDS/IPS Ceiling</title><link>https://techfuelhq.com/networking/unifi-vs-opnsense-build-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/networking/unifi-vs-opnsense-build-2026/</guid><description>&lt;p>Turning on threat management costs you throughput. Ubiquiti publishes how much. It just does not print the number anywhere near the toggle.&lt;/p>
&lt;p>That is the thing to understand before you buy UniFi, and it is the reason I would build instead. I have run both an appliance and a box I put together myself, and the appliance is the one where a spec you did not read becomes your internet speed.&lt;/p>
&lt;h2 id="the-ceiling-is-published-one-page-away">The ceiling is published, one page away&lt;/h2>
&lt;p>Ubiquiti&amp;rsquo;s own help page for intrusion detection is direct about the cost. Enabling it &amp;ldquo;increases CPU and memory utilization,&amp;rdquo; and &amp;ldquo;since traffic is being actively inspected, maximum routing performance may be reduced&amp;rdquo; — then it sends you to &lt;a href="https://techspecs.ui.com/unifi/cloud-gateways" rel="noopener">techspecs.ui.com&lt;/a> for the figure (&lt;a href="https://help.ui.com/hc/en-us/articles/360006893234-UniFi-Gateway-Intrusion-Detection-and-Prevention-IDS-IPS" rel="noopener">Ubiquiti Help Center&lt;/a>). The setup steps on that same page walk you to Settings, CyberSecure, Protection, and a switch. No number.&lt;/p>
&lt;p>Here is what is on the other site. These are the gateways worth cross-shopping rather than the whole catalogue — every figure is Ubiquiti&amp;rsquo;s published spec for that model, and every price is from Ubiquiti&amp;rsquo;s store:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Gateway&lt;/th>
&lt;th scope="col">Default WAN ports&lt;/th>
&lt;th scope="col" style="text-align: right">IDS/IPS throughput&lt;/th>
&lt;th scope="col" style="text-align: right">Store price&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Cloud Gateway Ultra (UCG-Ultra)&lt;/td>
&lt;td>2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>1 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$129&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Cloud Gateway Max (UCG-Max)&lt;/td>
&lt;td>2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.3 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">from $199&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>UniFi Express 7 (UX7)&lt;/td>
&lt;td>10 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.3 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">from $199&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Dream Router 7 (UDR7)&lt;/td>
&lt;td>10G SFP+, 2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>2.3 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$279&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Cloud Gateway Fiber (UCG-Fiber)&lt;/td>
&lt;td>10G SFP+, 10 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>5 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$279&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Dream Machine Pro (UDM-Pro)&lt;/td>
&lt;td>10G SFP+, 1 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>3.5 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$379&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Dream Machine SE (UDM-SE)&lt;/td>
&lt;td>10G SFP+, 2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>3.5 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$499&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Dream Machine Pro Max (UDM-Pro-Max)&lt;/td>
&lt;td>10G SFP+, 2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>5 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$599&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Dream Machine Beast (UDM-Beast)&lt;/td>
&lt;td>25G SFP28, 10 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>25 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$1,499&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Enterprise Firewall (EFG)&lt;/td>
&lt;td>25G SFP28, 2.5 GbE RJ45&lt;/td>
&lt;td style="text-align: right">&lt;strong>12.5 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">$1,999&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Read the first two columns against each other. &lt;strong>A UniFi Express 7 has a 10 GbE WAN port and inspects at 2.3 Gbps.&lt;/strong> A Cloud Gateway Ultra has a 2.5 GbE WAN port and inspects at 1 Gbps. The port tells you what the gateway will accept. The other column tells you what it will actually move once you switch on the feature you bought a security appliance for.&lt;/p>
&lt;p>The pricing does not climb with it either. The &lt;strong>$279 Cloud Gateway Fiber inspects at 5 Gbps — faster than the $379 Dream Machine Pro at 3.5&lt;/strong>, and level with the $599 Dream Machine Pro Max. If inspection speed is what you are shopping for, the model order on the store page is not the order you want.&lt;/p>
&lt;h2 id="multi-gig-is-where-you-find-out-by-accident">Multi-gig is where you find out by accident&lt;/h2>
&lt;p>At 1 Gbps almost nothing here bites. Most of the line-up inspects at or above a gigabit, threat management goes on, the speed test looks the same, and you never think about it again.&lt;/p>
&lt;p>Then the fiber gets upgraded. Two gig, five gig, whatever the ISP is selling this year. The gateway is fine — it has the ports. What happens is that your speed test stops matching your bill, and the reason is a specification on a different website that you had no reason to open when you were choosing between a Dream Router and a Dream Machine.&lt;/p>
&lt;p>This is a quiet failure. Nothing errors. Nothing alerts. You get the inspection ceiling and a vague sense that the ISP is overselling.&lt;/p>
&lt;p>&lt;strong>If you are on multi-gig and you want IPS on, the inspection number is the only spec that matters.&lt;/strong> Pick the gateway from that column and work backwards.&lt;/p>
&lt;h2 id="rule-granularity-is-the-second-limit">Rule granularity is the second limit&lt;/h2>
&lt;p>The other thing an appliance costs you is control. Current UniFi has moved on this, so here is where it stands.&lt;/p>
&lt;p>UniFi Network 9.0 brought zone-based firewalling, and it is a real firewall. Custom zones on top of the built-in six, to a ceiling of thirty zones in total, policies matched on device, network, IP, MAC, port, application, domain or region, plus protocol, connection state, scheduling and rule reordering (&lt;a href="https://help.ui.com/hc/en-us/articles/115003173168-Zone-Based-Firewalls-in-UniFi" rel="noopener">Ubiquiti Help Center&lt;/a>). That is a long way past what UniFi gateways used to hand you.&lt;/p>
&lt;p>What has not changed is that the shape is fixed. The six built-in zones carry a lock icon and cannot be removed. The built-in policies carry the same lock and &amp;ldquo;cannot be modified or removed&amp;rdquo; — you write a policy above one to beat it rather than editing it. A network belongs to exactly one zone.&lt;/p>
&lt;p>That is a different arrangement from a pf-based ruleset, where nothing is implicit and every default is yours to set. On OPNsense the ruleset is the whole story; on UniFi there is a layer underneath your rules that you override rather than own. &lt;strong>Whether that matters depends entirely on whether you have ever needed to change something in that layer.&lt;/strong> If you have, you already know. If you have not, the zone matrix is easier to reason about than a page of interface rules.&lt;/p>
&lt;h2 id="why-a-new-build-starts-on-opnsense">Why a new build starts on OPNsense&lt;/h2>
&lt;p>Both are FreeBSD, both filter well, and my &lt;a href="https://techfuelhq.com/networking/opnsense-vs-pfsense-2026/">OPNsense versus pfSense comparison&lt;/a> settles the feature-by-feature version. My reason for starting new work on OPNsense is about Netgate rather than about packet filtering.&lt;/p>
&lt;p>&lt;strong>The licensing.&lt;/strong> Netgate discontinued the free Home+Lab download of pfSense Plus, saying the decision &amp;ldquo;was made in order to align Netgate&amp;rsquo;s business model to better serve our worldwide customer base and partners,&amp;rdquo; and citing appliance vendors reselling boxes with the free commercial build on them (&lt;a href="https://www.netgate.com/blog/addressing-changes-to-pfsense-plus-homelab" rel="noopener">Netgate, October 26, 2023&lt;/a>). pfSense Plus on hardware you supply &lt;a href="https://www.netgate.com/pricing-pfsense-plus" rel="noopener">now starts at $129 a year&lt;/a>. pfSense CE stayed free, and stayed good — this is a direction, not a cliff.&lt;/p>
&lt;p>&lt;strong>The WireGuard episode.&lt;/strong> Netgate shipped a kernel-mode WireGuard implementation, quality concerns surfaced, and it came back out: &amp;ldquo;Given that kernel-mode WireGuard has been removed from FreeBSD, and out of an abundance of caution, we are removing WireGuard from pfSense software pending a thorough review and audit&amp;rdquo; (&lt;a href="https://www.netgate.com/blog/wireguard-removed-from-pfsense-ce-and-pfsense-plus-software" rel="noopener">Netgate, March 18, 2021&lt;/a>). It returned later as a package. The handling is the part I remember.&lt;/p>
&lt;p>&lt;strong>The domain.&lt;/strong> In 2017 a WIPO panel ordered &lt;code>opnsense.com&lt;/code> transferred away from Jamie Thompson of Rubicon Communications dba Netgate, to OPNsense&amp;rsquo;s maintainer Deciso — &amp;ldquo;the Panel orders that the disputed domain name &amp;lt;opnsense.com&amp;gt; be transferred to the Complainant&amp;rdquo; (&lt;a href="https://www.wipo.int/amc/en/domains/decisions/text/2017/d2017-1828.html" rel="noopener">WIPO case D2017-1828, November 12, 2017&lt;/a>).&lt;/p>
&lt;p>None of that makes pfSense a bad firewall. It is why, given a blank machine, I start somewhere else.&lt;/p>
&lt;h2 id="realtek-is-the-diy-instability">Realtek is the DIY instability&lt;/h2>
&lt;p>Almost every &amp;ldquo;my OPNsense box randomly drops the WAN&amp;rdquo; story ends at the network card, and the vendors say so in their own documentation.&lt;/p>
&lt;p>Netgate&amp;rsquo;s pfSense hardware documentation: &amp;ldquo;The best practice is to use Intel NICs because they have solid drivers in FreeBSD and they perform well,&amp;rdquo; and of the alternatives, &amp;ldquo;some work fine, others may suffer from instability or poor performance&amp;rdquo; (&lt;a href="https://docs.netgate.com/pfsense/en/latest/hardware/index.html" rel="noopener">pfSense docs&lt;/a>). OPNsense&amp;rsquo;s hardware page lands in the same place: &amp;ldquo;Intel® network interface cards (NIC) for LAN connections are reliable, fast and not error-prone&amp;rdquo; (&lt;a href="https://docs.opnsense.org/manual/hardware.html" rel="noopener">OPNsense docs&lt;/a>).&lt;/p>
&lt;p>Both platforms sit on FreeBSD, so this is one piece of advice, not two. &lt;strong>Use Intel and most of the mystery problems disappear.&lt;/strong> A cheap box with a Realtek chip is the single most common way a DIY firewall earns its reputation for being flaky, and it is a hardware choice rather than a software one.&lt;/p>
&lt;h2 id="build-it-on-opnsense-with-intel-nics">Build it, on OPNsense, with Intel NICs&lt;/h2>
&lt;p>That is the recommendation. Commodity x86, Intel networking, OPNsense on top.&lt;/p>
&lt;p>You give up the single pane of glass, and that is a real thing to give up. Someone who has only ever run the appliance usually re-buys the appliance, and having run both I understand exactly why — one interface for the gateway, the switches and the access points is worth something, and a build does not offer it. What you get back is a firewall with no inspection ceiling except the CPU you chose, no locked policy layer under your rules, and no vendor deciding next year what tier your feature lives in. For hardware to put it on, the &lt;a href="https://techfuelhq.com/networking/homelab-firewall-router-stack-2026/">homelab firewall and router stack comparison&lt;/a> has bench numbers by box.&lt;/p>
&lt;p>&lt;strong>Buy UniFi instead if you want integrated Wi-Fi and switch management in one place.&lt;/strong> That is the case for it, it is a good case, and it is the whole case. If that is you, buy on the inspection column: pick a gateway whose IDS/IPS figure is above your WAN speed, not one whose ports are.&lt;/p>
&lt;p>&lt;strong>Do not buy UniFi if you want granular firewall control, or full-rate inspection on a multi-gig line without buying up the stack.&lt;/strong> Five gigabits of inspection starts at $279, and past that the ladder stops making sense — the $1,999 Enterprise Firewall inspects at 12.5 Gbps while the cheaper $1,499 Dream Machine Beast inspects at 25. On a build, that number is a CPU choice.&lt;/p>
&lt;p>Prices and specifications move. Both columns above came off Ubiquiti&amp;rsquo;s own pages on September 7, 2026 — check them before you order.&lt;/p></description></item><item><title>Used RTX A6000 vs RTX 5090: The 42.5GB Line</title><link>https://techfuelhq.com/articles/used-workstation-gpu-48gb/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/articles/used-workstation-gpu-48gb/</guid><description>&lt;p>Forty-two and a half gigabytes. That single number settles most of this purchase, and almost nothing else about either card does.&lt;/p>
&lt;p>The exact &lt;a href="https://huggingface.co/bartowski/Llama-3.3-70B-Instruct-GGUF/blob/main/Llama-3.3-70B-Instruct-Q4_K_M.gguf" rel="noopener">Llama 3.3 70B Q4_K_M file&lt;/a> is 42.52GB of weights. &lt;strong>It does not fit on a 32GB RTX 5090. It does not fit across two 16GB cards, because those still add up to 32GB. A 48GB RTX A6000 is the only card in this comparison that holds it&lt;/strong> — and the A6000 is a 2020 board.&lt;/p>
&lt;p>Everything that fits 16GB belongs to the RTX 5080.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-line-and-which-cards-cross-it">The line, and which cards cross it&lt;/h2>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Card&lt;/th>
&lt;th scope="col">Memory&lt;/th>
&lt;th scope="col" style="text-align: right">Board power&lt;/th>
&lt;th scope="col">Holds 42.52GB of weights?&lt;/th>
&lt;th scope="col" style="text-align: right">Lowest August price&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>RTX A6000&lt;/strong>&lt;/td>
&lt;td>48GB GDDR6 ECC&lt;/td>
&lt;td style="text-align: right">300W&lt;/td>
&lt;td>&lt;strong>Yes&lt;/strong> — 5.48GB left over&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="a6000.pny.usd" data-claim-value="5490.00" data-claim-scope="Newegg, exact VCNRTXA6000-SB row, US" data-claim-date="2026-08-17">$5,490.00&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX 5090&lt;/td>
&lt;td>32GB GDDR7&lt;/td>
&lt;td style="text-align: right">575W&lt;/td>
&lt;td>No — short by 10.52GB&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="rtx5090.card.min.usd" data-claim-value="4829.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$4,829.99&lt;/span>
&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>RTX 5080&lt;/strong>&lt;/td>
&lt;td>16GB GDDR7&lt;/td>
&lt;td style="text-align: right">360W&lt;/td>
&lt;td>No&lt;/td>
&lt;td style="text-align: right">&lt;span class="claim" data-claim-key="rtx5080.card.min.usd" data-claim-value="1399.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$1,399.99&lt;/span>
&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Memory and power figures come from the manufacturer spec tables on the
&lt;a href="https://www.nvidia.com/en-us/products/workstations/rtx-a6000/" rel="noopener">NVIDIA RTX A6000&lt;/a>,
&lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5090/" rel="noopener">RTX 5090&lt;/a> and
&lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5080/" rel="noopener">RTX 5080&lt;/a> pages;
&lt;a href="https://www.pny.com/nvidia-rtx-a6000" rel="noopener">PNY&lt;/a> publishes 768GB/s of bandwidth and a dual-slot active
fansink for its A6000 board.&lt;/p>
&lt;p>The fit is binary and the price is not. That is the whole shape of this decision: one card clears a
hard capacity threshold, two do not, and the cheapest of the three is the one you probably want.&lt;/p>
&lt;h2 id="16gb-is-already-fast-which-is-the-awkward-part">16GB is already fast, which is the awkward part&lt;/h2>
&lt;p>Our &lt;a href="https://techfuelhq.com/data/rtx-5080-llm-throughput/">RTX 5080 throughput dataset&lt;/a> recorded gpt-oss 20B at MXFP4
decoding &lt;strong>178 to 190 tokens per second&lt;/strong> across two dated captures, with the whole model sitting in
13,381 to 14,067 MiB of the card&amp;rsquo;s 16GB. Qwen 2.5 14B at Q4_K_M decoded at &lt;strong>94 to 97 tokens per
second&lt;/strong>. Every cell is the median of three runs, and the published CSV carries the driver version,
the Ollama build, the model digests and the resident memory readings.&lt;/p>
&lt;p>That result is the reason the 48GB card is not an automatic upgrade. A 20B model and a 14B model are
already resident and already quick on a $1,399.99 card. Paying nearly four times that for 48GB buys
nothing at all unless the extra capacity changes &lt;em>which model can stay loaded&lt;/em>. The
&lt;a href="https://techfuelhq.com/articles/local-llm-by-gpu-vram-2026/">VRAM-tier guide&lt;/a> maps the full ladder, and the
&lt;a href="https://techfuelhq.com/tools/llm-vram-calculator/">VRAM calculator&lt;/a> works out the context-sensitive version of the same
question.&lt;/p>
&lt;h2 id="skip-the-rtx-5090-for-70b-work">Skip the RTX 5090 for 70B work&lt;/h2>
&lt;p>This is the finding that surprised us. If you are buying a card to reach a 70B model, the RTX 5090 is
the worst of the three, and it is not close.&lt;/p>
&lt;p>At $4,829.99 it costs &lt;strong>$3,430 more than the RTX 5080&lt;/strong> — and it stops 10.52GB short of the file that
would justify the upgrade. It buys a bigger pool that lands on the wrong side of the threshold this
page is about, then asks 575W to do it. Meanwhile the A6000 sits $660 above it and actually clears
the line at 300W.&lt;/p>
&lt;p>One band does belong to it, and the RTX 5080 cannot take it: a working set between 16GB and 32GB — a
32B model at Q4, say — is too big for 16GB and nowhere near needing 48GB. If that is your workload,
the 5090 is the only card in this table that fits it. Nothing here recommends it above that band, and
no matched throughput number for it was captured on this page.&lt;/p>
&lt;p>Availability made the point again. All three RTX 5090 card rows in the August feed were checked on
September 7 and every one had gone out of stock. If you are shopping for a 32GB pool you are paying a
scarcity price for capacity that does not reach.&lt;/p>
&lt;h2 id="buy-the-rtx-5080">Buy the RTX 5080&lt;/h2>
&lt;p>&lt;strong>Start at $1,399.99 and stop there unless your model genuinely will not fit 16GB.&lt;/strong>&lt;/p>
&lt;p>That is the recommendation for nearly everyone reading this. A 20B model runs at 178 to 190 tokens
per second on it by our own measurement, it draws 360W, it is a current-generation card with a
current warranty, and it costs less than a third of either 48GB or 32GB alternative.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445831431106774666636889&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fgigabyte-windforce-gv-n5080wf3oc-16gd-geforce-rtx-5080-16gb-graphics-card-triple-fans%2Fp%2FN82E16814932754%3Fitem%3DN82E16814932754"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=GV-N5080WF3OC-16GD&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>Thirteen RTX 5080 cards were in stock in the August feed between $1,399.99 and $1,999.99, so there is
real room to shop the exact board. Prices move — check before you order.&lt;/p>
&lt;h2 id="the-one-case-for-going-after-a-used-a6000">The one case for going after a used A6000&lt;/h2>
&lt;p>Buy 48GB when your resident working set lands &lt;strong>above 32GB and comfortably below 48GB&lt;/strong>. That is a
narrow window and it is the only window. A dense 70B at Q4 fits it. A 20B does not, and a 120B does
not either.&lt;/p>
&lt;p>Watch the headroom while you are in there. The weights take 42.52GB and leave 5.48GB for the KV
cache and runtime buffers. Ordinary context lengths live in that space; long ones do not, and the
failure shows up as an out-of-memory error partway through a session rather than at load time. Work
out your context budget before you commit to the card, not after.&lt;/p>
&lt;p>Three things the A6000 gives you beyond raw capacity: ECC memory, a 300W ceiling that fits a normal
power supply, and a two-slot board in a market where the fast consumer cards have grown to three and
four. NVIDIA also supports it on the RTX Enterprise driver branch rather than the Game Ready branch,
which is the right trade for a machine that works and the wrong one for a machine that games.&lt;/p>
&lt;h3 id="what-to-make-the-seller-put-in-writing">What to make the seller put in writing&lt;/h3>
&lt;p>A used A6000 is a private-party or reseller transaction, and the coverage rides entirely on that
paperwork. PNY publishes a &lt;a href="https://www.pny.com/nvidia-rtx-a6000" rel="noopener">three-year limited warranty&lt;/a> on a
new card, and &lt;a href="https://www.nvidia.com/en-us/support/warranty/" rel="noopener">NVIDIA&amp;rsquo;s warranty policy&lt;/a> sends most
claims to the reseller or board partner first. Neither of those facts follows a card to its second
owner on its own. So before you pay, get:&lt;/p>
&lt;ol>
&lt;li>the exact part number and a photo of the serial;&lt;/li>
&lt;li>whether the card is used, refurbished, open-box, or pulled from a workstation;&lt;/li>
&lt;li>the return window, and who pays return shipping;&lt;/li>
&lt;li>the warranty provider and the remaining duration;&lt;/li>
&lt;li>enough of that return window left to run a full 48GB memory test and an hour of sustained load.&lt;/li>
&lt;/ol>
&lt;p>The fifth one is the one people skip. Run it the day the card arrives.&lt;/p>
&lt;p>And know the ceiling. A &lt;strong>new&lt;/strong> PNY board lists at $5,490.00 — $660 above the RTX 5090 and roughly
four times the RTX 5080. A used card asking within a few hundred dollars of that is not a deal; the
discount &lt;em>is&lt;/em> the entire reason to accept a five-year-old GPU with someone else&amp;rsquo;s hours on it. If
you would rather have the new-card warranty than the savings, this is the exact board:&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445831365960500403949722&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fp%2F1HD-00PH-00001%3Fitem%3D9SIB1PGK0P9366"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=PNY&amp;#43;RTX&amp;#43;A6000&amp;#43;48GB&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;h2 id="how-this-was-checked">How this was checked&lt;/h2>
&lt;p>The capacity argument uses one exact model artifact rather than a rounded parameter count: the
Hugging Face repository reports 42,520,398,816 bytes for &lt;code>Llama-3.3-70B-Instruct-Q4_K_M.gguf&lt;/code>, which
is 42.52GB. Memory, power and cooling figures were read off the current NVIDIA and PNY specification
tables on September 7. Throughput comes from our own
&lt;a href="https://techfuelhq.com/data/rtx-5080-llm-throughput/">RTX 5080 dataset&lt;/a>, captured on an RTX 5080 under Ollama with the
method and raw CSV published alongside it — no A6000 was benchmarked here, which is why this page
recommends the 48GB card on capacity and never on speed.&lt;/p>
&lt;p>Prices are the lowest in-stock USD offer per exact model from the August 17 Newegg feed, restricted
to actual video cards. No used price appears anywhere on this page: every used-A6000 listing checked
on September 7 was expired, dead, or unreachable. That is itself the finding. Used A6000 supply is
thin and it moves, so treat any single listing you find as a sample of one and price it against the
$5,490.00 new-card ceiling above.&lt;/p>
&lt;p>This page is re-checked every six months, and sooner if a new consumer card moves the 32GB ceiling or
a major 70B release changes file size.&lt;/p></description></item><item><title>Which GPU Actually Drives 4K at 240Hz</title><link>https://techfuelhq.com/articles/4k-240hz-which-gpu-2026/</link><pubDate>Mon, 07 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/articles/4k-240hz-which-gpu-2026/</guid><description>&lt;p>A 27-inch 4K 240Hz QD-OLED sold for &lt;span class="claim" data-claim-key="aw2725q.usd" data-claim-value="699.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">&lt;strong>$699.99&lt;/strong>&lt;/span>
in Newegg&amp;rsquo;s August feed. The panel is no longer the expensive part of this decision. The card is.&lt;/p>
&lt;p>&lt;strong>The published native 4K ultra averages fall well short of 240 fps.&lt;/strong> Tom&amp;rsquo;s Hardware&amp;rsquo;s &lt;a href="https://www.tomshardware.com/reviews/gpu-hierarchy,4388.html" rel="noopener">June 2026 GPU benchmarks hierarchy&lt;/a> puts the RTX 5090 — the fastest consumer GPU that exists — at a &lt;strong>110.8 fps geometric mean across eleven raster games at native 4K ultra&lt;/strong>, and &lt;strong>64.1 fps&lt;/strong> across its ray-traced suite, on a Ryzen 7 9800X3D testbed with no upscaling or frame generation.&lt;/p>
&lt;p>240 is more than double that. For those demanding workloads, the buying question is which card feeds frame generation properly. The cable question is separate.&lt;/p>
&lt;p>&lt;em>Some retailer links below are affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our &lt;a href="https://techfuelhq.com/disclosure/">disclosure&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="the-cable-question-is-already-settled">The cable question is already settled&lt;/h2>
&lt;p>Start here, because it is the part people spend money on unnecessarily.&lt;/p>
&lt;p>4K at 240Hz is a lot of pixels per second. Run it through our &lt;a href="https://techfuelhq.com/tools/displayport-hdmi-bandwidth-calculator/">DisplayPort and HDMI bandwidth calculator&lt;/a>, which derives timing from VESA CVT reduced-blanking v2, and 3840×2160 at 240Hz clocks &lt;strong>2.29 billion pixels per second&lt;/strong> — about 15% above the raw active-pixel count, because blanking overhead grows with refresh rate rather than staying a flat share.&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">4K 240Hz mode&lt;/th>
&lt;th scope="col" style="text-align: right">Uncompressed&lt;/th>
&lt;th scope="col" style="text-align: right">With DSC&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>10-bit, 4:4:4 (HDR)&lt;/td>
&lt;td style="text-align: right">&lt;strong>68.6 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">18.3 Gbps&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>8-bit, 4:4:4 (SDR)&lt;/td>
&lt;td style="text-align: right">&lt;strong>54.8 Gbps&lt;/strong>&lt;/td>
&lt;td style="text-align: right">18.3 Gbps&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Now the links, at their &lt;strong>effective&lt;/strong> rates after encoding overhead:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Interface&lt;/th>
&lt;th scope="col" style="text-align: right">Effective&lt;/th>
&lt;th scope="col">4K 240Hz 10-bit&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>HDMI 2.0&lt;/td>
&lt;td style="text-align: right">14.4 Gbps&lt;/td>
&lt;td>No — and TMDS has no DSC&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>DP 1.4 (HBR3)&lt;/td>
&lt;td style="text-align: right">25.92 Gbps&lt;/td>
&lt;td>Needs DSC — then fits easily&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>DP 2.1 UHBR10&lt;/td>
&lt;td style="text-align: right">38.69 Gbps&lt;/td>
&lt;td>Needs DSC&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>HDMI 2.1&lt;/td>
&lt;td style="text-align: right">42.6 Gbps&lt;/td>
&lt;td>Needs DSC&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>DP 2.1 UHBR13.5&lt;/td>
&lt;td style="text-align: right">52.22 Gbps&lt;/td>
&lt;td>Needs DSC&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>DP 2.1 UHBR20&lt;/td>
&lt;td style="text-align: right">77.37 Gbps&lt;/td>
&lt;td>&lt;strong>Fits uncompressed&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Read the two columns together and the conclusion is blunt. &lt;strong>Exactly one interface carries 4K 240Hz uncompressed, and every other one carries it with DSC — including DisplayPort 1.4, with nearly 30% of its bandwidth still unused.&lt;/strong> Even 8-bit SDR does not rescue UHBR13.5, which lands 2.6 Gbps short.&lt;/p>
&lt;p>The vendors say the same thing in their own specifications. NVIDIA&amp;rsquo;s &lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4090/" rel="noopener">RTX 4090 page&lt;/a> — a DisplayPort &lt;strong>1.4a&lt;/strong> card, two generations old — lists a maximum of &amp;ldquo;4K at 240Hz or 8K at 60Hz with DSC, HDR&amp;rdquo;. NVIDIA&amp;rsquo;s &lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5090/" rel="noopener">RTX 5090&lt;/a> and &lt;a href="https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5080/" rel="noopener">RTX 5080&lt;/a> pages both list DisplayPort 2.1b with UHBR20 and a maximum of &amp;ldquo;4K at 480Hz or 8K at 165Hz with DSC&amp;rdquo; — note that even the newest, widest link on the market reaches its headline number with compression on.&lt;/p>
&lt;p>And the monitors agree. Tom&amp;rsquo;s Hardware&amp;rsquo;s &lt;a href="https://www.tomshardware.com/monitors/gaming-monitors/alienware-aw2725q-4k-240-hz-oled-gaming-monitor-review-serious-value-and-high-performance" rel="noopener">Alienware AW2725Q review&lt;/a> lists the panel as 3840×2160 at 240 Hz, 10-bit, with a single &lt;strong>&amp;ldquo;1x DisplayPort 1.4 w/DSC&amp;rdquo;&lt;/strong> and two HDMI 2.1 ports. That is a shipping 4K 240Hz 10-bit monitor whose only DisplayPort input is the old standard.&lt;/p>
&lt;p>&lt;strong>If you are shopping for a GPU because you think your DisplayPort version cannot feed a 240Hz 4K panel, stop. It can.&lt;/strong>&lt;/p>
&lt;h2 id="what-dsc-actually-costs-you-which-is-the-part-everyone-skips">What DSC actually costs you, which is the part everyone skips&lt;/h2>
&lt;p>DSC is not free, but the cost is not where buyers expect.&lt;/p>
&lt;p>On image quality, &lt;a href="https://vesa.org/vesa-display-compression-codecs/" rel="noopener">VESA&lt;/a> publishes DSC as a fixed 8 bits-per-pixel target — &amp;ldquo;3:1 (8 bpp)&amp;rdquo; at 24-bit color and &amp;ldquo;3.75:1 (8 bpp)&amp;rdquo; at 30-bit — with &amp;ldquo;visually lossless compression performance verified by subjective testing&amp;rdquo;. Almost nobody sees it. Treat that as closed.&lt;/p>
&lt;p>The cost is behavioural. Reviewing a 27-inch 4K 240Hz panel with a full-speed DisplayPort 2.1 input, TFTCentral&amp;rsquo;s Simon Baker listed what UHBR20 lets you avoid in his January 2025 &lt;a href="https://tftcentral.co.uk/reviews/asus-rog-swift-pg27ucdm" rel="noopener">ROG Swift PG27UCDM review&lt;/a>: &amp;ldquo;long delays and black screens when Alt-tabbing out of games, limitations when using multiple displays and daisy chaining, and missing support for features like NVIDIA DSR and DLDSR.&amp;rdquo;&lt;/p>
&lt;p>That last one has a precise rule behind it. NVIDIA told TFTCentral, in a statement &lt;a href="https://www.tomshardware.com/pc-components/gpus/nvidia-dsr-and-dldsr-tech-can-work-on-some-dsc-monitors" rel="noopener">Tom&amp;rsquo;s Hardware reported&lt;/a>, that &amp;ldquo;NVIDIA DSR, NVIDIA DLDSR, and NVIDIA Image Scaling are supported when DSC mode is enabled if the pixel rate needed to drive the display mode does not exceed the GPU&amp;rsquo;s single head limit. If GPU uses two or more internal heads to drive the display, NVIDIA DSR, NVIDIA DLDSR, and NVIDIA Image Scaling are not supported.&amp;rdquo; So DSC does not disable downsampling by itself — a mode heavy enough to consume two display heads does.&lt;/p>
&lt;p>&lt;strong>That is the whole case for UHBR20, and it is a display-behaviour case, not a performance one.&lt;/strong> ASUS states the &lt;a href="https://rog.asus.com/monitors/27-to-31-5-inches/rog-swift-oled-pg27ucdm/" rel="noopener">PG27UCDM&lt;/a> runs &amp;ldquo;4K at 240Hz or 8K at 60Hz visuals without compression&amp;rdquo; over DisplayPort 2.1a UHBR20 at 80 Gbps. If alt-tab black screens or a daisy chain matter to you, buy the panel with UHBR20 and pair it with an RTX 50 card. If they do not, DSC is the correct answer and it always was.&lt;/p>
&lt;p>One real limit: AMD does not have UHBR20 in the consumer stack. Club386&amp;rsquo;s report of AMD&amp;rsquo;s &lt;a href="https://www.club386.com/amd-confirms-radeon-rx-9070-series-specs-and-304w-tbp/" rel="noopener">confirmed RX 9070 series specifications&lt;/a> lists &amp;ldquo;HDMI 2.1b DP 2.1a UHBR13.5&amp;rdquo;, and Sapphire&amp;rsquo;s &lt;a href="https://www.sapphiretech.com/en/consumer/nitro-radeon-rx-9070-xt-16g-gddr6" rel="noopener">Nitro+ RX 9070 XT page&lt;/a> confirms DisplayPort 2.1a. RDNA 4 drives 4K 240Hz over DSC like everything else; it cannot drive it uncompressed.&lt;/p>
&lt;h2 id="the-real-gate-is-frames-and-the-number-to-check-is-not-the-one-you-think">The real gate is frames, and the number to check is not the one you think&lt;/h2>
&lt;p>Since the link is solved, the whole decision is rendering.&lt;/p>
&lt;p>The demanding titles below also fall short of 240 at the review&amp;rsquo;s 4K settings. TechSpot&amp;rsquo;s 17-game RTX 5090 suite on a 9800X3D — Steven Walton&amp;rsquo;s &lt;a href="https://www.techspot.com/review/2944-nvidia-geforce-rtx-5090/" rel="noopener">January 2025 review&lt;/a> — recorded &lt;strong>195 fps in God of War Ragnarök&lt;/strong>, &lt;strong>160 fps in Delta Force&lt;/strong> and &lt;strong>71 fps in S.T.A.L.K.E.R. 2&lt;/strong> at 4K. The card&amp;rsquo;s fastest 4K numbers in that suite came from lighter titles — 212 fps in Marvel&amp;rsquo;s Spider-Man Remastered, well over 300 in War Thunder — not from the heavy end of it. The card that costs &lt;span class="claim" data-claim-key="rtx5090.usd" data-claim-value="4829.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">&lt;strong>$4,829.99&lt;/strong>&lt;/span>
does not reach 240 in those three demanding games at the tested settings.&lt;/p>
&lt;p>For those workloads, Multi Frame Generation is one route to 240, and it has an entry requirement. PCWorld&amp;rsquo;s Brad Chacos, relaying what his testers reported in the &lt;a href="https://www.pcworld.com/article/2585806/nvidia-geforce-rtx-5090-review.html" rel="noopener">January 2025 RTX 5090 review&lt;/a> he co-bylined with Adam Patrick Murray, put it plainly: &amp;ldquo;you&amp;rsquo;ll want native in-game frame rates to hit close to 50- to 60fps before turning on MFG, or the latency can start to feel a little weird.&amp;rdquo; PC Gamer&amp;rsquo;s Dave James said the same thing about NVIDIA&amp;rsquo;s &lt;a href="https://www.pcgamer.com/hardware/graphics-cards/nvidias-promising-4k-240-hz-path-traced-gaming-with-dlss-4-5-but-do-you-want-6x-multi-frame-gen/" rel="noopener">DLSS 4.5 announcement&lt;/a> — you need &amp;ldquo;an RTX 50-series GPU capable enough of delivering at 60 fps in your chosen path-traced game&amp;rdquo; before the higher frame-gen multipliers do anything but inflate a counter.&lt;/p>
&lt;p>&lt;strong>The number that decides your purchase is therefore the input rate, not the output rate.&lt;/strong> And the input rate at 4K with DLSS Quality is not the native-4K figure — DLSS Quality renders internally at roughly 2560×1440 and upscales. Tom&amp;rsquo;s Hardware&amp;rsquo;s 1440p column is the closest published stand-in for it. Reading both columns together:&lt;/p>
&lt;div class="table-wrap">
&lt;table>
&lt;thead>
&lt;tr>
&lt;th scope="col">Card&lt;/th>
&lt;th scope="col" style="text-align: right">Native 4K raster&lt;/th>
&lt;th scope="col" style="text-align: right">Native 4K ray tracing&lt;/th>
&lt;th scope="col" style="text-align: right">1440p RT (≈ 4K DLSS-Q input)&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>RTX 5090&lt;/td>
&lt;td style="text-align: right">110.8&lt;/td>
&lt;td style="text-align: right">64.1&lt;/td>
&lt;td style="text-align: right">100.8&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX 4090&lt;/td>
&lt;td style="text-align: right">89.1&lt;/td>
&lt;td style="text-align: right">52.2&lt;/td>
&lt;td style="text-align: right">87.7&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>RTX 5080&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>77.4&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>42.1&lt;/strong>&lt;/td>
&lt;td style="text-align: right">&lt;strong>74.0&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX 5070 Ti&lt;/td>
&lt;td style="text-align: right">68.6&lt;/td>
&lt;td style="text-align: right">36.7&lt;/td>
&lt;td style="text-align: right">66.2&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RX 9070 XT&lt;/td>
&lt;td style="text-align: right">65.8&lt;/td>
&lt;td style="text-align: right">30.1&lt;/td>
&lt;td style="text-align: right">55.5&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>RTX 5070&lt;/td>
&lt;td style="text-align: right">54.3&lt;/td>
&lt;td style="text-align: right">22.7&lt;/td>
&lt;td style="text-align: right">51.5&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;/div>
&lt;p>Geometric means from Tom&amp;rsquo;s Hardware&amp;rsquo;s June 2026 hierarchy — 11 raster games, 8 ray-traced, Ryzen 7 9800X3D, no upscaling. The right-hand column is my derivation, not their measurement: it uses their 1440p ray-tracing result as a proxy for the internal render rate of 4K DLSS Quality, which ignores DLSS&amp;rsquo;s own overhead and is therefore slightly optimistic.&lt;/p>
&lt;p>Read that column against the 60 fps floor and the field sorts itself. &lt;strong>The RTX 5090, 4090, 5080 and 5070 Ti clear it. The RX 9070 XT falls short at 55.5, and the RTX 5070 is further back still at 51.5.&lt;/strong>&lt;/p>
&lt;h2 id="what-each-expectation-actually-buys">What each expectation actually buys&lt;/h2>
&lt;p>&lt;strong>Esports and older titles, natively.&lt;/strong> Counter-Strike 2, Apex Legends, Fortnite and Marvel Rivals sit inside that eleven-game mean alongside Alan Wake II and Black Myth Wukong, which is why the mean lands at 110.8 rather than at either extreme. Competitive shooters are the class of game where a 4K 240Hz panel earns its refresh rate on the card already in the machine — here the display is the constraint and the GPU is not.&lt;/p>
&lt;p>&lt;strong>AAA raster at 240.&lt;/strong> Upscaling plus 2× or 4× frame generation, and the input rate is comfortable from the RTX 5070 Ti up (116.8 fps at 1440p raster). This is the largest slice of the real library and it does not need the top of the stack.&lt;/p>
&lt;p>&lt;strong>Path-traced AAA at 240.&lt;/strong> The hardest case, and the one the marketing is built on. PCWorld measured Cyberpunk 2077 on the RT Overdrive preset with 1.7× DLSS scaling at 4K on an RTX 5090: &lt;strong>71 fps without frame generation, 249 fps with DLSS 4 MFG&lt;/strong>. NVIDIA&amp;rsquo;s own CES 2026 demo, reported by PC Gamer, showed Black Myth Wukong at &lt;strong>246 fps at 4K with path tracing on an RTX 5090 using 6× MFG, at 53 ms of PC latency&lt;/strong> — that one is a vendor figure from a vendor demo, not an independent measurement. Either way this tier is a 5090 job, or a 5080 with DLSS Quality doing the input work.&lt;/p>
&lt;h2 id="buy-the-rtx-5080">Buy the RTX 5080&lt;/h2>
&lt;p>&lt;strong>&lt;span class="claim" data-claim-key="rtx5080.usd" data-claim-value="1599.99" data-claim-scope="Newegg product page, read live, US" data-claim-date="2026-09-07">$1,599.99&lt;/span>
for the cheapest card that has margin instead of just enough.&lt;/strong>&lt;/p>
&lt;p>At 4K with DLSS Quality it works out to a 74.0 fps input rate in ray-traced games, clear of the 60 fps floor MFG needs with room left over. The 5070 Ti&amp;rsquo;s 66.2 is on the line rather than above it. And the 5080&amp;rsquo;s 77.4 fps native 4K raster average means a large part of what you play never touches frame generation at all.&lt;/p>
&lt;span class="buy-cell" data-affiliate-component="table-row">&lt;a class="buy-cell__action buy-cell__action--primary"
href="https://click.linksynergy.com/link?id=CW4UrCo/56I&amp;amp;offerid=1749755.445831431106774666636889&amp;amp;type=15&amp;amp;murl=https%3A%2F%2Fwww.newegg.com%2Fgigabyte-windforce-gv-n5080wf3oc-16gd-geforce-rtx-5080-16gb-graphics-card-triple-fans%2Fp%2FN82E16814932754%3Fitem%3DN82E16814932754"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Newegg"
data-affiliate-slot="table-row"
data-link-kind="product">Check Newegg&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;a class="buy-cell__action"
href="https://www.amazon.com/s?k=RTX&amp;#43;5080&amp;#43;graphics&amp;#43;card&amp;amp;tag=techfuelhq-20"
rel="nofollow sponsored noopener"
target="_blank"
data-affiliate-retailer="Amazon"
data-affiliate-slot="table-row"
data-link-kind="search">Search Amazon&lt;span class="buy-cell__checked">Link checked 2026-09-07&lt;/span>&lt;/a>&lt;/span>
&lt;p>&lt;strong>Buy the RTX 5070 Ti at &lt;span class="claim" data-claim-key="rtx5070ti.usd" data-claim-value="979.99" data-claim-scope="Newegg, lowest in-stock row, US" data-claim-date="2026-08-17">$979.99&lt;/span>
instead&lt;/strong> if you play raster games and ray tracing is not the point. 116.8 fps at 1440p raster is more input than frame generation needs, and $420 is a monitor.&lt;/p>
&lt;p>&lt;strong>Do not buy the RTX 5090 for this.&lt;/strong> $4,829.99 against $1,599.99 — three times the money — for 43% more raster frames and 52% more ray-traced frames. That ratio is defensible if you need native 4K speed or 32GB of VRAM for work. It is not defensible when the target is a refresh rate that frame generation reaches from the 5080.&lt;/p>
&lt;p>&lt;strong>And do not buy anything at all for the port.&lt;/strong> If you already own an RTX 40-series card, NVIDIA&amp;rsquo;s own specification page says it drives 4K at 240Hz over DisplayPort 1.4a with DSC. Buy the monitor, keep the card, and upgrade when the frame rate bothers you rather than when the spec sheet does.&lt;/p>
&lt;p>Two things that would change this. If you want an uncompressed signal — because alt-tab blackouts or a daisy chain have burned you before — you need both a UHBR20 monitor and an RTX 50 card, and that combination has a price. And if ray tracing is off the table entirely, the &lt;a href="https://techfuelhq.com/articles/best-gpu-4k-gaming-2026/">RX 9070 XT is the value play&lt;/a> at 65.8 fps native 4K raster, with the caveat that its ray-traced input rate does not clear the frame-generation floor.&lt;/p>
&lt;p>Prices are from the August 17, 2026 Newegg feed and graphics cards are moving weekly under the memory shortage. Check the live page before you order.&lt;/p>
&lt;hr>
&lt;p>&lt;em>Where each card sits across every resolution: the &lt;a href="https://techfuelhq.com/articles/gpu-hierarchy-2026/">GPU hierarchy 2026 tier list&lt;/a>. What frame generation is doing to those numbers: &lt;a href="https://techfuelhq.com/articles/frame-generation-explained-2026/">frame generation explained&lt;/a>. Whether your exact resolution, refresh and color depth fits a given cable: the &lt;a href="https://techfuelhq.com/tools/displayport-hdmi-bandwidth-calculator/">DisplayPort and HDMI bandwidth calculator&lt;/a>.&lt;/em>&lt;/p></description></item><item><title>Steam Content File Locked: Find the Cause and Fix It (2026)</title><link>https://techfuelhq.com/gaming/steam-content-file-locked-fix-2026/</link><pubDate>Sat, 05 Sep 2026 00:00:00 -0500</pubDate><author>LK Wood IV</author><guid>https://techfuelhq.com/gaming/steam-content-file-locked-fix-2026/</guid><description>&lt;p>By &lt;a href="https://techfuelhq.com/author/lk-wood-iv/">LK Wood IV&lt;/a> · Published 2026-09-05 · Updated 2026-09-05 · ~9 min read · St. Louis County, MO&lt;/p>
&lt;div class="verdict-card" style="border:1px solid #c8ff00;border-left:4px solid #c8ff00;border-radius:6px;padding:1.25rem 1.5rem;margin:1.5rem 0 2rem 0;background:rgba(200,255,0,0.04);">
&lt;p style="margin:0 0 0.5rem 0;font-weight:700;color:#c8ff00;letter-spacing:0.04em;text-transform:uppercase;font-size:0.85rem;">TL;DR · Fix Content File Locked&lt;/p>
&lt;ul style="margin:0.25rem 0 0 0;padding-left:1.25rem;line-height:1.55;">
&lt;li>&lt;strong>Diagnose first:&lt;/strong> use Microsoft Process Explorer and search the game folder name under &lt;strong>Find &amp;gt; Find Handle or DLL&lt;/strong>.&lt;/li>
&lt;li>&lt;strong>If a process owns the file:&lt;/strong> close that process. A game that never finished exiting is the first cause to check.&lt;/li>
&lt;li>&lt;strong>If no process owns it:&lt;/strong> restart Windows, then use Steam's &lt;strong>Clear Download Cache&lt;/strong>, &lt;strong>Repair Folder&lt;/strong>, and &lt;strong>Verify integrity of game files&lt;/strong> controls.&lt;/li>
&lt;li>&lt;strong>Do not start with Winsock:&lt;/strong> it resets network catalog settings. It does not release a local file handle.&lt;/li>
&lt;/ul>
&lt;/div>
&lt;h2 id="what-the-error-means">What the error means&lt;/h2>
&lt;p>&amp;ldquo;An error occurred while updating &lt;em>game&lt;/em> (content file locked)&amp;rdquo; means Steam could not write or replace a required game file because something else still held it open. The shorter &amp;ldquo;update failed: content file locked&amp;rdquo; message describes the same blocked write. Same failure, shorter wording. The useful question is not which six generic fixes exist. It is which process owns the file right now. When no live handle appears, move outward to the library folder, its permissions, and Steam&amp;rsquo;s download state.&lt;/p>
&lt;h2 id="find-what-is-holding-the-file">Find what is holding the file&lt;/h2>
&lt;p>Start with &lt;a href="https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer" rel="noopener">Microsoft Sysinternals Process Explorer&lt;/a>. Microsoft describes it as the tool for finding which program has a file or directory open. Its download is a portable executable, so there is no installer to work through.&lt;/p>
&lt;ol>
&lt;li>Exit the game and Steam normally.&lt;/li>
&lt;li>Run &lt;code>procexp.exe&lt;/code>.&lt;/li>
&lt;li>Open &lt;strong>Find &amp;gt; Find Handle or DLL&lt;/strong>.&lt;/li>
&lt;li>Search for the game&amp;rsquo;s folder name exactly as it appears under &lt;code>steamapps\common&lt;/code> (open that folder first if you are not sure of the spelling).&lt;/li>
&lt;li>Read the matching path and owning process in the results.&lt;/li>
&lt;/ol>
&lt;p>Do not end an unfamiliar Windows process just because its name appears; if the result belongs to the game, its launcher, Steam, an anti-cheat component, or security software you recognize, close that application through its own interface and search again, because the lock is cleared only when the matching handle disappears. I would not clear a cache before doing this search. Cache repair can change Steam&amp;rsquo;s state, but it cannot tell you whether the game executable is still alive. Process Explorer turns a vague message into a named owner.&lt;/p>
&lt;p>The evidence order stays simple: handle first, Steam state second, network repair always last.&lt;/p>
&lt;h3 id="ranked-causes">Ranked causes&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>The game did not close fully.&lt;/strong> The Steam Community guide &lt;a href="https://steamcommunity.com/sharedfiles/filedetails/?id=3211812499" rel="noopener">&amp;ldquo;Content File Locked Error Resolved&amp;rdquo;&lt;/a>, posted by アンジェル on April 4, 2024, describes a game process remaining in Task Manager after the player quit. Windows protects an in-use file in the same practical way it protects an open document. This is the first cause to check because Process Explorer can confirm it directly.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>An anti-cheat or security process owns the file.&lt;/strong> A &lt;a href="https://www.pathofexile.com/forum/view-thread/3607685" rel="noopener">Path of Exile forum thread&lt;/a> from December 2024 says Riot Vanguard was active during an update and blocked it; Vanguard appears there as a community report, not a TechFuelHQ measurement. A Reddit r/Steam answer, which I am not linking, describes anti-cheat or another background process still running after the game closes. Treat the process name and matching handle as the evidence; do not disable protection on a guess. If the owner is anti-cheat, close the game and its launcher, then use the steps in the &lt;a href="https://techfuelhq.com/gaming/easy-anti-cheat-fix-guide-2026/">Easy Anti-Cheat error guide&lt;/a> if that service itself will not exit cleanly.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>The folder is read-only or Steam lacks write permission.&lt;/strong> An r/iRacing community report describes the game folder becoming read-only after an update. That is a report, not a universal Steam behavior. Check the attribute only after Process Explorer shows no owner. A one-time elevated run can then separate a permission problem from a persistent lock.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>The Steam library or download state needs repair.&lt;/strong> Steam exposes separate controls for download cache, storage-folder repair, and installed-file verification. Use the control that matches the failure. Do not run all three at once; you lose the chance to learn which layer was broken.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>A Linux move between drives is hitting a Steam client bug.&lt;/strong> ValveSoftware&amp;rsquo;s open Linux issue records a move that appears to proceed, throws the lock error, and reverts. This is distinct from a Windows process holding a local file during a normal update.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;h2 id="fix-the-cause-you-found">Fix the cause you found&lt;/h2>
&lt;h3 id="close-the-owner-then-restart-windows">Close the owner, then restart Windows&lt;/h3>
&lt;p>If Process Explorer names a leftover game or launcher process, close it and search again. If it will not release the handle, use Restart from the Windows power menu. The Steam Community guide specifically says to restart rather than shut down. Restart gives Steam a clean session without leaving the stale game process alive.&lt;/p>
&lt;p>Open Steam after Windows returns and retry the update. Stop here if it works. The lock had an owner, and you removed it.&lt;/p>
&lt;h3 id="clear-steams-download-cache">Clear Steam&amp;rsquo;s download cache&lt;/h3>
&lt;p>Use the Steam client&amp;rsquo;s own path: Steam &amp;gt; Settings &amp;gt; Downloads &amp;gt; Clear Download Cache. Steam will ask you to confirm, then you can sign in again and retry the update; the April 2024 Steam Community guide also recommends deleting the download cache before verifying the game again, which is why verification follows this step instead of running beside it.&lt;/p>
&lt;p>This step fits a download that keeps returning to the same failed state after no file owner remains. It is not a substitute for closing an active process. I would use it after the handle search and restart, not before them.&lt;/p>
&lt;h3 id="repair-the-steam-library-folder">Repair the Steam library folder&lt;/h3>
&lt;p>Open Steam &amp;gt; Settings &amp;gt; Storage, select the drive that contains the game, open its drive menu, and choose Repair Folder. This is the current Steam-client storage path. The Steam Community guide also directs readers to select the affected drive in Steam&amp;rsquo;s Storage settings and repair the folder.&lt;/p>
&lt;p>Repair Folder targets the library rather than one title. Use it when more than one update on the same drive fails, or when the one-time administrator test points toward folder permissions. Let the repair finish before starting another update.&lt;/p>
&lt;h3 id="verify-the-games-installed-files">Verify the game&amp;rsquo;s installed files&lt;/h3>
&lt;p>In Library, right-click the game and choose Properties &amp;gt; Installed Files &amp;gt; Verify integrity of game files. The Steam Community guide documents the same verification function under the older Local Files label. Steam&amp;rsquo;s current client calls the section Installed Files.&lt;/p>
&lt;p>Verification checks the title&amp;rsquo;s installed content and replaces files that do not match. Run it after the live handle is gone. If verification itself returns Content File Locked, repeat the Process Explorer search while the failure is fresh; the new result may expose the owner that was absent earlier.&lt;/p>
&lt;p>For repeated crashes after the update succeeds, move to the separate &lt;a href="https://techfuelhq.com/articles/games-keep-crashing-pc-2026/">games keep crashing on PC guide&lt;/a>. A crash and a blocked updater are different functions, even when they affect the same game.&lt;/p>
&lt;h3 id="run-steam-as-administrator-once">Run Steam as administrator once&lt;/h3>
&lt;p>Exit Steam. Right-click its shortcut and choose Run as administrator, accept the Windows prompt, then retry the update once. This is a permission test. A successful elevated update points back to write access on the Steam library; it does not justify running the client elevated forever.&lt;/p>
&lt;p>Close Steam after the test and open it normally. If the elevated run succeeded, the library&amp;rsquo;s write permissions were the problem, so repair the library through the Repair Folder step above rather than living with an elevated client. If elevation changes nothing, keep looking for a handle or a read-only folder instead of repeating it.&lt;/p>
&lt;h3 id="check-the-game-folders-read-only-attribute">Check the game folder&amp;rsquo;s read-only attribute&lt;/h3>
&lt;p>Open the game&amp;rsquo;s folder, right-click it, choose Properties, and inspect Read-only. Clear the box, apply the change to the folder and its contents, then retry once. This step comes from the r/iRacing community report noted above; TechFuelHQ has not measured it across Steam libraries.&lt;/p>
&lt;p>If the attribute returns immediately, stop toggling it. Search for the owning process again and repair the library folder through Steam. A setting that will not stay changed is evidence that the underlying owner or permission state remains.&lt;/p>
&lt;h2 id="when-netsh-winsock-reset-is-relevant">When &lt;code>netsh winsock reset&lt;/code> is relevant&lt;/h2>
&lt;p>Open Windows Terminal (Admin) or Command Prompt (Admin) and run:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span>netsh winsock reset
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Microsoft&amp;rsquo;s &lt;a href="https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netsh-winsock" rel="noopener">&lt;code>netsh winsock&lt;/code> reference&lt;/a> says &lt;code>reset&lt;/code> returns the Winsock catalog to a clean state and removes custom Layered Service Providers that can cause network trouble. It does not change Winsock Name Space Provider entries.&lt;/p>
&lt;p>That makes this a network repair, not a command that releases a file handle. It cannot close the handle Process Explorer found. Keep that distinction clear. Use it only when the lock is network-side: no local owner appears, Steam also has connection or download failures, and the cache, library, and installed files are not the point of failure. Run the command once from an elevated prompt, reopen Steam, and test the download. If the same file lock returns, Winsock was not the cause, so go back to handle and folder diagnosis.&lt;/p>
&lt;h2 id="linux-bazzite-and-steamos-moves-between-drives">Linux, Bazzite, and SteamOS: moves between drives&lt;/h2>
&lt;p>The Linux variant has a documented Steam-client failure mode. &lt;a href="https://github.com/ValveSoftware/steam-for-linux/issues/12139" rel="noopener">ValveSoftware/steam-for-linux issue #12139&lt;/a>, &amp;ldquo;Moving game between drives fails with error &amp;lsquo;content file locked,&amp;rsquo;&amp;rdquo; was opened June 26, 2025. The report uses Linux Mint 22.1 and the May 20, 2025 Steam client. The move appears to run, then Steam throws Content File Locked and reverts it. The issue remains open and has 13 comments as read September 5, 2026.&lt;/p>
&lt;p>That sequence matters. If a normal update fails, check for a process holding the library path. If the error appears only after choosing to move a title to another drive, the open Valve issue is the closer match. Repeating cache clears will not establish whether you hit that client bug.&lt;/p>
&lt;p>On Bazzite or SteamOS, keep the game in the library where it still launches while you investigate the target drive and the open issue. I have not reproduced issue #12139 on those distributions, so I would not claim a distro-specific cure. The verified record ends at the Linux Mint report and the still-open ValveSoftware issue, which is the boundary this guide keeps instead of converting one distribution&amp;rsquo;s report into a universal Linux fix.&lt;/p>
&lt;h2 id="sources">Sources&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer" rel="noopener">Microsoft Sysinternals — Process Explorer&lt;/a>, page dated August 12, 2026.&lt;/li>
&lt;li>&lt;a href="https://steamcommunity.com/sharedfiles/filedetails/?id=3211812499" rel="noopener">Steam Community — &amp;ldquo;Content File Locked Error Resolved&amp;rdquo; by アンジェル&lt;/a>, posted April 4, 2024. Community guide.&lt;/li>
&lt;li>&lt;a href="https://github.com/ValveSoftware/steam-for-linux/issues/12139" rel="noopener">ValveSoftware/steam-for-linux issue #12139 — &amp;ldquo;Moving game between drives fails with error &amp;lsquo;content file locked&amp;rsquo;&amp;rdquo;&lt;/a>, opened June 26, 2025.&lt;/li>
&lt;li>&lt;a href="https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netsh-winsock" rel="noopener">Microsoft Windows commands — &lt;code>netsh winsock&lt;/code>&lt;/a>, updated October 22, 2025.&lt;/li>
&lt;li>&lt;a href="https://www.pathofexile.com/forum/view-thread/3607685" rel="noopener">Path of Exile forum thread 3607685&lt;/a>, December 2024. Community report about Riot Vanguard during an update.&lt;/li>
&lt;/ul></description></item></channel></rss>