Re: [RE]Intel SATA RAID
Hadders <[email protected]>
| Newsgroups | gmane.linux.ataraid |
|---|---|
| Message-ID | <[email protected]> |
James Olson wrote: > > dm create isw_cdgbeijgjh_iaa 0 1250275846 striped 2 256 8:0 8:16 0 > Ok, so now that you have that information it is easy enough to > calculate the stripe size to change it 2. It is simply > 1250275846/(2*256) = 2441945.01171875 > we want an even multiple so take 2441945*512= 1250275840 > > Soooo, replace the line in your "init" file > dm create isw_cdgbeijgjh_iaa 0 1250275846 striped 2 256 8:0 8:16 0 > with > dm create isw_cdgbeijgjh_iaa 0 1250275840 striped 2 256 8:0 8:16 0 > and the length not divisble by chunk size error should go away (for > kernels 2.6.17 and above). > -James Well, it sounded good, heck it even made sense. Sadly though, the RAID just sits there now, doesn't complain, just sits there and spins its wheels. Thanks again, for all the help.