<?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: Heroic journey to RAID-5 data recovery</title> <atom:link href="http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/feed/" rel="self" type="application/rss+xml" /><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/</link> <description>Free software engineer &#38; wannabe videomaker</description> <lastBuildDate>Sun, 29 Jan 2012 13:35:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Setting up an encrypted LVM over RAID 5</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-6825</link> <dc:creator>Setting up an encrypted LVM over RAID 5</dc:creator> <pubDate>Fri, 15 Jan 2010 19:43:04 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-6825</guid> <description>[...] this turn me off. There&#8217;s a guy who had this kind of problem for real, and was kind enough to document his findings. The bottom line was to tell mdadm to create the RAID array from the start, only assume that [...]</description> <content:encoded><![CDATA[<p>[...] this turn me off. There&#8217;s a guy who had this kind of problem for real, and was kind enough to document his findings. The bottom line was to tell mdadm to create the RAID array from the start, only assume that [...]</p> ]]></content:encoded> </item> <item><title>By: SaMnCo</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-6810</link> <dc:creator>SaMnCo</dc:creator> <pubDate>Tue, 12 Jan 2010 15:17:38 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-6810</guid> <description>You just not only saved my life from my client killing me, and the more important lives on 5 highly important machines on my network...THANKS! \o/</description> <content:encoded><![CDATA[<p>You just not only saved my life from my client killing me, and the more important lives on 5 highly important machines on my network&#8230;</p><p>THANKS! \o/</p> ]]></content:encoded> </item> <item><title>By: Jared Evans</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4755</link> <dc:creator>Jared Evans</dc:creator> <pubDate>Tue, 03 Feb 2009 19:35:37 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4755</guid> <description>You saved my bacon! :-)Thanks so much for posting all this info!</description> <content:encoded><![CDATA[<p>You saved my bacon! <img src='http://kevin.deldycke.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p><p>Thanks so much for posting all this info!</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4745</link> <dc:creator>Mark</dc:creator> <pubDate>Thu, 22 Jan 2009 18:27:19 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4745</guid> <description>Hey if anyone wants to walk me through i just got my raid 5 coming back with 2 failed drives at once. I would love to get this back please. mark2@cartersmetal.com thanks everyone</description> <content:encoded><![CDATA[<p>Hey if anyone wants to walk me through i just got my raid 5 coming back with 2 failed drives at once. I would love to get this back please. <a href="mailto:mark2@cartersmetal.com">mark2@cartersmetal.com</a> thanks everyone</p> ]]></content:encoded> </item> <item><title>By: MiroR</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4736</link> <dc:creator>MiroR</dc:creator> <pubDate>Mon, 05 Jan 2009 02:11:45 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4736</guid> <description>I think it was the right path to solution that I treaded above...It&#039;s very likely I didn&#039;t loose any more data...Namely, while one drive wqas failing, it corrupted the raid (there some loss of date, but not much), but, and(the following is the exact reason I chose raid10 over raid5) I was left with 4 out of 6 sevices woking (back some two years ago on raid5 I lost data in similar one and one more drive failure).By backing up the devices as I explained above, I found out that I could smoothly back up (and that the data would be fine gzipped date) on &lt;code&gt;/dev/sda6 /dev/sdc6  /dev/sdd6  /dev/sdf6&lt;/code&gt; (but input/output error showed up soon on &lt;code&gt;/dev/sdb6&lt;/code&gt;, and &lt;code&gt;sde6&lt;/code&gt; was a partition on a failed disk, that I replaced.I examined the disks from FreeDOS with SeaTools (Seagate and other disks they are), and the disks were no errors (long test).So I did (&lt;code&gt;#myCMNT&lt;/code&gt; is my comment and it&#039;s history lines from Gentoo LiveCD): [code lang=&quot;shell&quot;] #myCMNT Didn&#039;t do. 58  mdadm -A /dev/md3 /dev/sda6 /dev/sdc6 /dev/sdd6 /dev/sdf6 #myCMNY Did do. 59  mdadm -A /dev/md3 /dev/sda6 /dev/sdc6 /dev/sdd6 /dev/sdf6 --force 60  mdadm /dev/md3 -a /dev/sde6 #myCMNT Started rebuild. 61  mdadm -D /dev/md3 77  mdadm /dev/md3 -a /dev/sdb6&lt;/pre&gt; [/code]I already saw the data are there. And while I am writing this I only have to wait for the last partition to have raid10 rebuilt with on. [code lang=&quot;shell&quot;] 77  mdadm /dev/md3 -a /dev/sdb6 /dev/md3: ... Array Size : 606227968 (578.14 GiB 620.78 GB) Used Dev Size : 151556992 (144.54 GiB 155.19 GB) ... State : clean, degraded, recovering Active Devices : 5 Working Devices : 6 Failed Devices : 0 Spare Devices : 1Chunk Size : 128KRebuild Status : 41% complete ...Number   Major   Minor   RaidDevice State 0       8       38        0      active sync   /dev/sdc6 1       8       70        1      active sync   /dev/sde6 2       8       86        2      active sync   /dev/sdf6 3       8       54        3      active sync   /dev/sdd6 4       8        6        4      active sync   /dev/sda6 6       8       22        5      spare rebuilding   /dev/sdb6 [/code]I&#039;m glad if this helps anybody who turns up seeking solution for a similar problem...Cheers!</description> <content:encoded><![CDATA[<p>I think it was the right path to solution that I treaded above&#8230;</p><p>It&#8217;s very likely I didn&#8217;t loose any more data&#8230;</p><p>Namely, while one drive wqas failing, it corrupted the raid (there some loss of date, but not much), but, and(the following is the exact reason I chose raid10 over raid5) I was left with 4 out of 6 sevices woking (back some two years ago on raid5 I lost data in similar one and one more drive failure).</p><p>By backing up the devices as I explained above, I found out that I could smoothly back up (and that the data would be fine gzipped date) on <code>/dev/sda6 /dev/sdc6  /dev/sdd6  /dev/sdf6</code> (but input/output error showed up soon on <code>/dev/sdb6</code>, and <code>sde6</code> was a partition on a failed disk, that I replaced.</p><p>I examined the disks from FreeDOS with SeaTools (Seagate and other disks they are), and the disks were no errors (long test).</p><p>So I did (<code>#myCMNT</code> is my comment and it&#8217;s history lines from Gentoo LiveCD):</p><pre class="brush: bash; title: ; notranslate">
#myCMNT Didn't do.
   58  mdadm -A /dev/md3 /dev/sda6 /dev/sdc6 /dev/sdd6 /dev/sdf6
