On Samstag 08 August 2009, Kevin Haddock wrote:
> For the life of me I can't figure out the canonical way to rebuild my
> mirrored /boot.  The second disk (/dev/sdb1) got corrupted and it is
> interfering with my rebuilding the kernel (genkernel can't mount /boot).
>

forget genkernel.

put in correctly partitioned disk.


read man mdadm

/sbin/mdadm /dev/md0 –fail /dev/sdb1 –remove /dev/sdb1
/sbin/mdadm /dev/md0 –add /dev/sdb1

as example. Found on google in less than 2 minutes.

Seriously, google is your friend ;)

Reply via email to