<?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"
	>
<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>
	<pubDate>Thu, 20 Nov 2008 22:31:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Renaud</title>
		<link>http://blog.nkadesign.com/2008/linux-sysadmin-a-short-troubleshooting-story/#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'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-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'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'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>
