Tagged Questions
3
votes
3answers
4k views
Grub2 RAID /boot
I'm using Gentoo on my HomeServer. My HDDs are raid1 mirrored with mdadm.
My problem is how to boot the /boot partition correct?
/dev/md1 consists of /dev/sdc2 & /dev/sdd2 mounted on /boot
In ...
4
votes
3answers
217 views
RAID 1 in linux
I'd like to setup RAID 1 with two drives in linux. I don't have a hardware RAID controller and don't want to buy one, so what is the best software RAID option for linux?
Note: If it makes a ...