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
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/17 13:50:26
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
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 'E:\win2kservm\Windows 2000 Server.vmdk' or one of the snapshot disks it depends on.
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
它说你的虚拟磁盘文件体积太大了,超过了其所在分区的文件系统的上限,转换一下该分区的文件系统格式就行了,转成NTFS吧,无损的.
假设转换的是D盘,就在命令提示符下执行:convert D: /fs:ntfs
截图来看看