- Joined
- Apr 1, 2002
RAID 1 for security. Speed doesn't really matter to me - currently my RAID 1 array is running off of 5400rpm drives.
What you were talking about previously (2x 80bg stripped + 1x 160gb) is similar to RAID 10 (except with three drives). The thing is that it's not really true RAID security - if you lost a 80gb drive between "backups" then you'd lose everything since your last backup. If I work at my computer all day long then it only gets a chance to "backup" every night - I could lose a whole days work ($40/hr x 8hrs = $320). Also the added stress of doing an array mirror would put a lot of extra wear and tear on the drives.
Eventually I'll move to a larger array (probably six drive RAID 5) in a seperate file server to try and cut down on the noise and heat from my workstation.
Also...
The three drive stripped theory sounds good, but has a flaw. It's the same reason going RAID 1 (mirror) doesn't improve read speeds. Imagine you have two identical drives, capable of reading one bit in one ms (not realistic, but it'll do for the example) as the platter moves past the head. This means the drive can read 1000 sequential bits in one second (I warned you it wasn't realistic). But if we want to attempt to use it as a stripped array for reading we only want to read every other bit (1,3,5,7...999 on drive 1 and 2,4,6,8...1000 on drive two). But it would still take one second for each drive to get from 1 to 1000, regardless of how many bits the head read, because the head can't jump from 1 to 3 - it has to wait for two to go past first. It's just a physical limitation of the drive that can only be overcome by increasing the data density and/or speeding up the platter rotation to the point where the drive could sustain a higher data transfer rate then the interface could handle (150mb/s for SATA).
I didn't do the best job explaining that - Hope I didn't just confuse everyone.
What you were talking about previously (2x 80bg stripped + 1x 160gb) is similar to RAID 10 (except with three drives). The thing is that it's not really true RAID security - if you lost a 80gb drive between "backups" then you'd lose everything since your last backup. If I work at my computer all day long then it only gets a chance to "backup" every night - I could lose a whole days work ($40/hr x 8hrs = $320). Also the added stress of doing an array mirror would put a lot of extra wear and tear on the drives.
Eventually I'll move to a larger array (probably six drive RAID 5) in a seperate file server to try and cut down on the noise and heat from my workstation.
Also...
The three drive stripped theory sounds good, but has a flaw. It's the same reason going RAID 1 (mirror) doesn't improve read speeds. Imagine you have two identical drives, capable of reading one bit in one ms (not realistic, but it'll do for the example) as the platter moves past the head. This means the drive can read 1000 sequential bits in one second (I warned you it wasn't realistic). But if we want to attempt to use it as a stripped array for reading we only want to read every other bit (1,3,5,7...999 on drive 1 and 2,4,6,8...1000 on drive two). But it would still take one second for each drive to get from 1 to 1000, regardless of how many bits the head read, because the head can't jump from 1 to 3 - it has to wait for two to go past first. It's just a physical limitation of the drive that can only be overcome by increasing the data density and/or speeding up the platter rotation to the point where the drive could sustain a higher data transfer rate then the interface could handle (150mb/s for SATA).
I didn't do the best job explaining that - Hope I didn't just confuse everyone.