Will breaking ICH10R RAID1 (Mirror) retain all data on both disks?

1

1

I have RAID1 (mirror) with two drives, using ICH10R fake-raid on my motherboard. I hope that if I break the mirror using the RAID BIOS, all data on both drives will still be intact. I'd love to have a confirmation from someone who already did this.

haimg

Posted 2012-08-24T04:46:24.020

Reputation: 19 503

Answers

2

In my experience, you can set it to AHCI and still boot off of one drive, while losing the redundancy. However, if you are using this RAID partition as your main OS, you could experience some driver issues (or BSOD on Windows).

EDIT: If you receive BSOD Message STOP 0x0000007B INACCESSABLE_BOOT_DEVICE

Consider the following scenario. In the BIOS setup of a Microsoft Windows 7 or Windows Vista-based computer, you change the Serial Advanced Technology Attachment (SATA) mode of the boot drive to use the either Advanced Host Controller Interface (AHCI) specification or RAID features. You then restart the computer. In this scenario, you receive the following error message: STOP 0x0000007B INACCESSABLE_BOOT_DEVICE

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 How to back up and restore the registry in Windows To resolve this issue yourself, enable the AHCI driver in the registry before you change the SATA mode of the boot drive. To do this, follow these steps:

  1. Exit all Windows-based programs.
  2. Click Start, type regedit in the Start Search box, and then press ENTER.
  3. If you receive the User Account Control dialog box, click Continue.
  4. Locate and then click one of the following registry

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\IastorV

  5. In the right pane, right-click Start in the Name column, and then click Modify.

  6. In the Value data box, type 0, and then click OK.
  7. On the File menu, click Exit to close Registry Editor.

kobaltz

Posted 2012-08-24T04:46:24.020

Reputation: 14 361

Thanks... Unfortunately, I cannot switch to AHCI (I have other RAID1 mirror which I intend to keep, and which is indeed my boot drive). – haimg – 2012-08-24T05:21:20.610

I just assumed. You should be okay still. – kobaltz – 2012-08-24T05:49:59.847

Disk data remains. However, BSOD happens even if RAID is not the boot/system disk, if converted to AHCI. Here's how to fix: http://support.microsoft.com/kb/922976

– haimg – 2012-08-24T13:44:30.347

1Glad that you found a solution! BSODs can easily be fixed, but are definitely heartbreaking initially. I'll update the answer with your additional step to the solution. – kobaltz – 2012-08-24T13:45:52.503