Chez moi j'ai une RedHat 7.2 avec un truc du style :
/dev/hda1 /boot
/dev/md0 raid0 hdd2[1] hdc2[0] /
Mais chez moi le support raid0 est dans le kernel et non en module.
Pour créer un /boot/initrd...img avec le support raid0, il faut faire un truc du style (à controler soigneusement !) :
# mkinitrd --with=raid0 /tmp/initrd.test
Lorsque initrd.test est ok, il faut utiliser le vrai nom :
/boot/initrd-2.4.9-34.img
[^] # Re: Version Support
Posté par matiasf . En réponse à la dépêche Post-installation d'une RedHat 8.0. Évalué à 0.
Il faut controler si le module est dans /boot/initrd-2.4.9-34.img.
Exemple :
# cd /tmp
# cat /boot/initrd-2.4.9-34.img | gzip -d > initrd.img
# mkdir tmp
# mount -t ext2 -o ro,loop initrc.img tmp
# find tmp -iname ....
[...]
# umount tmp
Chez moi j'ai une RedHat 7.2 avec un truc du style :
/dev/hda1 /boot
/dev/md0 raid0 hdd2[1] hdc2[0] /
Mais chez moi le support raid0 est dans le kernel et non en module.
Pour créer un /boot/initrd...img avec le support raid0, il faut faire un truc du style (à controler soigneusement !) :
# mkinitrd --with=raid0 /tmp/initrd.test
Lorsque initrd.test est ok, il faut utiliser le vrai nom :
/boot/initrd-2.4.9-34.img
NB : J'ai pas de RH 8.0. çà c'est pour une RH7.2.