Re: Motherboard vs mdadm raid
You can't make the fakeraid (bios raid) without formatting the disks (destroying the data).
Software raid (mdadm) would probably be better and will not depend on the board chip. Even if the board dies, you can connect the disk(s) to another linux machine and read the data without any issues.
For fakeraid or hardware raid you would have to find an identical controller, and it's still a question whether you could read the data.
Also, which might help you a lot, you can actually set up the mdadm raid1 without moving the data on a temporary location. If the data is only on one disk right now.
You will create the raid1 with only the second disk and one missing member.
Once the array is running, copy the data from the first disk that now holds it to the array.
Then add the first disk as the missing member and let it sync the array.
If you need more detailed info, just ask. But there are plenty tutorials on google how to convert single disk into raid1 mdadm array. I repeat, only if all the data is on one disk right now.
Darko.
-----------------------------------------------------------------------
Ubuntu 12.04 LTS 64bit & Windows 7 Ultimate 64bit
Bookmarks