Solve the VM reason: the file is too large problem
Source: Internet
Author: User
When opening the copied VM file, the following problems occur:
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. solution: add the following content to the vmx file:
Disklib. sparsemaxfilesizecheck = "false"My file is as follows: 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"
Start the VM again!
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.