<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									QNAP - How to abort resynchronizing of RAID group? - QNAP NAS				            </title>
            <link>https://www.tweaking4all.com/forum/qnap-nas/sqnp-how-to-abort-resynchronizing-of-raid-group/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 02:01:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: QNAP - How to abort resynchronizing of RAID group?</title>
                        <link>https://www.tweaking4all.com/forum/qnap-nas/sqnp-how-to-abort-resynchronizing-of-raid-group/#post-5349</link>
                        <pubDate>Sun, 18 Feb 2024 10:59:16 +0000</pubDate>
                        <description><![CDATA[Per QNAP FAQ &quot;How to stop RAID rebuilding&quot; this should be an option too:
echo frozen &gt;/sys/block/md1/md/sync_action
In my experience, this will potentially set your RAID volume to &quot;Degr...]]></description>
                        <content:encoded><![CDATA[<p>Per <a href="https://www.qnap.com/en/how-to/faq/article/how-to-stop-the-running-raid-rebuilding-process" target="_blank" rel="noopener">QNAP FAQ "How to stop RAID rebuilding"</a> this should be an option too:</p>
<pre contenteditable="false">echo frozen &gt;/sys/block/md1/md/sync_action</pre>
<p>In my experience, this will potentially set your RAID volume to "Degraded" state, without an option to restart the rebuilding in the Web GUI.</p>
<p>Start rebuilding the QNAP RAID storage Volume can be done by command line like so:</p>
<pre contenteditable="false">echo "idle" &gt; /sys/block/md1/md/sync_action</pre>
<p>if that doesn't work, then you can try:</p>
<pre contenteditable="false">echo "recover" &gt; /sys/block/md1/md/sync_action</pre>
<p> </p>
<p><em>** <strong>md1</strong> being the array you found with "<strong>cat</strong><strong>/proc/mdstat</strong>" </em>&#x1f60a; </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/qnap-nas/">QNAP NAS</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/qnap-nas/sqnp-how-to-abort-resynchronizing-of-raid-group/#post-5349</guid>
                    </item>
				                    <item>
                        <title>QNAP - How to abort resynchronizing of RAID group?</title>
                        <link>https://www.tweaking4all.com/forum/qnap-nas/sqnp-how-to-abort-resynchronizing-of-raid-group/#post-4154</link>
                        <pubDate>Sat, 30 Apr 2022 12:32:01 +0000</pubDate>
                        <description><![CDATA[First of all a big fat warning to not just do this whenever you feel like it.
The resynchronization of your RAID group is there for reason!(bad disk, bad block, raid out of sync etc).
Havi...]]></description>
                        <content:encoded><![CDATA[<p><span style="color: #ff0000;font-size: 14pt"><strong>First of all a big fat warning to not just do this whenever you feel like it.</strong></span></p>
<p><strong>The resynchronization of your RAID group is there for reason!</strong><br />(bad disk, bad block, raid out of sync etc).</p>
<p>Having said that, If your array is <strong>md2</strong> then</p>
<pre contenteditable="false">echo "idle" &gt; /sys/block/md2/md/sync_action</pre>
<p>You can determine which is your array by using:</p>
<pre contenteditable="false">cat /proc/mdstat</pre>
<p> </p>
<p>In the example below you'll see that <strong>md2</strong> is my <strong>RAID-6 array</strong> ...</p>
<pre contenteditable="false"> # cat /proc/mdstat                                                      
Personalities :         
md2 : active raid6 sdg3 sde3 sdf3 sdd3 sdc3 sdh3 sdj3 sdi3
      23382380544 blocks super 1.0 level 6, 512k chunk, algorithm 2  
      bitmap: 12/30 pages , 65536KB chunk

md1 : active raid0 sda3 sdb3
      956863488 blocks super 1.0 512k chunks
      
md322 : active raid1 sde5(S) sdf5(S) sdd5(S) sdc5(S) sdh5(S) sdj5(S) sdi5 sdg5
      7235136 blocks super 1.0  
      bitmap: 0/1 pages , 65536KB chunk

....

unused devices: </pre>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/qnap-nas/">QNAP NAS</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/qnap-nas/sqnp-how-to-abort-resynchronizing-of-raid-group/#post-4154</guid>
                    </item>
							        </channel>
        </rss>
		