<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#8211; BaDTechPro</title>
	<atom:link href="https://badtechpro.com/en/categorie/blog-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://badtechpro.com</link>
	<description>Blogs, tutoriels, infos, critiques de produits, programmations</description>
	<lastBuildDate>Fri, 16 Jan 2026 17:34:41 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Installing 4×8 TB Drives (32 TB) in a Seagate BlackArmor 440</title>
		<link>https://badtechpro.com/en/install-4x8tb-drives-seagate-blackarmor-440/</link>
		
		<dc:creator><![CDATA[BadTechPro]]></dc:creator>
		<pubDate>Fri, 16 Jan 2026 04:16:24 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[disk partition]]></category>
		<category><![CDATA[enlarge nas]]></category>
		<category><![CDATA[nas expansion]]></category>
		<category><![CDATA[nas power supply]]></category>
		<category><![CDATA[nas repair]]></category>
		<category><![CDATA[seagate blackarmor 440]]></category>
		<category><![CDATA[seagate nas]]></category>
		<guid isPermaLink="false">https://badtechpro.com/?p=155</guid>

					<description><![CDATA[This guide shows that installing 4&#215;8 TB Drives (32 TB) in a Seagate BlackArmor 440 is feasible without firmware modification. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This guide shows that <strong>installing 4&#215;8 TB Drives (32 TB) in a Seagate BlackArmor 440</strong> is feasible without firmware modification.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Context and Objective</h2>



<p>The Seagate BlackArmor 440 is officially limited to capacities well below 32 TB.<br>Naturally, using the standard NAS operating system, I previously installed 16 TB (4 × 4 TB) without any difficulty. According to Seagate support (contacted by phone), the stated limit is 12 TB. I informed them that 16 TB works perfectly and without any special manipulation.</p>



<p>However, after several real-world tests performed on two identical NAS units, it is possible to install 4 × 8 TB drives (32 TB raw) by bypassing a software limitation in the web interface.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> This procedure does <strong>not involve modifying the firmware</strong>, but rather adjusting an input field on the browser side.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Operating Principle</h2>



<p>The BlackArmor 440 refuses to create a volume exceeding 4 digits in its web interface (e.g. maximum 9999 GB).</p>



<p>This limitation is artificial and can be bypassed using the browser’s developer tools.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> The solution consists of:</p>



<ul class="wp-block-list">
<li>Creating <strong>two 16 TB volumes</strong> instead of a single 32 TB volume, because even if the 4-digit limit is bypassed, entering 32768 GB exceeds internal variables and causes the process to fail</li>



<li>Modifying the <code>maxlength</code> value of an HTML input field</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Important Prerequisites</h2>



<ul class="wp-block-list">
<li>Functional Seagate BlackArmor 440</li>



<li>4 identical or compatible 8 TB drives</li>



<li>RAID 5 configuration</li>



<li>Modern browser (Chrome, Edge, Firefox)</li>



<li>NAS connected to a stable power source (see the <a href="https://badtechpro.com/en/seagate-blackarmor-440-power-supply-issue/" target="_blank" rel="noreferrer noopener nofollow sponsored">article about power supply issues</a>)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Installing 4 × 8 TB Drives in a Seagate BlackArmor 440: Detailed Procedure</h2>



<h3 class="wp-block-heading">Volume #1</h3>



<p>Install 4 NAS drives, ideally 8 TB each, identical or compatible, configured and detected.<br>Click <strong>Add Volume</strong>, as illustrated.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="441" src="https://badtechpro.com/wp-content/uploads/2026/01/image-2-1024x441.png" alt="Volume Add" class="wp-image-113" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-2-1024x441.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-2-300x129.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-2-768x331.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-2.png 1387w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Select <strong>RAID 5</strong>.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="247" src="https://badtechpro.com/wp-content/uploads/2026/01/image-3-1024x247.png" alt="Raid Type 5" class="wp-image-114" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-3-1024x247.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-3-300x72.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-3-768x185.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-3.png 1117w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>This is where the limitation appears: the <strong>Volume Size</strong> field is restricted to <strong>4 </strong>characters and must be changed to <strong>8</strong> characters.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="387" src="https://badtechpro.com/wp-content/uploads/2026/01/image-4-1024x387.png" alt="" class="wp-image-115" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-4-1024x387.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-4-300x113.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-4-768x290.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-4.png 1115w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>To do this, press <strong>F12</strong>. The developer panel will appear on the right side of the web page. In the upper-left corner of the panel, click the <strong>Select element</strong> tool.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="422" height="163" src="https://badtechpro.com/wp-content/uploads/2026/01/image-6.png" alt="" class="wp-image-117" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-6.png 422w, https://badtechpro.com/wp-content/uploads/2026/01/image-6-300x116.png 300w" sizes="auto, (max-width: 422px) 100vw, 422px" /></figure>



<p>Click inside the <strong>Volume Size</strong> field with the left mouse button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="462" height="138" src="https://badtechpro.com/wp-content/uploads/2026/01/image-7.png" alt="" class="wp-image-118" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-7.png 462w, https://badtechpro.com/wp-content/uploads/2026/01/image-7-300x90.png 300w" sizes="auto, (max-width: 462px) 100vw, 462px" /></figure>



<p>This automatically selects the corresponding HTML element. In the right panel, you will clearly see the tag <code><strong>maxlength="4"</strong></code>. This is the limitation that must be changed. Double-click the number <strong>4</strong>, replace it with <strong>8</strong>, then press <strong>Enter</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="51" src="https://badtechpro.com/wp-content/uploads/2026/01/image-8-1024x51.png" alt="" class="wp-image-119" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-8-1024x51.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-8-300x15.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-8-768x38.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-8.png 1257w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>You should now see <code><strong>maxlength="8"</strong></code>. You can press <strong>F12</strong> again to close the developer panel.</p>



<p>Now enter the &#8220;<strong>safe size</strong>&#8221; for Volume #1: <strong>11142 GB</strong>.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Note:</strong> At this point, it may be tempting to check the <strong>Max</strong>. option, but this will <strong>not work</strong>. You will waste a significant amount of time, and in the end the process will fail near completion.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="388" src="https://badtechpro.com/wp-content/uploads/2026/01/image-9-1024x388.png" alt="" class="wp-image-120" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-9-1024x388.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-9-300x114.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-9-768x291.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-9.png 1116w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>You should see a summary with the volume name and description, and confirm that <strong>Volume Size</strong> is set to <strong>11142 GB</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="634" src="https://badtechpro.com/wp-content/uploads/2026/01/image-10-1024x634.png" alt="" class="wp-image-121" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-10-1024x634.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-10-300x186.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-10-768x475.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-10.png 1104w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>After a very long process — almost <strong>55 hours</strong>, depending on drive speed (even fast drives take a long time) — the volume will finish building.<br>In my case, each volume took about <strong>2.5 days</strong>.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" />Make sure, as much as possible, that the NAS is connected to a UPS or to an electrical outlet backed by a generator. In case of a power failure, everything must be reformatted and restarted from scratch.</p>



<p>Once completed, you should see the <strong>Status</strong> set to <strong>Good</strong>, with a volume size of approximately <strong>10.71 TB</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="194" src="https://badtechpro.com/wp-content/uploads/2026/01/image-11-1024x194.png" alt="" class="wp-image-124" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-11-1024x194.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-11-300x57.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-11-768x145.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-11.png 1136w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" />Technical Information: Why Don’t We See 16 TB?</h3>



<p>All drives reserve about <strong>7%</strong> for the file allocation table (metadata). In addition, <strong>RAID 5</strong> consumes approximately <strong>25%</strong> of usable capacity.</p>



<p><strong>Why RAID 5?</strong><br>With only 4 drives, RAID 5 provides <strong>one disk fault tolerance</strong>. If one drive fails, no data is lost. The NAS should ideally be shut down if critical, or the drive replaced immediately while hot-swapping.</p>



<p>If a second drive fails, nearly all data is lost. This happened to me: all four drives were purchased at the same time with the same lot number; the second drive failed <strong>six days later</strong>, before I had received my replacement. Lesson learned ;).</p>



<p>With 6 drives, <strong>RAID 6</strong> is recommended, allowing <strong>two drive failures</strong> without data loss. My third NAS is a QNAP running RAID 6 with 6 drives and two NVMe M.2 drives for read/write cache.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Volume #2</h3>



<p>Repeat <strong>exactly the same steps</strong> as for Volume #1 by clicking <strong>Add Volume</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="383" src="https://badtechpro.com/wp-content/uploads/2026/01/image-12-1024x383.png" alt="" class="wp-image-126" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-12-1024x383.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-12-300x112.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-12-768x287.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-12.png 1130w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Enter the same size value. This ensures reliable operation with minimal wasted space less than <strong>22 GB total</strong>. You can try adding 10 GB more per volume, but the gain is minimal. After all my tests, I decided to play it safe ;).</p>



<p>Construction of the second volume proceeds the same way.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="420" src="https://badtechpro.com/wp-content/uploads/2026/01/image-13-1024x420.png" alt="" class="wp-image-127" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-13-1024x420.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-13-300x123.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-13-768x315.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-13.png 1153w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Result</h2>



<p>You should end up with <strong>two volumes</strong>, both showing <strong>Status</strong>:<strong> Good</strong> and identical sizes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="296" src="https://badtechpro.com/wp-content/uploads/2026/01/image-14-1024x296.png" alt="" class="wp-image-128" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-14-1024x296.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-14-300x87.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-14-768x222.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-14.png 1125w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>I removed one drive and connected it to Windows to examine the partition layout. Several trial-and-error attempts were required to fully optimize disk space without causing the NAS RAID creation process to fail.</p>



<p>The small partitions are automatically created by the NAS and are used for RAID 5 data protection.</p>



<p>Partitions managed by the <strong>NAS</strong> :</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="104" src="https://badtechpro.com/wp-content/uploads/2026/01/image-16-1024x104.png" alt="" class="wp-image-130" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-16-1024x104.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-16-300x30.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-16-768x78.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-16-1536x156.png 1536w, https://badtechpro.com/wp-content/uploads/2026/01/image-16.png 1539w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Partitions of the two <strong>RAID 5 </strong>volumes :</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="93" src="https://badtechpro.com/wp-content/uploads/2026/01/image-17-1024x93.png" alt="" class="wp-image-131" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-17-1024x93.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-17-300x27.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-17-768x70.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-17-1536x139.png 1536w, https://badtechpro.com/wp-content/uploads/2026/01/image-17.png 1701w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Unallocated space: you can try adding 10 GB per volume; Windows rounds values, so don’t rely too heavily on the decimal precision :</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="567" height="154" src="https://badtechpro.com/wp-content/uploads/2026/01/image-18.png" alt="" class="wp-image-132" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-18.png 567w, https://badtechpro.com/wp-content/uploads/2026/01/image-18-300x81.png 300w" sizes="auto, (max-width: 567px) 100vw, 567px" /></figure>



<p>In Windows, when connected to one of the volumes, the rounded size of <strong>10.7 TB </strong>per volume is clearly visible. On my first NAS, I used 10985.63 GB, resulting in 10.56 TB.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="64" src="https://badtechpro.com/wp-content/uploads/2026/01/image-19-1024x64.png" alt="" class="wp-image-133" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-19-1024x64.png 1024w, https://badtechpro.com/wp-content/uploads/2026/01/image-19-300x19.png 300w, https://badtechpro.com/wp-content/uploads/2026/01/image-19-768x48.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-19-1536x96.png 1536w, https://badtechpro.com/wp-content/uploads/2026/01/image-19.png 1776w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Conclusion</h2>



<p>This method allows installing <strong>4 × 8 TB drives</strong> in a <strong>Seagate BlackArmor 440 without modifying the firmware</strong>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Tested Seagate BlackArmor 440 Models</h2>



<p>The tests and configurations described in this article were performed on the following <strong>Seagate BlackArmor 440</strong> models, configured in <strong>RAID 5:</strong></p>



<ul class="wp-block-list">
<li>Model 1: <strong>HD232 ASSY HOUSING – STAR401</strong></li>



<li>Model 2: <strong>ST320005SHA10G-RK</strong></li>
</ul>



<p>Although the model names differ, the <strong>hardware is strictly identical </strong>(same chassis and internal electronics).</p>



<ul class="wp-block-list">
<li>Part Number (P/N): <strong>60.61U07.003</strong></li>
</ul>



<p>The procedures and results therefore apply to both references.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Useful Links</h2>



<figure class="wp-block-image size-full is-resized"><a href="https://www.seagate.com/docs/pdf/datasheet/disc/ba_nas_400_ds.pdf" target="_blank" rel="nofollow sponsored noopener"><img loading="lazy" decoding="async" width="185" height="170" src="https://badtechpro.com/wp-content/uploads/2026/01/Seagate-BlackArmor-NAS.png" alt="installing 4x8 TB Drives (32 TB) in a Seagate BlackArmor 440" class="wp-image-25" style="aspect-ratio:1.088354898336414;width:186px;height:auto"/></a></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Seagate BlackArmor 440 datasheet (English):</strong><br><a href="https://www.seagate.com/docs/pdf/datasheet/disc/ba_nas_400_ds.pdf" target="_blank" rel="noopener">https://www.seagate.com/docs/pdf/datasheet/disc/ba_nas_400_ds.pdf</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-image size-full is-resized"><a href="https://amzn.to/4qPnasD" target="_blank" rel="nofollow sponsored noopener"><img loading="lazy" decoding="async" width="679" height="705" src="https://badtechpro.com/wp-content/uploads/2026/01/image.png" alt="" class="wp-image-36" style="width:181px;height:auto" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image.png 679w, https://badtechpro.com/wp-content/uploads/2026/01/image-289x300.png 289w" sizes="auto, (max-width: 679px) 100vw, 679px" /></a></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://amzn.to/4qPnasD" target="_blank" rel="noreferrer noopener nofollow sponsored">Below is the power adapter I personally use on both of my Seagate BlackArmor 440 units.</a><br>After a first adapter from another brand failed over time, these have been running <strong>24/7</strong> since purchase without issues.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Important Information</strong><br>This article contains Amazon affiliate links. If you purchase a product through these links, I may receive a commission at no additional cost to you.</p>



<p>Back to the&nbsp;<a href="https://badtechpro.com/blog-en/">Blog</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Seagate BlackArmor 440 Shutting Down by Itself: Power Supply (PSU) Diagnosis Is Critical</title>
		<link>https://badtechpro.com/en/seagate-blackarmor-440-power-supply-issue/</link>
		
		<dc:creator><![CDATA[BadTechPro]]></dc:creator>
		<pubDate>Thu, 15 Jan 2026 02:36:12 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://badtechpro.com/?p=54</guid>

					<description><![CDATA[Seagate BlackArmor 440 power supply issueThe NAS may shut down immediately at startup due to a failing power supply (PSU). [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Seagate BlackArmor 440 power supply issue</strong><br>The NAS may shut down immediately at startup due to a failing power supply (PSU).</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Introduction</h2>



<p>If your <strong>Seagate BlackArmor 440</strong> freezes more and more frequently and eventually shuts down immediately after startup, the issue may simply be related to the <strong>power supply (PSU)</strong> — especially on a NAS that is <strong>10 to 12 years old</strong>.</p>



<p>Below is a real-world case and the tests performed to identify the root cause.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Seagate BlackArmor 440 Power Supply Issue: Diagnosis</h2>



<h3 class="wp-block-heading">Observed Symptoms</h3>



<ul class="wp-block-list">
<li>The NAS freezes occasionally, then more frequently over time</li>



<li>One day, it shuts down completely by itself</li>



<li>When pressing the <strong>ON</strong> button:
<ul class="wp-block-list">
<li>the lights turn on</li>



<li>the NAS starts briefly</li>



<li>then shuts down immediately</li>
</ul>
</li>



<li>Even after being unplugged for several minutes, the problem persists</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Tests Performed</h3>



<ul class="wp-block-list">
<li>Booting with <strong>no hard drives installed</strong><br>→ the NAS powers on and stays on</li>



<li>Installing <strong>one hard drive</strong><br>→ works</li>



<li>Installing <strong>two hard drives</strong><br>→ works</li>



<li>Installing the <strong>third hard drive</strong><br>→ the NAS shuts down after 2 seconds</li>
</ul>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Conclusion:</strong> the power supply can no longer deliver enough power as the load increases.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Diagnostic Conclusion</h2>



<p>After <strong>12 years of use</strong> (NAS purchased in 2009), it is very likely that:</p>



<ul class="wp-block-list">
<li>the original power supply is reaching end of life</li>



<li>it can no longer handle the full load (4 hard drives)</li>
</ul>



<p>This type of power supply failure is <strong>common on older Seagate BlackArmor 440 NAS units</strong> and can cause immediate shutdown at startup.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Considered Solution</h2>



<p>To keep:</p>



<ul class="wp-block-list">
<li>a <strong>12 TB volume</strong> (4 × 3 TB)</li>



<li>and another <strong>16 TB volume</strong> (4 × 4 TB)</li>
</ul>



<p>Replacing the power supply was a <strong>low-cost solution worth trying</strong>.</p>



<p>Since I own <strong>two identical BlackArmor 440 NAS units</strong>, I purchased <strong>two compatible replacement power supplies</strong>.<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/27a1.png" alt="➡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Since then, both systems have been running perfectly.</strong></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Important Before Buying</h2>



<p>Make sure to strictly match:</p>



<ul class="wp-block-list">
<li>the same voltage</li>



<li>the same amperage</li>



<li>an <strong>identical connector</strong></li>
</ul>



<p>The following search query works well:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>“AC DC BlackArmor 440”</strong></p>
</blockquote>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Disclaimer</h2>



<p>This solution does not cover all possible issues, such as:</p>



<ul class="wp-block-list">
<li>motherboard failure</li>



<li>defective hard drives</li>



<li>overheating</li>



<li>firmware issues</li>
</ul>



<p>However, on a NAS older than <strong>10–12 years</strong>, the <strong>power supply is one of the first components to check</strong>, especially if the NAS boots without drives or with only a single drive installed.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Additional Note</h2>



<p>I was able to install <strong>4 × 8 TB drives</strong>, resulting in <strong>32 TB raw capacity</strong>.<br>This process is explained in another <a href="https://badtechpro.com/en/install-4x8tb-drives-seagate-blackarmor-440/"><strong>blog</strong></a> post.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Tested Seagate BlackArmor 440 models</h3>



<p>All tests and configurations described in this article were performed on the following <strong>Seagate BlackArmor 440</strong> models, configured in <strong>RAID 5</strong>:</p>



<ul class="wp-block-list">
<li><strong>Model 1</strong>: HD232 ASSY HOUSING – STAR401</li>



<li><strong>Model 2</strong>: ST320005SHA10G-RK</li>
</ul>



<p>Although the model names differ, <strong>the hardware is strictly identical</strong> (same chassis and internal electronics).</p>



<ul class="wp-block-list">
<li><strong>Part Number (P/N)</strong>: 60.61U07.003</li>
</ul>



<p>Therefore, the procedures and results documented here apply to both models.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Useful Links</h2>



<figure class="wp-block-image size-full"><a href="http://expertlogisoft.com/dev/seagate-nas-blackarmor-440-power-problem" target="_blank" rel="sponsored nofollow noopener"><img loading="lazy" decoding="async" width="185" height="170" src="https://badtechpro.com/wp-content/uploads/2026/01/Seagate-BlackArmor-NAS-1.png" alt="Seagate BlackArmor 440 power supply issue – compatible PSU
" class="wp-image-55"/></a></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Original article / technical reference :</strong><br><a href="http://expertlogisoft.com/dev/seagate-nas-blackarmor-440-power-problem" target="_blank" rel="noreferrer noopener nofollow sponsored">http://expertlogisoft.com/dev/seagate-nas-blackarmor-440-power-problem</a></p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Datasheet Seagate BlackArmor 440 :</strong><br><a href="https://www.seagate.com/docs/pdf/datasheet/disc/ba_nas_400_ds.pdf" target="_blank" rel="noreferrer noopener nofollow sponsored">https://www.seagate.com/docs/pdf/datasheet/disc/ba_nas_400_ds.pdf</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-image size-large is-resized"><a href="https://amzn.to/4qPnasD" target="_blank" rel="sponsored nofollow noopener"><img loading="lazy" decoding="async" width="986" height="1024" src="https://badtechpro.com/wp-content/uploads/2026/01/image-1-986x1024.png" alt="" class="wp-image-58" style="aspect-ratio:0.96290798210596;width:187px;height:auto" srcset="https://badtechpro.com/wp-content/uploads/2026/01/image-1-986x1024.png 986w, https://badtechpro.com/wp-content/uploads/2026/01/image-1-289x300.png 289w, https://badtechpro.com/wp-content/uploads/2026/01/image-1-768x797.png 768w, https://badtechpro.com/wp-content/uploads/2026/01/image-1.png 1445w" sizes="auto, (max-width: 986px) 100vw, 986px" /></a></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong><a href="https://amzn.to/4qPnasD" target="_blank" data-type="link" data-id="https://amzn.to/4qPnasD" rel="noreferrer noopener nofollow sponsored">Here is the power adapter I personally use on both of my Seagate BlackArmor 440 units.</a></strong><br>After a first adapter from another brand that did not last over time, these have been running 24/7 since purchase without any issues.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Important Information</strong><br>This article contains Amazon affiliate links. If you purchase a product through these links, I may earn a commission at no additional cost to you.</p>



<p>Back to the <a href="https://badtechpro.com/blog-en/" data-type="page" data-id="18">Blog</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