#myCMNY Did do.
   59  mdadm -A /dev/md3 /dev/sda6 /dev/sdc6 /dev/sdd6 /dev/sdf6 --force
   60  mdadm /dev/md3 -a /dev/sde6
#myCMNT Started rebuild.
   61  mdadm -D /dev/md3
   77  mdadm /dev/md3 -a /dev/sdb6&lt;/pre&gt;
</pre><p>I already saw the data are there. And while I am writing this I only have to wait for the last partition to have raid10 rebuilt with on.</p><pre class="brush: bash; title: ; notranslate">
   77  mdadm /dev/md3 -a /dev/sdb6
/dev/md3:
 ...
    Array Size : 606227968 (578.14 GiB 620.78 GB)
  Used Dev Size : 151556992 (144.54 GiB 155.19 GB)
...
          State : clean, degraded, recovering
 Active Devices : 5
Working Devices : 6
 Failed Devices : 0
  Spare Devices : 1

     Chunk Size : 128K

 Rebuild Status : 41% complete
...

    Number   Major   Minor   RaidDevice State
       0       8       38        0      active sync   /dev/sdc6
       1       8       70        1      active sync   /dev/sde6
       2       8       86        2      active sync   /dev/sdf6
       3       8       54        3      active sync   /dev/sdd6
       4       8        6        4      active sync   /dev/sda6
       6       8       22        5      spare rebuilding   /dev/sdb6
