<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Many tx .. However ... after spending a day fiddling and googling .. it
appears that I need the version for <br>
2.6.24-19 ... not 16 as per your post.<br>
<br>
check out this link ..<br>
<br>
<a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/220493">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/220493</a><br>
<br>
Being a newb I have no ideas :-(<br>
<br>
Attached is some snips of my attempts to-date...  Still does not like
it .<br>
<br>
Makes all of the right noises but there is nothing in /dev/mapper<br>
<br>
And when I do a modprobe -r <br>
and then a modprobe  dm-raid45 <br>
 it comes up with  invalid module format.<br>
<br>
Please help<br>
<br>
Regards<br>
Peter<br>
<br>
<br>
<br>
<snip from post><br>
<div class="boardCommentBody">
<div class="bug-comment">
<p>I believe this is in hardy-updates:</p>
<p>bdmurray@<wbr>superman:<wbr>~$ modinfo dm-raid45<br>
filename: /lib/modules/<wbr>2.6.24-<wbr>19-generic/<wbr>ubuntu/<wbr>md/dm-raid45.<wbr>ko<br>
license: GPL<br>
author: Heinz Mauelshagen <email address hidden><br>
description: device-mapper raid4/5 target<br>
license: GPL<br>
author: Heinz Mauelshagen <email address hidden><br>
description: device-mapper device-mapper dirty log<br>
license: GPL<br>
author: Heinz Mauelshagen <email address hidden><br>
description: device-mapper dm memory cache<br>
license: GPL<br>
author: Heinz Mauelshagen <email address hidden><br>
description: device-mapper region hash<br>
license: GPL<br>
author: Heinz Mauelshagen <email address hidden><br>
description: device-mapper device-mapper target message parser<br>
srcversion: E1BE8207EC7EC04<wbr>F1B4FDA0<br>
depends: dm-mod<br>
vermagic: 2.6.24-19-generic SMP mod_unload 586</p>
</div>
</div>
<br>
<br>
<br>
<br>
Antti Mäkelä wrote:
<blockquote
 cite="mid:Pine.SOC.4.64.0810071124520.7826@viherkiuru.cs.tut.fi"
 type="cite">On Tue, 7 Oct 2008, Peter de Groot wrote:
  <br>
  <br>
  <blockquote type="cite">When I do an dmraid -l, it says that only
raid 0 and 1 are supported for
    <br>
isw, which I am
    <br>
presuming is the correct device for this fake-raid setup ??
    <br>
  </blockquote>
  <br>
  Follow the instructions in THIS bug:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/220493">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/220493</a>
  <br>
  <br>
  I used that to boot up Ubuntu LiveCD and installed Gentoo :) Anyway,
the key part is this (for amd64, for x86, it's there too).
  <br>
  <br>
sudo su
  <br>
echo "deb <a class="moz-txt-link-freetext" href="http://archive.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> hardy universe" >>
/etc/apt/sources.list
  <br>
apt-get update; apt-get install dmraid
  <br>
cd /lib/modules/2.6.24-16-generic/ubuntu/md
  <br>
wget <a class="moz-txt-link-freetext" href="http://launchpadlibrarian.net/14522732/dm-raid45.ko-amd64">http://launchpadlibrarian.net/14522732/dm-raid45.ko-amd64</a>
  <br>
mv dm-raid45.ko-amd64 dm-raid45.ko
  <br>
  <br>
Edit /lib/modules/2.6.24-16-generic/modules.dep and add
  <br>
/lib/modules/2.6.24-16-generic/ubuntu/md/dm-raid45.ko:
/lib/modules/2.6.24-16-generic/kernel/drivers/md/dm-mod.ko
  <br>
  <br>
dmraid -ay
  <br>
  <br>
Then you can mount your raid5 volumes just fine.
  <br>
  <br>
Again, this is partially due to the fact that the patches here expect
dm-raid4-5.ko, not dm-raid45.ko (even though Thomas Backlund on this
list said that he's never had this issue - so not sure why this isn't
being addressed).
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<table border="0" cellpadding="2" cellspacing="2" height="99"
 width="1022">
  <tbody>
    <tr>
      <td align="center" valign="middle" width="80"><a
 href="http://egc.wa.edu.au"><img alt=""
 src="cid:part1.04030900.01010804@det.wa.edu.au" border="0" height="104"
 width="120"></a><br>
      </td>
      <td valign="top" width="350">Peter de Groot<br>
Eastern Goldfields College<br>
Kalgoorlie 6430<br>
Department of Education and Training<br>
Phone 90801800 Fax 90801866 Mob 0418915312<br>
      </td>
      <td valign="top"><a href="http://det.wa.edu.au"><img alt=""
 src="cid:part2.01040408.04080409@det.wa.edu.au" border="0" height="60"
 width="295"></a><br>
      </td>
    </tr>
  </tbody>
</table>
</div>
</body>
</html>