7

I have some dynamic disks (or "partitions" but they are not really partitions) that I want to copy onto spare hard drives.

I tried using gpartd (and fdisk for that matter) from a linux live disc. All it saw was hard drives with only one partition encasing the whole hard drive. So gpartd/fdisk is incapable of identifying the dynamic "partitions" and allowing me to copy them.

Any tools that can be used to clone/copy a dynamic "partition"? (I'm open to commercial software suggestions if they can do the job)...

PP.
  • 2,885

4 Answers4

3

EASEUS Partition Master Home Edition(free) comes with their Disk & Partition Copy Wizard, which is able to Copy Dynamic Volumes

Norton Ghost($69.99) should get the job done, If EASEUS doesn't work.

Edit:

Here's some reviews of EASEUS Partition Master Home Edition

Corey
  • 462
1

I would suggest Acronis True Image Workstation. There is a good review here.

True Image does support dynamic disks, but read the fine print. Also, it's not clear to me that you could (for example) choose a single logical volume.

DaveParillo
  • 14,761
0

Acronis's True Image Home 2010 with the "Plus Pack" supports dynamic disks (and RAID arrays, for that matter) even from a boot CD

user34049
  • 139
  • 1
  • 1
  • 4
0

You can use the freeware Partition Wizard Home Edition 8.1.1 to clone Windows Dynamic Disk (e.g. raid 0).

  1. initialize blank drive with MBR in diskmgmt.msc

  2. use the wizard in Partition Wizard and choose one primary partition. Don't forget to "apply changes"

  3. open diskmgmt.msc, take the dynamic disk offline and assign its drive letter to newly created partition, which then becomes immediately usable in Windows Explorer

user44
  • 149