I started off installing Kubuntu Feisty 7.04. Within the partitioner, I could not set up lvm. I could not get past the error message “Error informing the kernel about modifications to /dev/md2p1 –Invalid argument”, no matter what I did. I even zeroed all partition tables with dd, but whenever I entered LVM config the partitioner recognized md0, md1, md2 and the usage as lvm. I'm not quite sure how this is possible, I even started doubting my new hardware.
After several hours I decided to go back to Kubuntu 6.10, with which I still could not install lvm, but I could properly install the 2 multidisk (raid1) configurations (md0: /, md1: swap, md2: /srv). md2 = /srv was a necessary intermediate step, because lvm did not configure through on Edgy either, so I formatted it with ext3.
hdd | partition | raid1 | lvm | mount point |
---|---|---|---|---|
sda | sda1 | md0 | - | / |
sdb | sdb1 | md0 | ||
sda | sda2 | md1 | - | swap |
sdb | sdb2 | md1 | ||
sdc | sdc1 | md2 | vg1, lv1, lv2 | /home, /srv |
sdd | sdd1 | md2 | ||
sde | sde1 | - | vg2, lv3 | /backup |
Done! Everything works now!