</pre><p>I&#8217;m glad if this helps anybody who turns up seeking solution for a similar problem&#8230;</p><p>Cheers!</p> ]]></content:encoded> </item> <item><title>By: MiroR</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4733</link> <dc:creator>MiroR</dc:creator> <pubDate>Fri, 02 Jan 2009 18:21:27 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4733</guid> <description>Useful.First I am backing up the very devices the raid10 (of some 500GB of rather useful data... months of work lost if that raid is gone).That raid10 is assembled of 6 partitions: &lt;code&gt;sd[a-f]6&lt;/code&gt; on 6 200GB drivesI think here can still be found out &lt;a href=&quot;http://www.linuxquestions.org/questions/linux-newbie-8/learn-the-dd-command-362506/&quot; rel=&quot;nofollow&quot;&gt;how to do it&lt;/a&gt;.The commands that I&#039;ll be using will be six commands of the form: [code lang=&quot;shell&quot;] dd if=/dev/sdX6 &#124; gzip -6c  &#124; split -d -b1085m - backup_2009-01-01_sdX6.dd [/code] where capital X needs to be replaced by letter a, next command letter b, and so on through f.E.g., to back up device &lt;code&gt;/dev/sda6&lt;/code&gt;, I&#039;ve now issued: [code lang=&quot;shell&quot;] dd if=/dev/sda6 &#124; gzip -6c  &#124; split -d -b1085m - 2009-01-01_sda6.dd [/code]It&#039;ll be taking loooong, but much greater extent than that length and labor will be the time and the work saved an secured from harm, in case I mess up that 500-GB-of-data raid10. as I&#039;ll be able to start over from scratch...In case someone feels it&#039;s the right kind of backup, &lt;a href=&quot;http://en.opensuse.org/Backup_Windows_installed_on_BIOS_RAID_with_SUSE&quot; rel=&quot;nofollow&quot;&gt;here you can read more&lt;/a&gt;.I&#039;ll let you know if and when and how I recovered these data, this raid10...</description> <content:encoded><![CDATA[<p>Useful.</p><p>First I am backing up the very devices the raid10 (of some 500GB of rather useful data&#8230; months of work lost if that raid is gone).</p><p>That raid10 is assembled of 6 partitions: <code>sd[a-f]6</code> on 6 200GB drives</p><p>I think here can still be found out <a href="http://www.linuxquestions.org/questions/linux-newbie-8/learn-the-dd-command-362506/" rel="nofollow">how to do it</a>.</p><p>The commands that I&#8217;ll be using will be six commands of the form:</p><pre class="brush: bash; title: ; notranslate">
dd if=/dev/sdX6 | gzip -6c  | split -d -b1085m - backup_2009-01-01_sdX6.dd
</pre><p>where capital X needs to be replaced by letter a, next command letter b, and so on through f.</p><p>E.g., to back up device <code>/dev/sda6</code>, I&#8217;ve now issued:</p><pre class="brush: bash; title: ; notranslate">
dd if=/dev/sda6 | gzip -6c  | split -d -b1085m - 2009-01-01_sda6.dd
</pre><p>It&#8217;ll be taking loooong, but much greater extent than that length and labor will be the time and the work saved an secured from harm, in case I mess up that 500-GB-of-data raid10. as I&#8217;ll be able to start over from scratch&#8230;</p><p>In case someone feels it&#8217;s the right kind of backup, <a href="http://en.opensuse.org/Backup_Windows_installed_on_BIOS_RAID_with_SUSE" rel="nofollow">here you can read more</a>.</p><p>I&#8217;ll let you know if and when and how I recovered these data, this raid10&#8230;</p> ]]></content:encoded> </item> <item><title>By: Data Doctor Recovery</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4617</link> <dc:creator>Data Doctor Recovery</dc:creator> <pubDate>Sun, 02 Nov 2008 00:18:42 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4617</guid> <description>Thanks for the great post.  About a year ago, we had a similiar issue with one of our Dell PowerEdge server.  Long story short...I will never go back to software raid-5. Hardware raid-5 is definitely the way to go in any backup environment.CheersNick</description> <content:encoded><![CDATA[<p>Thanks for the great post.  About a year ago, we had a similiar issue with one of our Dell PowerEdge server.  Long story short&#8230;I will never go back to software raid-5. Hardware raid-5 is definitely the way to go in any backup environment.</p><p>Cheers</p><p>Nick</p> ]]></content:encoded> </item> <item><title>By: mangem</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4390</link> <dc:creator>mangem</dc:creator> <pubDate>Tue, 09 Sep 2008 05:32:51 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4390</guid> <description>My problem was not exactly the same but your case gave me the curage to add the &lt;code&gt;--force&lt;/code&gt; flag to mdadm. It took 10 hours to synch up the faulty drive but no data lost!</description> <content:encoded><![CDATA[<p>My problem was not exactly the same but your case gave me the curage to add the <code>--force</code> flag to mdadm.<br /> It took 10 hours to synch up the faulty drive but no data lost!</p> ]]></content:encoded> </item> <item><title>By: Terlisimo</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4384</link> <dc:creator>Terlisimo</dc:creator> <pubDate>Thu, 04 Sep 2008 11:38:33 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4384</guid> <description>PHEW! I had a similar problem, only one failed disk but the array wouldn&#039;t start due to an unspecified I/O error.I knew the other two disks were ok so I went for the &lt;code&gt;--assume-clean&lt;/code&gt; option and it worked! :DPHEW again. I&#039;d have committed suicide if I had lost that data. You don&#039;t keep unimportant data on a raid array :-)thanks</description> <content:encoded><![CDATA[<p>PHEW! I had a similar problem, only one failed disk but the array wouldn&#8217;t start due to an unspecified I/O error.</p><p>I knew the other two disks were ok so I went for the <code>--assume-clean</code> option and it worked! <img src='http://kevin.deldycke.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p><p>PHEW again. I&#8217;d have committed suicide if I had lost that data. You don&#8217;t keep unimportant data on a raid array <img src='http://kevin.deldycke.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: kev</title><link>http://kevin.deldycke.com/2008/07/heroic-journey-to-raid-5-data-recovery/comment-page-1/#comment-4181</link> <dc:creator>kev</dc:creator> <pubDate>Mon, 28 Jul 2008 19:13:46 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/?p=246#comment-4181</guid> <description>Sounds like I&#039;m always in sync with the headlines ! An article discussing &quot;&lt;a href=&quot;http://www.halfgaar.net/why-power-failures-are-bad-for-your-data&quot; rel=&quot;nofollow&quot;&gt;why power outages are bad for your data&lt;/a&gt;&quot; was &lt;a href=&quot;http://hardware.slashdot.org/article.pl?sid=08/07/23/1629254&quot; rel=&quot;nofollow&quot;&gt;posted on Slashdot&lt;/a&gt; some days ago. It concludes with this obvious recommendation: you should buy an UPS ! :)</description> <content:encoded><![CDATA[<p>Sounds like I&#8217;m always in sync with the headlines ! An article discussing &#8220;<a href="http://www.halfgaar.net/why-power-failures-are-bad-for-your-data" rel="nofollow">why power outages are bad for your data</a>&#8221; was <a href="http://hardware.slashdot.org/article.pl?sid=08/07/23/1629254" rel="nofollow">posted on Slashdot</a> some days ago. It concludes with this obvious recommendation: you should buy an UPS ! <img src='http://kevin.deldycke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.008 seconds using apc
Object Caching 608/609 objects using apc

Served from: kevin.deldycke.com @ 2012-02-08 23:16:34 -->
