Can I go from noraid to raid1 to an existing Windows installation?

1

I am planning to switch from Ubuntu to Windows 7 for my HTPC and later add an extra 3TB disk.

Can I install Windows 7 on a 3TB disk and later add a disk and upgrade it to 2x3TB software raid1 without reinstalling the entire PC?

ujjain

Posted 2013-04-23T17:19:20.633

Reputation: 1 425

Answers

1

In theory: yes. Just create a RAID-1 array with one missing disk, then install the OS on it.

It will work fine (though it will complain about the array being in a degraded state).
Later you add the second disk.

I started with "In theory" because while I know this works on Linux/Ubuntu with mdadm, I have no idea how windows will handle that. Or if a hardware RAID controller will allow you to create a mirror with only one disk present. (Some brands/models will, some will refuse).

Hennes

Posted 2013-04-23T17:19:20.633

Reputation: 60 739

2I dont think Windows will let you do this... – Keltari – 2013-04-23T17:35:59.483

Depends on the software RAID. – Aaron Miller – 2013-04-23T17:49:53.160