Moving a Linked Clone's Base Virtual Machine in VMware Переміщення Linked клону бази віртуальної машини в 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. Помилка ви отримаєте буде виглядати так: "Не вдається відкрити диск D: \ 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 = ".; 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 Email Щоденні оновлення
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. Ідеальне рішення, спасибі за допомогу.