A procedure for turning a Debian Linux (Lenny) system installed on a single drive into a Debian Linux system running a two-disk mirror without rebuilding the whole thing. The procedure also shows you how to configure GRUB to boot from either drive.
Everything you need to know about administering software RAID on Linux in a nutshell.
Archived.
How to activate the RAID on a Redhat system you've booted from a rescue disk and chroot into it to fix things.
If you find yourself in a position in which you're running Arch Linux and your file systems are based on LVM, RAID, or both, and when you upgrade your kernel your system won't boot because the kernel isn't running the lvm2 hook, here's how to fix it.
mount -t procfs proc /mnt/proc
mount -t sysfs sys /mnt/sys
mount -t tmpdevfs dev /mnt/dev
chroot /mnt
pacman -Syu
and watch your kernel being built.exit
and reboot
. remove your stick and boot into your now working arch linux.How to install Windows 7 from a USB key when your machine's RAID drivers aren't signed by Microsoft. You start by running the System Repair function of the installer...