VMware
14 Replies Last post: Mar 30, 2009 7:01 AM by Blav  

VMWare Player 2 won't open OS posted: Jun 14, 2007 9:54 AM

Click to view mdhampton's profile Lurker 2 posts since
Jun 14, 2007
I was using VMWare Player (1.0.3) with no problems (host is XP SP2, target is Vista). I upgraded to VMWare Player 2.0.0 build-45731, and I get this error:

Jun 14 12:32:13.020: vmx| DISK: OPEN scsi0:0 '\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk' persistent R[(null)]
Jun 14 12:32:13.098: vmx| DISKLIB-SPARSE: "\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk" : failed to open (36872): Underlying file system does not support files that large.
Jun 14 12:32:13.098: vmx| DISKLIB-DSCPTR: Failed to open extents for embedded descriptor file in normal mode
Jun 14 12:32:13.098: vmx| DISKLIB-LINK : "\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk" : failed to open (The file is too large).
Jun 14 12:32:13.098: vmx| DISKLIB-CHAIN : "\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk" : failed to open (The file is too large).
Jun 14 12:32:13.098: vmx| DISKLIB-LIB : Failed to open '\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk' with flags 0xa (The file is too large).
Jun 14 12:32:13.098: vmx| Msg_Post: Error
Jun 14 12:32:13.098: vmx| [msg.disklib.tooBigForFS] 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.
Jun 14 12:32:13.098: vmx| [msg.disk.noBackEnd] Cannot open the disk '\\xphampton\c$\MyVirtualMachines\Vista\Windows Vista (experimental).vmdk' or one of the snapshot disks it depends on.
Jun 14 12:32:13.098: vmx| [msg.disk.configureDiskError] Reason: The file is too large.----------------------------------------
Jun 14 12:32:57.259: vmx| Module DiskEarly power on failed.

It wasn't too large for 1.0.3, so why does 2.0.0 complain? File system is NTFS.

Re: VMWare Player 2 won't open OS

1. Jun 14, 2007 10:28 AM in response to: mdhampton
Click to view RDPetruska's profile Guru 15,875 posts since
Jan 11, 2005
Workstation 6/Player 2 have more strict checking for files which can get too large for the underlying filesystem they are on. Either change the filesystem to one which supports large files, or convert the virtual disk to a split-disk type.
Are you certain the filesystem is NTFS in this case? I'm surprised at the message which indicates you are connecting via a UNC path instead of merely using the local file...

Re: VMWare Player 2 won't open OS

3. Aug 20, 2007 6:45 AM in response to: RDPetruska
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006
I'm having a similar problem. I have my WinXP on an ext2 partition (using Ext2 IFS for Windows (www.fs-driver.org)). I've been running the WinXP virtual machine from both WinXP and from ubuntu (I run torpark/XBBrowser in the virtual machine. The browsers are virgin -- never used to connect anywhere except via tor).

Now that I've upgraded to 2.0 on the WinXP side, I can no longer use the virtual machine. From ubuntu it is still fine.

Error 1:
Windows XP Pro - Windows XP Pro
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 'V:\VMs\WinXPPro\WindowsXPPro.vmdk' or one of the snapshot disks it depends on.
Reason: The file is too large.

Error2:
Windows XP Pro - Windows XP Pro
Error while powering 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 'V:\VMs\WinXPPro\WindowsXPPro.vmdk' or one of the snapshot disks it depends on.
Reason: The file is too large.

The virtual machine is 6GB or so, but is on a physical disk inside this PC.

Is there currently no other way to run VMware virtual machines shared between linux and Windows than to downgrade to 1.0 and use an ext partition?

Thanks,
Greg Conquest

PS I copied the VM over to a ntfs partition to run from Windows, but now I have two VM's slowly diverging.

Re: VMWare Player 2 won't open OS

