Q. How can I merge a differencing disk with its parent?

John Savill

May 17, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. When you create a differencing disk, there's a parent-child relationship between the Virtual Hard Disk (VHD) files. The differencing disk contains only the changes from its master disk. If you want to merge a differencing disk back into the parent, you have several options. First, you can use DISKPART, as shown here:


DISKPART> 
select vdisk file=d:tempchild.vhd

DiskPart successfully selected the virtual disk file.


DISKPART> 
merge vdisk depth=1

100 percent completed


DiskPart successfully merged the differencing chain.

Another option is to use the Hyper-V Manager. Select the Edit Disk action, select the child VHD, then select Merge for the action.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like