<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Creating RAID 5 (Striping with Distributed Parity) in Linux &#8211; Part 4	</title>
	<atom:link href="https://www.tecmint.com/create-raid-5-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-raid-5-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 18 Oct 2021 01:20:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jared		</title>
		<link>https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1610456</link>

		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 01:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9738#comment-1610456</guid>

					<description><![CDATA[After following this guide my machine will now not boot. 

I have to wipe the OS and start all over with my NAS setup. 

If you are setting up on Debian 10, avoid this guide. 

There are too many errors and differences in commands.]]></description>
			<content:encoded><![CDATA[<p>After following this guide my machine will now not boot. </p>
<p>I have to wipe the OS and start all over with my NAS setup. </p>
<p>If you are setting up on Debian 10, avoid this guide. </p>
<p>There are too many errors and differences in commands.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jared		</title>
		<link>https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1610418</link>

		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 00:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9738#comment-1610418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1071181&quot;&gt;Steven G&lt;/a&gt;.

I am using Debian 10 (buster) and i also show &quot;&lt;strong&gt;/etc/mdadm/mdadm.conf&lt;/strong&gt;&quot; but even when i correct the command to run:
&lt;pre&gt;
$ sudo mdadm --detail --scan --verbose &#062;&#062; sudo /etc/mdadm/mdadm.conf
&lt;/pre&gt;
I get the following error:

mdadm: /etc/mdadm/mdadm.conf does not appear to be an md device

This guide has been very helpful and I&#039;m so close to the finish line I just need help on this last step. 

Can anyone guide me in the right direction?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1071181">Steven G</a>.</p>
<p>I am using Debian 10 (buster) and i also show &#8220;<strong>/etc/mdadm/mdadm.conf</strong>&#8221; but even when i correct the command to run:</p>
<pre>
$ sudo mdadm --detail --scan --verbose &gt;&gt; sudo /etc/mdadm/mdadm.conf
</pre>
<p>I get the following error:</p>
<p>mdadm: /etc/mdadm/mdadm.conf does not appear to be an md device</p>
<p>This guide has been very helpful and I&#8217;m so close to the finish line I just need help on this last step. </p>
<p>Can anyone guide me in the right direction?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ThankYOU		</title>
		<link>https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1568615</link>

		<dc:creator><![CDATA[ThankYOU]]></dc:creator>
		<pubDate>Sun, 15 Aug 2021 16:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9738#comment-1568615</guid>

					<description><![CDATA[Hey, Creator of this tutorial...

Please correct your TYPOS!!!!!

in the comments and also on this site they needed to correct YOUR tutorial typos!!!!


CORRECT IT PLEASE as it is on the top search engines so noobs like me DONT HAVE TO INVESTIGATE FURTHER!!!!]]></description>
			<content:encoded><![CDATA[<p>Hey, Creator of this tutorial&#8230;</p>
<p>Please correct your TYPOS!!!!!</p>
<p>in the comments and also on this site they needed to correct YOUR tutorial typos!!!!</p>
<p>CORRECT IT PLEASE as it is on the top search engines so noobs like me DONT HAVE TO INVESTIGATE FURTHER!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ian! Allen		</title>
		<link>https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1532002</link>

		<dc:creator><![CDATA[Ian! Allen]]></dc:creator>
		<pubDate>Mon, 28 Jun 2021 17:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9738#comment-1532002</guid>

					<description><![CDATA[On this page - https://www.tecmint.com/create-raid-5-in-linux/

You have multiple errors.

1. Change this error:
&lt;pre&gt;
# mdadm -E /dev/sd[b-c]
&lt;/pre&gt;
to this correction:
&lt;pre&gt;
# mdadm -E /dev/sd[b-d]
&lt;/pre&gt;
2. Change these argument syntax errors:
&lt;pre&gt;
-l=5 -n=3  to -l 5 -n 3
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>On this page &#8211; <a target="_blank" href="https://www.tecmint.com/create-raid-5-in-linux/" rel="ugc">https://www.tecmint.com/create-raid-5-in-linux/</a></p>
<p>You have multiple errors.</p>
<p>1. Change this error:</p>
<pre>
# mdadm -E /dev/sd[b-c]
</pre>
<p>to this correction:</p>
<pre>
# mdadm -E /dev/sd[b-d]
</pre>
<p>2. Change these argument syntax errors:</p>
<pre>
-l=5 -n=3  to -l 5 -n 3
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert		</title>
		<link>https://www.tecmint.com/create-raid-5-in-linux/comment-page-1/#comment-1364276</link>

		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 17:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9738#comment-1364276</guid>

					<description><![CDATA[Sorry, your short command is wrong!

&#039;mdadm -C /dev/md0 -l=5 -n=3 /dev/sd[b-d]1&#039;    &#060;== wrong
&#039;mdadm -C /dev/md0 -l 5 -n 3 /dev/sd[b-d]1&#039;   &#060;== right!!! = is only for long version]]></description>
			<content:encoded><![CDATA[<p>Sorry, your short command is wrong!</p>
<p>&#8216;mdadm -C /dev/md0 -l=5 -n=3 /dev/sd[b-d]1&#8217;    &lt;== wrong<br />
&#039;mdadm -C /dev/md0 -l 5 -n 3 /dev/sd[b-d]1&#039;   &lt;== right!!! = is only for long version</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
