How can I copy my hard disk to a RAID 10 array?

-1

I would like to create a RAID 10 array on my PC. But since my target hard disk was purchased some time ago and there are newer models in the market, I want to create an array from brand new hard disks and than copy the target hard drive (that has games and softwares installed in it).

Is it possible to copy my drive into an empty RAID 10 array. How do I do that safely and in the shortest way?

Nir

Posted 2015-12-16T19:42:23.863

Reputation: 1

1Please edit your question to add some details as to what OS you are going to do this on and whether this is a software RAID setup or a hardware RAID setup. In general, a RAID array is basically just a file system with extra hard drives as safety net. Just copt the files from the source drive to the new RAID drive like to normally would. – JakeGould – 2015-12-16T19:52:47.963

Answers

-1

Assuming your RAID10 is hardware based, then any disk imaging software will work. Clonezilla is popular.

Keltari

Posted 2015-12-16T19:42:23.863

Reputation: 57 019

-1

Just use software to clone your data to a new drive like said above. From there create your RAID. Ideally you want to use the same disks in your RAID, so buy 2 or more new hard disks (depending on how many disk you want in your RAID10), clone your data from the old disk to the new disk using free or paid software, then be done with it.

It would be possible to just include your old hard disk in the RAID and just mirror it to get the data over and then remove it from the RAID, but the hard disks would need to have the same sector size.

LSxCPU

Posted 2015-12-16T19:42:23.863

Reputation: 172

Be wary of different sector sizes. – Stan Shaw – 2015-12-16T21:19:46.680