Quote:
Originally Posted by Wiggy Fuzz 
depends on what type of raid - raid 0 effectively doubles the speed of your harddrive by spreading data across two or more disks. but if one disk goes, you've had it.
raid 5 (might be wrong about the numbers) copies your data across two or more harddrives, so if one goes you still have the other.
i have a western digital passport drive, that's usb. opening it up i get a regular laptop 2.5 inch harddrive - try that, see if it makes a difference.
|
NO IT DOES NOT DEPEND. RAID is NOT BACKUPS.
If you or a program deletes data from your RAID array can you retrieve it? (without hack the filesystem lookup table).
If the RAID controller fails in a lovely way and writes corrupted data, can you retrieve it? (This happens more than you would think, even with high-end server class hardware.)
Another issue with RAID, particularly RAID5 is that when a drive fails RAID 5 still works but in a reduced state. So you pop in a new drive and it starts to rebuild the array. This can take a good bit of time depending on the # of drives and load on the system. Since most people have arrays of similiar age drives and the drives have similar load history, it is not surprising that large array (# of disks) suffer second drive failure during the rebuild of the failed drive. Guess what happens when the second drive fails, no more data! RAID 6 solves that issue, but it still is not a replacement for backups.
RAID provides UPTIME
RAID provides PERFORMANCE
RAID does NOT provide DATA PROTECTION