Hi Bill,
NEVER EVER install your OS on a raid0 (raid1 is very safe btw).
Resist the temptation for more speed as the risks / troubles are not worth
it.
When either disk fails all data is lost (probably partly the case here).
Moving separate / both disk(s) to a healthy system will not work as all data
is evenly distributed on both disks and only readable with the same raid
controller.
Any attempt to access on another system may ruine all data!
My advice ...
1. Leave the disks in your PC and DON'T swap the data cables.
2. DON'T break/reset the raid array in BIOS (will ruine all your data).
3. Prepare the Raid Driver floppy.
4. On a friend's PC, download and burn UBCD4Win (
www.ubcd4win.com).
5. Set your bios to boot: 1st from CD, 2nd from raid0.
6. Boot from UBCD4Win CD.
7. Press F6 when asked.
8. Insert floppy and pick your raid controller, leave floppy inserted!
9. UBCD4Win loads Raid driver and you will be able to access your raid disk
set.
10. Backup your import data to a external USB-stick/disk or network drive.
The latter requires Enable Network Support and Enable Drive Sharing.
11. I would not attempt to repair as OS on raid0 remains risky anyway.
12. If robustness is important to you, consider Raid1 (otherwise install OS
on 1 disk).
Advantages: Here, both disk contain the same data, when either fails,
the raid driver
reconstructs the contents automatically while the PC remains
operational !
Moving one disk to another system allows full access to all data to
salvage.
Disadvantages: 1x read speed (slightly increased), 1x write speed
(slightly decreased),
2 disks provide space for 1 disk (ie. 2x 160GB in Raid1 --> 160GB).
When considering a complete reinstall and Raid1 ...
1. In Raid Bios break/reset the Raid0 array (all data is lost).
2. In PC Bios, disable Raid Controller temporarily.
3. Set PC Bios boot order to boot from floppy / CD before hard disk.
3. Boot from disk manufacturer's diagnostics on floppy / CD.
4. Full Zero-Fill a disk (may take hours, don't use quick zero fill)
5. Full Surface Check. a disk (may take hours, don't use quick check)
6. Repeat for other disk.
7. In PC Bios Enable Raid Controller.
8. Enter Raid Bios and setup Raid1 array, save and exit.
9. Run Windows install.
10. Press F6 when asked.
11. Use the earlier built Raid driver floppy.
Now, the procedure to setup Raid1 is similar to Raid0 setup.
HTH,
John7