Originally posted by: TreyRandom
Originally posted by: randay
Originally posted by: spidey07
Originally posted by: randay
If one disk fails, the other disk still works.
If you have only one disk, if one disk fails, there are no other disks that still work.
from wikipedia
The term RAID was first defined by David A. Patterson, Garth A. Gibson and Randy Katz at the University of California, Berkeley in 1987.[2] They studied the possibility of using two or more disks to appear as a single device to the host system and published a paper: "A case for Redundant Arrays of Inexpensive Disks (RAID)" in June 1988 at the SIGMOD conference.
Nope. The Entire volume worthless if you lose one disk.
Youre confusing the disks with the data. RAID 0 is RAID LEVEL 0, appropriately named 0 since there is no fault tolerance. But the RAID part of the whole thing refers to the array of disks, not the fault tolerance of the data. the LEVEL is what refers to the redundancy or fault tolerance of the data.
Take a real world example. You can buy one 750gb disk for 400 dollars, or you can buy 2 500 gig disks for 150. If you raid them you then can have an array that is as effective if not more effective then one single drive, for less money. If one drive fails, you replace it for 150 dollars. If you went with a single drive, you replace it for 400 dollars. This is where the "redundant" comes into play. The RAID LEVEL doesnt matter.
You're confusing "redundant disk" with "redundant array". It's not RDIA (redundant disks in an array), it's RAID (
redundant array of disks). You have no redundant array with RAID 0.
In RAID 1, you lose a disk, the array is still operational. In RAID 5, you lose a disk, the array is still operational. In RAID 1+0/0+1, you lose a disk, the array is still operational. In RAID 0, you lose a disk,
you lose the array.