Sure - I mean even. And I also know that it's just mirroring.
RAID1 is usually made pairwise with the same size disks.
So then, is an *even* number of disks "usual" or "reqiured"? You have changed your statement here.
The fact of the matter here is that you stated:
"pfloor, true - but real raid1 requires an equal number of disks. "
and this statement is just down right untrue. Raid1 only has 1 real "requirement" and that would be that the raid1 array contains at least 2 partitions (not even 2 seperate disks). You can mirror 2 (or more) partitions on the same disk if you really wanted to. Logic tells us however that would not be a very good thing to do.
Mirroring just gives us a better chance of NOT losing our data. Lets say that 1 in 500 drives failed within 3 years. That would mean that you have a 1 in 500 chance of losing your data.
1 disk = 1 in 500 chance of total data loss
2 disk mirror = 1 in 250,000 chance of total data loss
3 disk mirror = 1 in 125,000,000 chance of total data loss
4 disk mirror = 1 in 62,500,000,000 chance of total data loss
5 disk mirror = 1 in 31,250,000,000,000 chance of total data loss (that is a one 31 quadrillion chance)
Mirroring is the BEST data redundancy for mission critical situations. In a 5 disk mirror, you would have to have all 5 disks fail all at once to lose your data...This is almost statistically impossible.
In contrast, a raid5 aray (regardless of the number of disks) can only withstand the loss of 1 disk. This puts the raid5 array at a 1 in 250,000 chance of total data loss. Redundancy versus performance...You choose.
Now back to the OP's problem...