On Mon, 2003-05-12 at 05:35, Clemens Schwaighofer wrote: > Why three drives in a Raid1? Raid one is just mirror, or is the third > drive like a "hot" replace drive if one of the others fail? With normal mirroring (one original, one copy) you do have the redundancy and the speedboost at reads, but at mirroring with one original and two copies (I know AIX does this), you get in to a scenario that is quite handy. Say you run a large database in a 24/7 operation. You want to back the database up, but you can only get 5-10 minutes downtime on it. You then quiesce the database, split off the second copy from the mirror, mount that as a separate filesystem and back that up while the original with its first copy has already stepped back into full use. Once you finished your backup, you add your split-off copy back to the original and primary copy and you are back where you started. HTH, /Anders