Asked By
jose_yu
10 points
N/A
Posted on - 09/16/2012
Good day to all. I was trying to open a virtual disk, and now I can't get through it.
How come it says "it depends on" some other disks?
Does it mean there is another one?
ERROR
Cannot open the disk ‘/mnt/SSD/XP/Windows XP Professional/Windows XP Professional.vmdk’ or one of the snapshot disks it depend on.
Reason: The specific virtual disk needs repair.
OK
Regards,
Jose
Virtual disk error: unable to open disk.
Hi,
If you're getting this error message on VMWare, that means Fusion and Workstation does not work as expected. To get this fixed, try to go to the path specified on the error and delete any .lck folders. If that doesn't work, Use the latest version of Fusion to repair your virtual disk
https://my.vmware.com/web/vmware/downloads
Virtual disk error: unable to open disk.
Hi,
Getting this VMware error doesn’t necessarily mean that there is someone using your virtual disk. This means that your virtual machine desk descriptor went missing or corrupted. To resolve this issue, follow the steps below:
-
Look for *.vmx file and open it using a text editor.
-
Look for the line about the old snapshot file. It should look something like either of the following below:
-
Sci0:0.fileName = “xxxxxx-000002.vmdk”
-
Ide:0.fileName = “xxxxxx-000002.vmdk”
-
After you found it, change the value of the file name. You must know the name of your virtual machine. So for example, your VM is named “My Computer”, then it should now look like this:
-
Sci0:0.fileName = “My Computer.vmdk”
-
Turn your VM on. Since the snapshot file is missing, it will turn on normally but to an earlier state.