linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* accessing windows raid with mdadm?
@ 2006-11-01 22:16 Shaya Potter
  2006-11-04 16:53 ` Paul Clements
  0 siblings, 1 reply; 2+ messages in thread
From: Shaya Potter @ 2006-11-01 22:16 UTC (permalink / raw)
  To: linux-raid

[please cc: me on responses]

if one read Documentation/fs/ntfs.txt in the linux kernel, it talks
about accessing windows raid volumes in Linux

If one is using non raid-5, one can use the device mapper, but if one is
using raid-5, one has to use the md driver. 

However, it seems to be about using raidtools (raidtab and the like).
Can anyone who understand raidtools and mdadm translate the instructions
to mdadm, as that would seem to be what most of us use today?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: accessing windows raid with mdadm?
  2006-11-01 22:16 accessing windows raid with mdadm? Shaya Potter
@ 2006-11-04 16:53 ` Paul Clements
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Clements @ 2006-11-04 16:53 UTC (permalink / raw)
  To: Shaya Potter; +Cc: linux-raid

Shaya Potter wrote:
> [please cc: me on responses]
> 
> if one read Documentation/fs/ntfs.txt in the linux kernel, it talks
> about accessing windows raid volumes in Linux
> 
> If one is using non raid-5, one can use the device mapper, but if one is
> using raid-5, one has to use the md driver. 
> 
> However, it seems to be about using raidtools (raidtab and the like).
> Can anyone who understand raidtools and mdadm translate the instructions
> to mdadm, as that would seem to be what most of us use today?

The biggest thing here is that, since Windows stores its RAID 
information in this LDM area, which is outside the partitions 
themselves, there is no room for an md superblock at the end of each 
partition (even if the RAID information was on each partition, it's 
doubtful there would be room for an md superblock). So you have to 
assemble the array without superblocks, or else the md superblocks will 
overwrite data.

There is currently no way to "Build" (i.e., assemble an array without 
using superblocks) a raid5 array using mdadm. I don't know if raidtools 
would allow that or not. Building arrays without superblocks is 
generally risky (since device states and roles are not persistently 
tracked) for anything other than simple non-RAID arrays, or read-only 
access to your data.

--
Paul

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-04 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 22:16 accessing windows raid with mdadm? Shaya Potter
2006-11-04 16:53 ` Paul Clements

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).