Moving a Linked Clone's Base Virtual Machine in VMware 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. यदि आप VMware में जुड़े क्लोन सुविधा का उपयोग कर रहे हैं (और आप होना चाहिए), तो आप नाराज हो सकता है कि आप आधार आसपास आभासी मशीन कदम नहीं जुड़े क्लोन के सभी तोड़ने के बिना कर सकते हैं.
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. क्या आप इस त्रुटि के समान हो जाएगी हूँ: "डिस्क डी खुला नहीं: \ Ubuntu \ Ubuntu.vmdk या स्नैपशॉट डिस्क पर निर्भर करता है की एक कर सकते हैं. Reason: failed to lock the file.” कारण: के लिए फ़ाइल बंद विफल रहे. "
To fix this problem, open up the *.vmx file in your linked clone's directory, and find the following line: इस समस्या को ठीक कर, अपने से जुड़े है क्लोन निर्देशिका में *. vmx फ़ाइल को खोलें, और निम्न पंक्ति ढूँढें:
fileSearchPath = “.;D:\VMware\UbuntuBaseVM” fileSearchPath = ".; डी: \ VMware \" UbuntuBaseVM
The path there will reflect the old location of the linked clone's base machine. वहाँ राह जुड़ा है क्लोन आधार मशीन के पुराने स्थान को प्रतिबिंबित करेगा. Just update it to the new directory, and you are once again in business. बस यह नई डायरेक्टरी को अद्यतन करें, और आप एक बार फिर से व्यापार में हैं.

Daily Email Updates दैनिक ईमेल अपडेट
You can get our how-to articles in your inbox each day for free. आप अपने इनबॉक्स में हमारे कैसे लेख को मुफ्त के लिए प्रत्येक दिन प्राप्त कर सकते हैं. Just enter your name and email below: बस नीचे अपना नाम और ईमेल दर्ज करें:



I moved the (machineName).vmdk.lck to the parent directory and was able to load successfully. मैं machineName (गए). मूल निर्देशिका में vmdk.lck था और को सफलतापूर्वक लोड कर. I think you can just delete the (machineName).vmdk.lck completely मुझे लगता है कि तुम सिर्फ machineName (नष्ट कर सकते हैं). पूरी तरह vmdk.lck
perfect solution, thanks for the help. सही समाधान, मदद के लिए धन्यवाद.