<?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 for Biglis Blog</title>
	<atom:link href="http://bigli.ch/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigli.ch</link>
	<description>Sharing stuff with the world</description>
	<lastBuildDate>Wed, 12 Oct 2011 17:51:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to access Windows Spanned Dynamic Disks with Ubuntu by bigli</title>
		<link>http://bigli.ch/howto-access-windows-spanned-dynamic-disks-with-ubuntu/#comment-14</link>
		<dc:creator>bigli</dc:creator>
		<pubDate>Wed, 12 Oct 2011 17:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://bigli.ch/?p=21#comment-14</guid>
		<description>Why is your standalone drive also part of the fakeraid?
What about trying the devices /dev/dm-6 (the part of the fakeraid that belongs to the spanned disk) and /dev/sda1 (the standalone disk).
The partition type is ok. Mine show sfs as well. But thats probably garbage as fdisk can&#039;t recognise spanned volumes.
Can you also post (or send me per mail: bigli at bigli dot ch) the first block of each volume?
You can do this with dd: dd if=/dev/dm-1 of=/path/to/file count=1 and the same for /dev/sda1.
Maybe it will help me to figure out what the problem is.
Nicolas</description>
		<content:encoded><![CDATA[<p>Why is your standalone drive also part of the fakeraid?<br />
What about trying the devices /dev/dm-6 (the part of the fakeraid that belongs to the spanned disk) and /dev/sda1 (the standalone disk).<br />
The partition type is ok. Mine show sfs as well. But thats probably garbage as fdisk can&#8217;t recognise spanned volumes.<br />
Can you also post (or send me per mail: bigli at bigli dot ch) the first block of each volume?<br />
You can do this with dd: dd if=/dev/dm-1 of=/path/to/file count=1 and the same for /dev/sda1.<br />
Maybe it will help me to figure out what the problem is.<br />
Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access Windows Spanned Dynamic Disks with Ubuntu by Rodney Beede</title>
		<link>http://bigli.ch/howto-access-windows-spanned-dynamic-disks-with-ubuntu/#comment-13</link>
		<dc:creator>Rodney Beede</dc:creator>
		<pubDate>Sat, 08 Oct 2011 14:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://bigli.ch/?p=21#comment-13</guid>
		<description>Didn&#039;t seem to do the trick.  I got the same error even with all the proper offsets and multiple combinations.

However my computer has started to freeze up so it could be related to a hardware issue.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t seem to do the trick.  I got the same error even with all the proper offsets and multiple combinations.</p>
<p>However my computer has started to freeze up so it could be related to a hardware issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access Windows Spanned Dynamic Disks with Ubuntu by Rodney Beede</title>
		<link>http://bigli.ch/howto-access-windows-spanned-dynamic-disks-with-ubuntu/#comment-12</link>
		<dc:creator>Rodney Beede</dc:creator>
		<pubDate>Fri, 07 Oct 2011 16:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://bigli.ch/?p=21#comment-12</guid>
		<description>The problem is I have two 750GB drives that I used the BIOS nVidia FakeRaid to put into a stripe for a single 1.5TB.  In Windows I partitioned 1TB into a SPAN with another separate physical 1TB drive.

So I have to use dmraid to load the two 750GB drives into their stripe first.  I have a software span on top of a fakeraid stripe.

When I look at the raw disk (/dev/sda) of the physical 1TB drive with fdisk I see a SFS partition type.  If I look at the combined 750GB stripe I see multiple SFS partitions.</description>
		<content:encoded><![CDATA[<p>The problem is I have two 750GB drives that I used the BIOS nVidia FakeRaid to put into a stripe for a single 1.5TB.  In Windows I partitioned 1TB into a SPAN with another separate physical 1TB drive.</p>
<p>So I have to use dmraid to load the two 750GB drives into their stripe first.  I have a software span on top of a fakeraid stripe.</p>
<p>When I look at the raw disk (/dev/sda) of the physical 1TB drive with fdisk I see a SFS partition type.  If I look at the combined 750GB stripe I see multiple SFS partitions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access Windows Spanned Dynamic Disks with Ubuntu by bigli</title>
		<link>http://bigli.ch/howto-access-windows-spanned-dynamic-disks-with-ubuntu/#comment-11</link>
		<dc:creator>bigli</dc:creator>
		<pubDate>Thu, 06 Oct 2011 22:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://bigli.ch/?p=21#comment-11</guid>
		<description>I think that this method won&#039;t work when you use /dev/dm-X devices.
Have you tried using the /dev/sdaX or /dev/sdbX devices?
I&#039;m not really sure what the problem is, but I think, that the /dev/dm-X devices don&#039;t really map to the physical partitions 1:1, as they are provided by the fakeraid tool.
In my setup I actually didn&#039;t use the fakeraid tool/driver.
So you should try to use the &quot;real&quot; devices (like /dev/sdb1).
Let me know if this approach works, as I&#039;m always happy for some feedback.

Regards

Nicolas</description>
		<content:encoded><![CDATA[<p>I think that this method won&#8217;t work when you use /dev/dm-X devices.<br />
Have you tried using the /dev/sdaX or /dev/sdbX devices?<br />
I&#8217;m not really sure what the problem is, but I think, that the /dev/dm-X devices don&#8217;t really map to the physical partitions 1:1, as they are provided by the fakeraid tool.<br />
In my setup I actually didn&#8217;t use the fakeraid tool/driver.<br />
So you should try to use the &#8220;real&#8221; devices (like /dev/sdb1).<br />
Let me know if this approach works, as I&#8217;m always happy for some feedback.</p>
<p>Regards</p>
<p>Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to access Windows Spanned Dynamic Disks with Ubuntu by Rodney Beede</title>
		<link>http://bigli.ch/howto-access-windows-spanned-dynamic-disks-with-ubuntu/#comment-10</link>
		<dc:creator>Rodney Beede</dc:creator>
		<pubDate>Thu, 06 Oct 2011 13:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://bigli.ch/?p=21#comment-10</guid>
		<description>I am having trouble with mounting on my system.  I have an EVGA motherboard with an nVidia chipset and fake raid.  I have 3 hard drives:  2 750GB in a stripe and 1 1TB alone.

I have partitioned the 1.5TB stripe into 500GB for Windows 7 and 1TB for a Windows spanned disk with the other 1TB drive to give me a 2TB drive.

I used your method above on the /dev/dm-1 (partition in side dm-0 which is the 1TB drive as presented by the fakeraid) and /dev/dm-6 (partition from the 1.5TB stripe).  I called blockdev --getsize /dev/dm-1 and dm-6 and put the info in my ntfsvolume file.

I run dmsetup create myvolume ntfsvolume, which returns no error.  I get a new /dev/dm-7 of the appropriate looking size.

When I try to mount the NTFS volume I get the following error:

NTFS signature is missing.
Failed to mount &#039;/dev/dm-7&#039;: Invalid argument
The device &#039;/dev/dm-7&#039; doesn&#039;t seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?



I tried swapping the order in the ntfsvolume file and re-creating, but I get the same result.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I am having trouble with mounting on my system.  I have an EVGA motherboard with an nVidia chipset and fake raid.  I have 3 hard drives:  2 750GB in a stripe and 1 1TB alone.</p>
<p>I have partitioned the 1.5TB stripe into 500GB for Windows 7 and 1TB for a Windows spanned disk with the other 1TB drive to give me a 2TB drive.</p>
<p>I used your method above on the /dev/dm-1 (partition in side dm-0 which is the 1TB drive as presented by the fakeraid) and /dev/dm-6 (partition from the 1.5TB stripe).  I called blockdev &#8211;getsize /dev/dm-1 and dm-6 and put the info in my ntfsvolume file.</p>
<p>I run dmsetup create myvolume ntfsvolume, which returns no error.  I get a new /dev/dm-7 of the appropriate looking size.</p>
<p>When I try to mount the NTFS volume I get the following error:</p>
<p>NTFS signature is missing.<br />
Failed to mount &#8216;/dev/dm-7&#8242;: Invalid argument<br />
The device &#8216;/dev/dm-7&#8242; doesn&#8217;t seem to have a valid NTFS.<br />
Maybe the wrong device is used? Or the whole disk instead of a<br />
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?</p>
<p>I tried swapping the order in the ntfsvolume file and re-creating, but I get the same result.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

