Vmware Workstation - 无法打开磁盘 xxxx 或其依赖的快照磁盘之一
Vmware Workstation - Cannot open disks xxxx or one of the snapshot disks it depends on
我是 运行 Centos7,在 windows 7 笔记本电脑上使用 Vmware 工作站。一切都很好,直到我今天早上重新启动我的笔记本电脑,我的虚拟机开始抱怨如下
The parent virtual disk has been modified since the child was created. The content ID of the parent virtual disk does not match the corresponding parent content ID in the child
Cannot open the disk 'C:\Users\<user>\Documents\Virtual Machines\CentOS 64-bit\CentOS 64-bit-000003.vmdk' or one of the snapshot disks it depends on.
Module 'Disk' power on failed.
Failed to start the virtual machine.
下面是包含 VM 的文件夹的图像和 VM 本身的图像。
我查看了 vmware 日志并找到了磁盘 ID
2016-03-21T15:56:15.685+13:00| vmx| I125: DISKLIB-LINK : Opened 'C:\virtmac\CentOS 64-bit.vmdk' (0xe): monolithicSparse, 419430400 sectors / 200 GB.
2016-03-21T15:56:15.685+13:00| vmx| I125: DISKLIB-LINK : DiskLinkIsAttachPossible: Content ID mismatch (parentCID b0f614a0 != a0549cb5)
您所要做的就是从您的 vmdk 文件的文件夹中删除 .lck 文件。
它一般出现在
C:\Users\UserName\Documents\VirtualMachines\VMWareName
您也可以只将lck文件上移一个文件夹,以确保您不会误删任何其他文件。
删除文件夹中的所有 .lck 文件从技术上应该可以解决问题。
我是 运行 Centos7,在 windows 7 笔记本电脑上使用 Vmware 工作站。一切都很好,直到我今天早上重新启动我的笔记本电脑,我的虚拟机开始抱怨如下
The parent virtual disk has been modified since the child was created. The content ID of the parent virtual disk does not match the corresponding parent content ID in the child
Cannot open the disk 'C:\Users\<user>\Documents\Virtual Machines\CentOS 64-bit\CentOS 64-bit-000003.vmdk' or one of the snapshot disks it depends on.
Module 'Disk' power on failed.
Failed to start the virtual machine.
下面是包含 VM 的文件夹的图像和 VM 本身的图像。
我查看了 vmware 日志并找到了磁盘 ID
2016-03-21T15:56:15.685+13:00| vmx| I125: DISKLIB-LINK : Opened 'C:\virtmac\CentOS 64-bit.vmdk' (0xe): monolithicSparse, 419430400 sectors / 200 GB.
2016-03-21T15:56:15.685+13:00| vmx| I125: DISKLIB-LINK : DiskLinkIsAttachPossible: Content ID mismatch (parentCID b0f614a0 != a0549cb5)
您所要做的就是从您的 vmdk 文件的文件夹中删除 .lck 文件。 它一般出现在 C:\Users\UserName\Documents\VirtualMachines\VMWareName
您也可以只将lck文件上移一个文件夹,以确保您不会误删任何其他文件。
删除文件夹中的所有 .lck 文件从技术上应该可以解决问题。