Hello!
I got a VM that was made in Workstation 4.5x. To be able to run the VM in Server 1.0, I had to upgrade the VM.
Everything works fine, but I want to expand C:\ from 5GB to 10GB.
The folder contains:
23.08.2006 10:11 2 132 475 904 11 test - XP-s001.vmdk
23.08.2006 10:11 2 140 143 616 11 test - XP-s002.vmdk
23.08.2006 10:11 1 055 850 496 11 test - XP-s003.vmdk
22.08.2006 15:22 8 664 11 test - xp.nvram
23.08.2006 10:06 463 11 test - XP.vmdk
22.08.2006 15:22 0 11 test - XP.vmdk.lck
22.08.2006 15:19 0 11 test - xp.vmsd
28.05.2004 09:45 428 629 176 11 test - xp.vmss_
22.08.2006 15:32 1 257 11 test - XP.vmx
23.08.2006 09:07 2 144 075 776 TestDisk-s001.vmdk
23.08.2006 09:07 1 128 071 168 TestDisk-s002.vmdk
23.08.2006 09:07 393 216 TestDisk-s003.vmdk
23.08.2006 09:07 1 330 118 656 TestDisk-s004.vmdk
23.08.2006 09:07 2 143 420 416 TestDisk-s005.vmdk
23.08.2006 09:07 580 976 640 TestDisk-s006.vmdk
23.08.2006 09:07 1 263 206 400 TestDisk-s007.vmdk
23.08.2006 09:07 1 798 307 840 TestDisk-s008.vmdk
23.08.2006 09:07 1 879 506 944 TestDisk-s009.vmdk
23.08.2006 09:07 1 955 397 632 TestDisk-s010.vmdk
23.08.2006 09:07 1 179 648 TestDisk-s011.vmdk
23.08.2006 09:07 327 680 TestDisk-s012.vmdk
23.08.2006 09:07 327 680 TestDisk-s013.vmdk
23.08.2006 09:07 327 680 TestDisk-s014.vmdk
23.08.2006 09:07 327 680 TestDisk-s015.vmdk
23.08.2006 09:07 131 072 TestDisk-s016.vmdk
22.08.2006 15:33 919 TestDisk.vmdk
23.08.2006 09:07 49 113 vmware-0.log
22.08.2006 15:21 46 313 vmware-1.log
09.12.2005 10:30 24 477 vmware-2.log
23.08.2006 09:44 22 513 vmware.log
I tried to run following command:
vmware-vdiskmanager.exe -x 8Gb 11*.vmdk
but I got an error message:
Failed to open the disk '11*.vmdk' : Failed to lock the file (16392).
Failed to open disk '11*.vmdk' : Failed to lock the file (16392).
I thought maybe since there are several files named 54*.vmdk, so I moved:
23.08.2006 10:11 2 132 475 904 11 test - XP-s001.vmdk
23.08.2006 10:11 2 140 143 616 11 test - XP-s002.vmdk
23.08.2006 10:11 1 055 850 496 11 test - XP-s003.vmdk
to another folder. Now the folder where I exectute the command only contains 23.08.2006 10:06 463 11 test - XP.vmdk
(11*.vmdk).
I still got the same error message.
I have not made the VM, but the configuration file look like this:
config.version = "8"
virtualHW.version = "4"
displayName = "11 Test"
ide1:0.startConnected = "TRUE"
guestOS = "winxppro"
ide0:0.present = TRUE
ide0:0.fileName = "11 test - XP.vmdk"
ide1:0.present = TRUE
ide1:0.deviceType = "cdrom-raw"
ide1:0.fileName = "auto detect"
memsize = "592"
ethernet0.present = TRUE
tools.remindInstall = FALSE
draw = "gdi"
ide0:1.present = "FALSE"
ide0:1.fileName = "11 test - XP (2).vmdk"
gui.exitAtPowerOff = "TRUE"
ide1:1.present = "true"
ide1:1.fileName = "TestDisk.vmdk"
uuid.location = "56 4d fc d3 b6 ef c7 05-6f f0 82 47 ed 38 79 cb"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:38:79:cb"
ethernet0.generatedAddressOffset = "0"
tools.syncTime = "FALSE"
uuid.bios = "56 4d fc d3 b6 ef c7 05-6f f0 82 47 ed 38 79 cb"
floppy0.fileName = "A:"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
redoLogDir = "."
floppy0.present = "FALSE"
ide0:0.redo = ""
ide1:1.redo = ""
ide0:0.mode = "persistent"
ide1:1.mode = "persistent"
nvram = "11 test - xp.nvram"
ide0:0.deviceType = "disk"
ide1:1.deviceType = "disk"
usb.present = "FALSE"
sound.present = "TRUE"
sound.virtualDev = "es1371"
ide1:0.autodetect = "TRUE"
Please help...