<?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: Linux sysadmin: a short RAID trouble-shooting story</title>
	<atom:link href="http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/</link>
	<description>Just another programming weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joeri</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/comment-page-1/#comment-9860</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86#comment-9860</guid>
		<description>&lt;p&gt;Thanks for the article, it saved my life ;-)&lt;/p&gt;

&lt;p&gt;For Knoppix user, booting from the live CD, use 
&lt;code&gt;modprobe md&lt;/code&gt; before the mdadm command to load the md module into the kernel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the article, it saved my life ;-)</p>

<p>For Knoppix user, booting from the live CD, use 
<code>modprobe md</code> before the mdadm command to load the md module into the kernel.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/comment-page-1/#comment-9513</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86#comment-9513</guid>
		<description>&lt;p&gt;@ &#039;IGadget&#039;: that picture has been on the internets for a while and I couldn&#039;t find the original for it.
If anybody does, please let me know so I can give proper credit.&lt;br /&gt;
Just search for &lt;a href=&quot;http://www.google.com/search?q=water%2Bcooler%2Braid&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&quot; rel=&quot;nofollow&quot;&gt;water+cooler+raid&lt;/a&gt; in google...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@ &#8216;IGadget&#8217;: that picture has been on the internets for a while and I couldn&#8217;t find the original for it.
If anybody does, please let me know so I can give proper credit.<br />
Just search for <a href="http://www.google.com/search?q=water%2Bcooler%2Braid&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" rel="nofollow">water+cooler+raid</a> in google&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: IGadget</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/comment-page-1/#comment-9512</link>
		<dc:creator>IGadget</dc:creator>
		<pubDate>Fri, 05 Dec 2008 03:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86#comment-9512</guid>
		<description>&lt;p&gt;I love the RAID types picture, Is it under Creative Commons?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I love the RAID types picture, Is it under Creative Commons?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/comment-page-1/#comment-9413</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86#comment-9413</guid>
		<description>&lt;p&gt;@RobNY: if you just follow the instructions in the article you should have no problem recovering your data (as long as it&#039;s not a physical failure of the drive or the data is irremediably corrupted of course).&lt;/p&gt;

&lt;p&gt;Just do something like:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;mdadm --assemble /dev/md10 /dev/sdb4 --run&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then, if it worked, assuming you have a &lt;code&gt;/mnt&lt;/code&gt; folder:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;mount /dev/md10 /mnt&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Now your data should be accessible from &lt;code&gt;/mnt&lt;/code&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@RobNY: if you just follow the instructions in the article you should have no problem recovering your data (as long as it&#8217;s not a physical failure of the drive or the data is irremediably corrupted of course).</p>

<p>Just do something like:</p>

<p><code>mdadm --assemble /dev/md10 /dev/sdb4 --run</code></p>

<p>Then, if it worked, assuming you have a <code>/mnt</code> folder:</p>

<p><code>mount /dev/md10 /mnt</code></p>

<p>Now your data should be accessible from <code>/mnt</code>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RobNY</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/comment-page-1/#comment-9411</link>
		<dc:creator>RobNY</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=86#comment-9411</guid>
		<description>&lt;p&gt;Hi how are you doing?&lt;br /&gt;
I manage to find this article about you trying to connect your MyBook 1GB! You mau be able to help me.&lt;/p&gt;

&lt;p&gt;The 500 GB WD mybook stopped working, so after removing it from the enclosure and using a USB adaptor, Ubuntu won&#039;t automount it.&lt;br /&gt;
&lt;em&gt;all of my files are in /dev/sdb4&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here&#039;s what I see using &lt;code&gt;fdisk -l&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;  Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  255 heads, 63 sectors/track, 60801 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0x00007c00

  Device Boot      Start         End      Blocks   Id  System
  /dev/sdb1               4         369     2939895   fd  Linux raid autodetect
  /dev/sdb2             370         382      104422+  fd  Linux raid autodetect
  /dev/sdb3             383         505      987997+  fd  Linux raid autodetect
  /dev/sdb4             506       60801   484327620   fd  Linux raid autodetect&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;////////////////////////////////////////////////////////////////PLEASE HELP&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi how are you doing?<br />
I manage to find this article about you trying to connect your MyBook 1GB! You mau be able to help me.</p>

<p>The 500 GB WD mybook stopped working, so after removing it from the enclosure and using a USB adaptor, Ubuntu won&#8217;t automount it.<br />
<em>all of my files are in /dev/sdb4</em></p>

<p>Here&#8217;s what I see using <code>fdisk -l</code></p>

<p><pre><code>  Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  255 heads, 63 sectors/track, 60801 cylinders
  Units = cylinders of 16065 * 512 = 8225280 bytes
  Disk identifier: 0x00007c00

  Device Boot      Start         End      Blocks   Id  System
  /dev/sdb1               4         369     2939895   fd  Linux raid autodetect
  /dev/sdb2             370         382      104422+  fd  Linux raid autodetect
  /dev/sdb3             383         505      987997+  fd  Linux raid autodetect
  /dev/sdb4             506       60801   484327620   fd  Linux raid autodetect</code></pre></p>

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