阅读162 返回首页    go 阿里云 go 技术社区[云栖]


VM启动报错Cannot open the disk,Failed to lock the file

在windows下运行VMware创建的虚拟机时出错,无法运行。
错误提示大概为:
Failed to lock the file

Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on.

解决方法:

       把虚拟机文件夹里【.lck】后缀的文件/文件夹删除即可。

最后更新:2017-04-03 20:19:23

  上一篇:go Sql查询原理与Select执行顺序(详细)
  下一篇:go Java SimpleDateFormat 线程不安全问题及解决方法