11 Apr 2005 20:14
*** Announcement: dmraid 1.0.0.rc7 ***
Heinz Mauelshagen <mauelshagen <at> redhat.com>
2005-04-11 18:14:35 GMT
2005-04-11 18:14:35 GMT
*** Announcement: dmraid 1.0.0.rc7 ***
dmraid 1.0.0.rc7 is available at
http://people.redhat.com:/heinzm/sw/dmraid/ in source tarball,
source rpm and i386 rpms (shared, static and dietlibc).
This release fixes size bugs with Highpoint and Promise RAID1 sets.
dmraid (Device-Mapper Raid tool) discovers, [de]activates and displays
properties of software RAID sets (i.e. ATARAID) and contained DOS
partitions using the device-mapper runtime of the 2.6 kernel.
The following ATARAID types are supported on Linux 2.6:
Highpoint HPT37X
Highpoint HPT45X
Intel Software RAID
LSI Logic MegaRAID
NVidia NForce
Promise FastTrack
Silicon Image Medley
VIA Software RAID
Please provide insight to support those metadata formats completely.
Thanks.
See files README and CHANGELOG, which come with the source tarball for
prerequisites to run this software, further instructions on installing
(Continue reading)
> I modified linuxrc to copy the device-mapper nodes from the initrd
> filesystem (where dmraid "created" them) to the "static" /dev, eg. a
> /dev/mapper folder in the root filesystem (line 163, just before
> pivot()'ing):
>
> echo -e "${GOOD}>>${NORMAL}${BOLD} Copying device-mapper nodes...${NORMAL}"
> rm -rf /newroot/dev/mapper
> mkdir /newroot/dev/mapper
> cp -dpr /dev/mapper/* /newroot/dev/mapper/
I thought about that, but I don't like the "newroot" to be mounted read/write
during initrd-time :(
> Also, I modified Gentoo's /sbin/rc script to save the device-mapper
> nodes before it mounts udev and restore them afterwards (line 184):
I don't like hacking /sbin/rc
.
> > I modified linuxrc to copy the device-mapper nodes from the initrd
> > filesystem (where dmraid "created" them) to the "static" /dev
> I thought about that, but I don't like the "newroot" to be mounted read/write
> during initrd-time :(
Hm?
Please enlighten me. Why is that bad?
Just diffed my linuxrc against Gerte's, he does the same thing.
Which reminds me, I get a message on every boot up saying that
"reiserfs assumes mounted read-only, skipping journal playback". I
wonder...
(I also get "attempt to access beyond end of device" and
"ichxrom_init_one(): Unable to register resource 0xffb00000-0xffffffff
- kernel bug?", but that's a whole other discussion. Humn =)).
> > Also, I modified Gentoo's /sbin/rc script to save the device-mapper
> > nodes before it mounts udev and restore them afterwards (line 184):
> I don't like hacking /sbin/rc
.
> > Works like a charm.
> I believe that! :) ... I'm really suprised to see someone got through the same
> initrd hell as me
RSS Feed