解决虚拟机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.
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"
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.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"
tools.syncTime = "FALSE"
Ethernet0.vnet = "VMnet0"
scsi0:0.redo = ""
sound.autodetect = "TRUE"
scsi0:0.deviceType = "scsi-hardDisk"
ide1:0.autodetect = "TRUE"
usb.present = "TRUE"
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"
再次打开虚拟机就可以正常启动了!
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
再次打开虚拟机就可以正常启动了!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
2011-05-11 使用OWC生成数据分析图表
2011-05-11 使用OWC 做图表时按周、月、年设置时间刻度是参数无效问题解决方法