Moving a Linked Clone's Base Virtual Machine in VMware Premikanje Povezano Clone's Base Virtual Machine v VMware
If you are using the linked clone feature in VMware (and you should be), then you might be annoyed that you can't move the base virtual machine around without breaking all of the linked clones. Če uporabljate povezana klon funkcijo v VMware (in bi morali biti), potem boste morda lahko moti, da ne morete premakniti bazo stvaren stroj okoli brez prekinitev vseh povezanih klonov.
The error you'll get will be similar to this: ” cannot open the disk D:\Ubuntu\Ubuntu.vmdk or one of the snapshot disks it depends on. Napake boste dobili bo podoben temu: "ne more odpreti disk D: \ Ubuntu \ Ubuntu.vmdk ali enega od posnetka je odvisna od diskov. Reason: failed to lock the file.” Razlog: ni zaklepanje datoteke. "
To fix this problem, open up the *.vmx file in your linked clone's directory, and find the following line: Če želite popraviti to težavo, odpirajo datoteke *. vmx v vašem povezana klon imenika, in našli naslednje vrstice:
fileSearchPath = “.;D:\VMware\UbuntuBaseVM” fileSearchPath = ".; D: \ VMware \ UbuntuBaseVM"
The path there will reflect the old location of the linked clone's base machine. Pot ne bo odražala staro lokacijo, povezanih klona osnove stroj. Just update it to the new directory, and you are once again in business. Samo posodobitve, da nov imenik, in ste spet v poslu.

Daily Email Updates Dnevni Email Updates
You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:



I moved the (machineName).vmdk.lck to the parent directory and was able to load successfully. Sem se preselil (machineName). Vmdk.lck na starševski imenik in je lahko uspešno obremenitve. I think you can just delete the (machineName).vmdk.lck completely Mislim, da lahko šele izbrisati (machineName). Vmdk.lck popolnoma
perfect solution, thanks for the help. popolna rešitev, hvala za pomoč.