breaking mdadm raid and moving to NTFS

Posted by daveyt on Server Fault See other posts from Server Fault or by daveyt
Published on 2009-11-30T09:09:51Z Indexed on 2010/04/14 19:03 UTC
Read the original article Hit count: 268

Filed under:
|
|

I'm running Ubuntu 8 something and my data is on a mirrored pair of 1TB disks formatted as ext3, and the RAID is via mdadm. I want to move to Windows 7 (yeah yeah I know but Linux aint doing it for me at the moment) and migrate the disks to NTFS. My plan is:

Break the MDADM RAID (by failing one disk logically) Format the 'failed' disk as NTFS Copy data from the RAID array to the NTFS disk (dont care about perms)

Install Windows, (new separate non RAid disk) and my data disk is available.

I've researched this and it seems the easiest way. I dont have another disk to back up to so I think this is my only way. Can anyone see a better/easier way?

© Server Fault or respective owner

Related posts about mdadm

Related posts about linux