Comment 28 for bug 372170

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 372170] Re: intel isw raid metadata at odd offset

On Mon, 2009-05-11 at 23:10 +0000, 3b wrote:
> Sure, if i can figure out how to build it :)

apt-get source dmraid
apt-get build-dep dmraid
wget
http://launchpadlibrarian.net/26558415/17_fix_isw_raid_detection_1TB.patch
cd dmraid-1.0.0.rc15 (I think, you may have a slightly different name)
export QUILT_PATCHES=$(pwd)/debian/patches
quilt import -p0 ../17_fix_isw_raid_detection_1TB.patch (I think, you
may need -p1)
dpkg-buildpackage -us -uc -b

now you should have a couple of ../libdmraid*.deb files. sudo dpkg -i
the one without -dev in its name.

then dmraid -r -d.

Cheers,
Rob