前几天,我想把拷贝过来的linux虚拟机安装到自己家台式机使用,然后报错了不能进入系统,出错信息大概如下。
VMware Workstation cannot open one of the virtual disks needed by this VM because it is larger than the maximum file size supported by the host file system. Some remote file systems do not support files larger than 2 GB, even though the file system on the server might.
Cannot open the disk 'D:VM MACHINE商业银行SYBASEOther.vmdk ' or one of the snapshot disks it depends on.
Reason: The file is too large.
解决办法如下:
如果是遇到VMWARE 6(SERVER)出现2GB FILE REASONS TOO BIG。
就在VMX文件下加这一句:
diskLib.sparseMaxFileSizeCheck= "false"
或者在设置里加add entry.也行。