I have a spanned volume (3x6+ TB disks spanned to one 20+ TB volume) that I need to mirror or clone to a new 20+ TB (unspanned) volume. Once mirrored or cloned I'm going to destroy the original volume and reuse the storage elsewhere.

Windows 2008 will not allow me to mirror it because the original is a spanned volume.

I cannot simply copy the data, because there are sparse files on the volume. So the OS thinks there is 150+ TB used on the disk when there really is only around 18TB used physically. When I try to use the copy command it won't run because it thinks the destination volume needs to be 150+ TB to hold it all.

A conundrum, but I figure someone here has the answer.

link|improve this question
feedback

2 Answers

You might look into Acronis to see if it's "Disk Director" will manage your existing partitions/volumes. If so, it may be able to resize the existing partition/volume while copying it over to the new configuration.

link|improve this answer
I should have mentioned that it needs to be a free solution. It also has to work while Windows is running, so gparted or Partition Magic typesolutions won't work. Since the volume is spanned by Windows, I don't think any solution that runs apart from Windows will work. – Matt Aug 17 '11 at 15:16
"it needs to be a free solution" you may be out of luck there as there are solutions which run within a running Windows session, but most of them (maybe all) are not free. – user48838 Aug 17 '11 at 15:25
feedback

Use Microsoft robocopy - it will do whatever you need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.