• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

VMware with image files

exel

n00b
Joined
Jan 21, 2006
Messages
48
Just a note: I have no prior VMware experience. I've started using VMware a few hours ago.

I have created a an image of a NTFS disk using the dd_rescue command. Couldn't use the dd command because of some bad sectors. I have saved the image file into a Debian Linux machine running kernel 2.6.23-rc3 running VMware.

I created a new virtual machine, and edited the .vmdk file to reference my image file by following this article.

After the .vmdk file was edited, I want to start the virtual machine and the following error occurs:

Cannot open the disk '/var/lib/vmware/Virtual Machines/win2k_citrix/Windows 2000 Server.vmdk' or one of the snapshot disks it depends on.
Reason: The file specified is not a virtual disk.

By looking at this error, it seems like it wants to do something with the .vmdk file I have edited...perhaps look at the parameters. I have included my image file inside the Extent description block.

PS: In the article above, inside the .vmdk file it has the following for the Extent description:

#Extent description

RW 35548320 FLAT “image.dd”
0

I don't have the "FLAT" parameter, I have a "SPARSE" parameter. What is the difference between those two?

Thanks in advance,
 
Back
Top