Subject: Raid10
To: None <port-i386@netbsd.org>
From: dkwok <dkwok@iware.com.au>
List: port-i386
Date: 06/03/2001 23:33:02
This is a multi-part message in MIME format.

------=_NextPart_000_006A_01C0EC85.880665A0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Use stripping to join 2 raid1 disks together.

raid1 size is 39000000 sectors
raid2 size is 29000000 sectors

I followed the man page on raidframe as follows:

raidctl -C /root/raid3.conf raid3

raid3.conf:

START array
1 2 0
START disks
/dev/raid0a
/dev/raid1a
START layout
128 1 1 0
START queue
fifo

The resultant combined size is 58753024 sectors. The overhead is about =
5G. The combined size should be around 68000000 sectors. Is it right?
Or my configure is wrong?

David Kwok

------=_NextPart_000_006A_01C0EC85.880665A0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Use stripping to join 2 raid1 disks=20
together.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>raid1 size is 39000000 =
sectors</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>raid2 size is 29000000 =
sectors</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I followed the man page on raidframe as =

follows:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>raidctl -C /root/raid3.conf =
raid3</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>raid3.conf:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>START array</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>1 2 0</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>START disks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>/dev/raid0a</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>/dev/raid1a</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>START layout</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>128 1 1 0</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>START queue</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>fifo</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>The resultant combined size is 58753024 =
sectors.=20
The&nbsp;overhead is about 5G.&nbsp;The combined size should be around =
68000000=20
sectors. Is it right?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Or my configure is wrong?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>David Kwok</FONT></DIV></BODY></HTML>

------=_NextPart_000_006A_01C0EC85.880665A0--