Moving a Linked Clone's Base Virtual Machine in VMware העברת מקושר שיבוט של Base ב-VMware Virtual Machine
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. אם אתה משתמש בתכונה clone מקושר ב-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. השגיאה שתקבל יהיה דומה זה: "לא ניתן לפתוח את הדיסק D: \ אובונטו \ 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 = ".; D: \ 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. הפתרון המושלם, תודה על העזרה.