4. Aug 20, 2007 6:55 AM in response to: gregconquest
Click to view RDPetruska's profile Guru 15,875 posts since
Jan 11, 2005
Run vmware-vdiskmanager and convert your virtual disk to one of the 2 2GB-Split disk types.

Re: VMWare Player 2 won't open OS

5. Aug 20, 2007 7:28 AM in response to: RDPetruska
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006
That would be good, but vmware-vdiskmanager.exe is not in my VMware Player folder, nor is it listed in the VMware Player pdf manual. Can I use this even though I'm using Player?

Message was edited by:
gregconquest

Re: VMWare Player 2 won't open OS

6. Aug 20, 2007 7:43 AM in response to: gregconquest
Click to view continuum's profile Guru 12,624 posts since
Dec 18, 2003
Try adding
diskLib.sparseMaxFileSizeCheck= "false"
to the vmx-file - maybe that helps.

Re: VMWare Player 2 won't open OS

7. Aug 20, 2007 7:46 AM in response to: gregconquest
Click to view RDPetruska's profile Guru 15,875 posts since
Jan 11, 2005
Ahh, forgot about that. Nope, you need to have Workstation or Server available to use that to convert your VM files. Sorry.

Re: VMWare Player 2 won't open OS

8. Aug 20, 2007 7:50 AM in response to: RDPetruska
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006
So, I'll have to downgrade or find another workaround. There should be a utility for splitting VM's into 2GB chunks . . .

I'll check on that and post back here if I find one.

Thanks,
Greg

Re: VMWare Player 2 won't open OS

9. Aug 20, 2007 8:02 AM in response to: continuum
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006
Try adding
diskLib.sparseMaxFileSizeCheck= "false"
to the vmx-file - maybe that helps.

continuum, do you mean the
WindowsXPPro.vmx~
file?

Greg

Re: VMWare Player 2 won't open OS

10. Aug 20, 2007 8:05 AM in response to: gregconquest
Click to view continuum's profile Guru 12,624 posts since
Dec 18, 2003
Have you tried the entry I posted ?

Also you can install a VMserver into a VM and have it convert the disk via network ;-)

Re: VMWare Player 2 won't open OS

11. Aug 20, 2007 7:01 PM in response to: continuum
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006
Continuum, as I posted just above, no, I didn't know which file you were referring to -- WindowsXPPro.vmx~ ???

As to installing VMserver into a VM, I kind of like that idea. I suppose there is no VMware Server virtual machine available? I did a search at the virtual machine marketplace
http://www.vmware.com/appliances/
but there were none listed.

Still, if I were to do this, I would:
- split it.

Is this really possible? I seem to recall somewhere that VMware (Player) will not allow two virtual machines inside one another. No?

Greg

Re: VMWare Player 2 won't open OS

12. Sep 27, 2007 1:03 PM in response to: RDPetruska
Click to view thomsuey's profile Lurker 1 posts since
Sep 27, 2007

Adding 'diskLib.sparseMaxFileSizeCheck= "false"' to my vmx file as suggested solved the issue for me.

I am sharing a 4GB XP VM between Ubuntu and Vista, and am using the Ext2 IFS driver to access the VM on an EXT3 partition.

I initially tried to store the VM on my NTFS (NTFS-3g driver) partition, but the Linux side gave me an error. I guess I'll cross my fingers and hope that I get no corruption with the EXT driver.

Re: VMWare Player 2 won't open OS

13. Sep 29, 2007 7:30 PM in response to: thomsuey
Click to view gregconquest's profile Novice 18 posts since
Oct 18, 2006

OK. Thia worked for me too. Thanks for the post, thomsuey.

Greg

Re: VMWare Player 2 won't open OS

14. Mar 30, 2009 7:01 AM in response to: mdhampton
Click to view Blav's profile Lurker 1 posts since
Mar 30, 2009

Do not use UNC path when opening the vmware. Map the folder to a disk drive. No need to split the vmware disk into 2GB disks neither you need to shrink it.

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities