[Yaird-devel] software raid problem with yaird

RobRoy Kelly robroykelly at gmail.com
Wed Dec 28 19:29:31 UTC 2005


i have 5 software raid 1 partitions --yaird will find /dev/md0  and that is
it. the problem might be the mdadm.conf

DEVICE /dev/hda1 /dev/hdc1 /dev/hda2 /dev/hdc2 /dev/hda6 /dev/hdc6 /dev/hda7
/dev/hdc7 /dev/hda8 /dev/hdc8

ARRAY /dev/md4 level=raid1 num-devices=2
UUID=000b48cf:9c92a2e5:8941103e:b3a12979
ARRAY /dev/md3 level=raid1 num-devices=2
UUID=9b9e5fca:51e898b7:91b62572:ef66dbf4
ARRAY /dev/md2 level=raid1 num-devices=2
UUID=b6b3f658:76c9ade6:c6a17412:20429aaa
ARRAY /dev/md1 level=raid1 num-devices=2
UUID=06d42741:a1ced99b:e81f2769:e4c93627
ARRAY /dev/md0 level=raid1 num-devices=2
UUID=a4023223:d989a7df:e6a850a2:4cf1fdae

i'm using debian sid (kanotix) 2.6.14-kanotix-5
yaird:
  Installed: 0.0.12-2


the md devices all work -- i can start every thing manualy

fstab
# <file system> <mount point>   <type>  <options>
<dump>  <pass>
proc                      /proc                   proc
defaults                                 0            0
usbfs                    /proc/bus/usb      usbfs     devmode=0666
           0            0
/dev/md0             /                           ext3
defaults,errors=remount-ro   0            1
/dev/md1             /home                  ext3
defaults,errors=remount-ro   0            1
/dev/md2             none                    swap      sw
                      0            0
/dev/md3             /var                      ext3
defaults,errors=remount-ro   0            1
/dev/md4             /doc                     ext3
defaults,errors=remount-ro    0            1
/dev/cdrom         /media/cdrom0                   udf,iso9660
user,noauto        0            0

this from init in the image
kbdev '/dev/hda' 'hda'
mkbdev '/dev/hda1' 'hda/hda1'
mkbdev '/dev/hdc' 'hdc'
mkbdev '/dev/hdc1' 'hdc/hdc1'
mknod /dev/md0 b 9 0
mdadm --assemble /dev/md0 --uuid a4023223:d989a7df:e6a850a2:4cf1fdae \
         /dev/hda1 /dev/hdc1
/bin/mount -n \
        $ro \
        -t ext3 \
        -o 'errors=remount-ro' \
        '/dev/md0' \
        '/mnt'

one other slight problem  swap which is raided trys to start before the raid
is started

any ideas?
thanks
rrk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/yaird-devel/attachments/20051228/0e80eb21/attachment.html


More information about the Yaird-devel mailing list