如果是遇到VMWARE 6.5(SERVER)出现2GB FILE REASONS TOO BIG。
今天本来是想做RAC集群的虚机实验,从原来的本本上把VM文件拷贝到另外一个本本后,打开后,出现“Reason: The file is too large.”的错误,本想是省些事,不用再重新安装系统,却出现这样的问题,
真是让人郁闷啊,幸好有google和百度在,去网上搜索了一把,果然的解决的办法,如下:
 
就在VMX文件下加这一句:
diskLib.sparseMaxFileSizeCheck= "false"
 
出错信息大概如下。
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:\lvs_as5.' or one of the snapshot disks it depends on.
Reason: The file is too large.
 
保存退出,重启虚拟机,一切ok.