解决虚拟机Reason: The file is too large问题

简介:
打开复制来的虚拟机文件时出现了以下问题:
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 'F:\Windows 2000 Server\Windows 2000 Server.vmdk' or one of the snapshot disks it depends on.
Reason: The file is too large.
解决方法如下:
在VMX文件中加入:
diskLib.sparseMaxFileSizeCheck= "false"
我的文件如下所示:
config.version = "7"
virtualHW.version = "3"
memsize = "128"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Windows 2000 Server.vmdk"
scsi0.present = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.deviceType = "cdrom-raw"
diskLib.sparseMaxFileSizeCheck= "false"
floppy0.present = "FALSE"
Ethernet0.present = "TRUE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
sound.fileName = "-1"
displayName = "Windows 2000 Server"
guestOS = "win2000serv"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
uuid.location = "56 4d 25 37 78 8a 04 b0-4e 93 8e fd 25 30 fe 4e"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:b3:6a:5a"
ethernet0.generatedAddressOffset = "0"
Ethernet0.connectionType = "bridged"
uuid.bios = "56 4d 25 37 78 8a 04 b0-4e 93 8e fd 25 30 fe 4e"
ide1:0.startConnected = "TRUE"
tools.syncTime = "FALSE"
Ethernet0.vnet = "VMnet0"
scsi0:0.redo = ""
sound.autodetect = "TRUE"
scsi0:0.deviceType = "scsi-hardDisk"
ide1:0.autodetect = "TRUE"
usb.present = "TRUE"
extendedConfigFile = "Windows 2000 Server.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
再次打开虚拟机就可以正常启动了!



本文转自94cool博客园博客,原文链接:http://www.cnblogs.com/94cool/archive/2012/05/11/2496799.html,如需转载请自行联系原作者
相关文章
|
10月前
|
存储 运维 Java
Unable to open socket file: target process not responding or HotSpot VM not loaded
在说问题之前,还是那句话,linux 系统一切皆文件。之所以这个错误,那肯定是某些文件有问题。经过查阅相关资料了解到如下: 1.java进程在启动时,在%TEMP%/hsperfdata_%USERNAME%路径下创建进程的临时文件。 %TEMP% 在windows系统中表示 windows的临时目录。一般在C:\Users\用户名\AppData\Local\Temp %TEMP% 在linux 系统中,一般在/tmp目录下
3274 0
|
PyTorch 算法框架/工具 Windows
【Windows pytorch-gpu环境】RuntimeError: Attempt to start a new process before the current process has
【Windows pytorch-gpu环境】RuntimeError: Attempt to start a new process before the current process has
146 0
解决办法:nvidia-settings:ERROR: Unable to load info from any available system
解决办法:nvidia-settings:ERROR: Unable to load info from any available system
302 0
|
虚拟化
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
564 0
如何处理VMware启动虚拟机时的错误信息Failed to lock the file
|
Android开发
虚拟机报错:AVD xxx is already running.If that is not the case, delete the files
虚拟机报错:AVD xxx is already running.If that is not the case, delete the files
318 0
虚拟机报错:AVD xxx is already running.If that is not the case, delete the files
|
消息中间件 Java Kafka
Kafka Windows运行错误: Native memory allocation (mmap) failed to map 1073741824 bytes for Failed to comm
Kafka Windows运行错误: Native memory allocation (mmap) failed to map 1073741824 bytes for Failed to comm
599 0