• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Two RAID Questions

I am currently running RAID 1 on a intel ICH10 SATA controller. I was curious of two things:

1. Can I move the drives to different SATA ports(provided they are on the intel controller) without reconfiguring the RAID array(I believe the answer is yes)?

2. If my motherboard were to fail, would I be screwed in terms of obtaining the data off my drive unless I could obtain either another motherboard with the same controller or a seperate PCI card with the controller? In RAID 1 can you literally take one of the drives to a different SATA port and have the data be read?
 
Can I move the drives to different SATA ports(provided they are on the intel controller) without reconfiguring the RAID array(I believe the answer is yes)?
Yes.

A RAID 1 array on a intel ICH10 SATA controller can be read/used on older Intel chipsets and swapped between boards. The RAID configuration data is on the drives themselves and must be read by the controller.

The idea of RAID1 is the same data mirrored on 2 different disks that can be read independently and isolate you from mechanical failure.

BUT any screwed-up input/virus/program will ah heck both drives and this is why RAID isn't a backup.
 
Back
Top