View Single Post
Old Oct 9, 2012, 07:55 PM   #4
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,239 (8.87/day)
Thanks: 1,262
Thanked 1,318 Times in 979 Posts

System Specs

If you use a linux/unix livecd, you could use dd to copy the entire drive, including the partition table, to another drive. On an Ubuntu livecd it would be something like this if the RAID-0 is sda and the other drive is sdb.

Code:
sudo dd if=/dev/sda of=/dev/sdb bs=1m
You can only really do this if the drive you're putting it onto is the same or larger size. If it's a bigger drive and you want to use all of the space, once Windows boots you will need to use disk management to resize your partition to the size of the drive.
__________________
MyHeat
Aquinus is online now  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to Aquinus For This Useful Post: