<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I mount WD Worldbook drives in Linux?</title>
	<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux/</link>
	<description>Comments on Ask MetaFilter post How can I mount WD Worldbook drives in Linux?</description>
	<pubDate>Wed, 30 Apr 2008 18:11:50 -0800</pubDate>
	<lastBuildDate>Wed, 30 Apr 2008 18:11:50 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I mount WD Worldbook drives in Linux?</title>
		<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux</link>	
		<description>I have two hard drives out of a Western Digital Worldbook (WD10000D033)  that both show up as a Linux RAID partition in cfdisk. How can I mount these drives to pull the data off?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.90237</guid>
		<pubDate>Wed, 30 Apr 2008 17:00:36 -0800</pubDate>
		<dc:creator>jackofsaxons</dc:creator>
		
			<category>linux</category>
		
			<category>raid</category>
		
			<category>western</category>
		
			<category>digital</category>
		
			<category>worldbook</category>
		
	</item> <item>
		<title>By: SirStan</title>
		<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux#1324958</link>	
		<description>Were they RAID 1 or RAID 0?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90237-1324958</guid>
		<pubDate>Wed, 30 Apr 2008 18:11:50 -0800</pubDate>
		<dc:creator>SirStan</dc:creator>
	</item><item>
		<title>By: qxntpqbbbqxl</title>
		<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux#1324961</link>	
		<description>If the RAID was mirrored, you should be able to mount the drive as you would any Linux drive.  Make sure you mount it read-only, though, if you don&apos;t want to corrupt the RAID.&lt;br&gt;
&lt;br&gt;
If it was striped.. dunno.  Maybe mdadm can do it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90237-1324961</guid>
		<pubDate>Wed, 30 Apr 2008 18:14:19 -0800</pubDate>
		<dc:creator>qxntpqbbbqxl</dc:creator>
	</item><item>
		<title>By: gjc</title>
		<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux#1325048</link>	
		<description>First question is, wha&apos; happened that you need to do this?&lt;br&gt;
&lt;br&gt;
Second question is, what was the original capacity of the device versus the individual capacity of the drives?  If it was 1TB with two 500GB drives, then they were a striped set (RAID 0).  &lt;a href=&quot;http://www.tekcomputersuk.com/western-digital-hard-drive-external-1tb-my-book-world-ii-retail-p-105407399.html?manufacturers_id=45&quot;&gt;This link suggests it is&lt;/a&gt;.  Can&apos;t find anything useful on the wdc.com site.&lt;br&gt;
&lt;br&gt;
Assuming they are RAID 0, you should probably do the following:  (check my work, this is untested and just a guess)&lt;br&gt;
&lt;br&gt;
assuming the two drives are on the system as /dev/sdX and /dev/sdY, run&lt;br&gt;
&lt;br&gt;
mdadm -Q /dev/sdX /dev/sdY&lt;br&gt;
&lt;br&gt;
That&apos;ll (should) tell you what their positions were in the old array and what the name of the array should be.  (it&apos;ll probably be /dev/md0)&lt;br&gt;
&lt;br&gt;
then run&lt;br&gt;
&lt;br&gt;
mdadm --assemble --readonly /dev/md0 /dev/sdX /dev/sdY&lt;br&gt;
&lt;br&gt;
(assuming the drives were in the correct positions- the drive that identified as 0 of 1 should be first.)&lt;br&gt;
&lt;br&gt;
at that point, it should have the raid device started, and then you can mount it (also readonly) wherever you want&lt;br&gt;
&lt;br&gt;
mount -o ro /dev/md0 /directorywhereyouwantitmounted&lt;br&gt;
&lt;br&gt;
(probably have to do this as superuser/root.)&lt;br&gt;
&lt;br&gt;
cd into the directory and see what you see.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90237-1325048</guid>
		<pubDate>Wed, 30 Apr 2008 19:47:39 -0800</pubDate>
		<dc:creator>gjc</dc:creator>
	</item><item>
		<title>By: 5MeoCMP</title>
		<link>http://ask.metafilter.com/90237/How-can-I-mount-WD-Worldbook-drives-in-Linux#1325183</link>	
		<description>Before you run the mount command above, you might want to do:&lt;br&gt;
&lt;br&gt;
file -s /dev/md0&lt;br&gt;
&lt;br&gt;
to see what kind of filesystem it had on it. Also&lt;br&gt;
&lt;br&gt;
fsck -n /dev/md0&lt;br&gt;
&lt;br&gt;
to see if there is filesystem corruption.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.90237-1325183</guid>
		<pubDate>Wed, 30 Apr 2008 22:41:35 -0800</pubDate>
		<dc:creator>5MeoCMP</dc:creator>
	</item>
	</channel>
</rss>
