Yes, I know there is a cmd like:
vmware-vdiskmanager.exe -r Mint.vmdk -t 0 minttarget.vmdk
to merge multiple *.vmdks into ONE single vmdk. BUT: This only works for a sequence of chained, associated *.vmdks like:
Mint.vmdk
Mint-s001.vmd
Mint-s002.vmdk
....
Mint-s009.vmdk
What, if there are two independent *.vmdks like
Mint.vmdk
and
foobar.vmdk
?
How can I merge them onto ONE single vmdk?
How can I find out which stuff is located on the first vmdk and which on the second?
Matt