On my Hyper-V R2 virtual platform, I'm often using differentiating disks to preserve disk space.
Basically, I have this hierarchy of differentiating disk :
- OS 1.vhd
- Dev platform.vhd
- User 1 dev computer.vhd
- User 2 dev computer.vhd
- Production platform.vhd
- Server 1.vhd
- Server 2.vhd
- Dev platform.vhd
...
this is great for saving space, at the creation time.
Several month later, a lot of updates, maybe service pack can have been released. As parent disks does not allow to be changed, is there a way to "rebuild" the hierarchy ?
More precisely, if I have "X" vhd files, can I "extract" one parent VHD file with all similar files (binary, ACLs, etc.) and X differentiating disks ?