Is RAID 1 portable between different RAID controllers? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-18T18:29:42Zhttp://stackoverflow.com/feeds/question/567021http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/567021/is-raid-1-portable-between-different-raid-controllers3Is RAID 1 portable between different RAID controllers? [closed]TT2009-02-19T20:34:50Z2009-02-19T20:56:46Z
<p>I recently had a motherboard die, and used the on board RAID controller to do RAID 1 with two hard drives. I'm wondering if I can take one of the drives and access it normally, in a non-RAID setup.</p>
<p>EDIT: It was an Intel D975XBX2 if that helps.</p>
http://stackoverflow.com/questions/567021/is-raid-1-portable-between-different-raid-controllers/567085#5670850Answer by Untrots for Is RAID 1 portable between different RAID controllers?Untrots2009-02-19T20:49:42Z2009-02-19T21:13:51Z<p>As RAID 1 should store the <strong>exact</strong> data on two discs, there is no good reason why there it should change it in any way.</p>
<p>You can do a simple test: make RAID 1, put some data on it, disconnect one drive and put the other one as a regular drive without any RAID and see if it works.</p>
http://stackoverflow.com/questions/567021/is-raid-1-portable-between-different-raid-controllers/567090#5670904Answer by andynormancx for Is RAID 1 portable between different RAID controllers?andynormancx2009-02-19T20:51:49Z2009-02-19T20:51:49Z<p>It depends entirely on the RAID controllers involved. Some RAID controllers will store the data on RAID1 disks the same as if there was no RAID controller used, but many other will store it in a format only readable by that type of RAID controller.</p>
<p>This is one of the reasons why I prefer software RAID, you can move the disks to any machine, regardless of controllers.</p>