Meltdown08 said:
I am considering of buying another SATA HDD and setting up a RAID 0 using the MB RAID controller ... how do I recover data if, for example, the RAID controllers are perfectly OK however I catch a nasty virus corrupting the OS to a point of no return.
There are two very important things you need to understand here:
(1) - RAID 0 has NO REDUNANCY - if EITHER drive fails you will loose ALL your data.
(2) - RAID (of any type) is NOT A BACKUP. Even RAID 1 which keeps two copies of your data will not help you if you get a virus or accidentally delete your files. The RAID controller will very obediently update both disks so that your files are deleted or infected with the virus on both of them.
With RAID 0, I am wondering if I can you take the two RAID 0 HDDs out and plug it into another computer to backup the files? Must the other computer also be set up for RAID 0? What if it is a Non-RAID computer, can it read the RAID configurations? If not, what must I do to backup my data. said:
With RAID 0, I am wondering if I can you take the two RAID 0 HDDs out and plug it into another computer to backup the files? Must the other computer also be set up for RAID 0? What if it is a Non-RAID computer, can it read the RAID configurations? If not, what must I do to backup my data.
If you can find another system with an identical motherboard, firmware version, and OS version and drivers then you MIGHT be able to plug the drives into it. But I'd be very skeptical about this and I'd want to test it thoroughly before relying on it. IMHO you're better off just assuming it can't be done.
The way you make backups with RAID is the same way you make backups with any other disk - you plug in some external media (i.e., a tape drive or an external USB/eSATA disk drive) and use software to copy the contents from your internal drives to the external drive.
There are some enterprise-class storage solutions that allow on-the-fly backup by forming and breaking mirrored RAID sets, but those are specifically engineered to do that. The kinds of RAID solutions you'll see for desktop systems aren't designed with that in mind and IMHO you're skating on thin ice if you try to use them in that way.