Corrupted virtual disk with VMware

Wow, this article and especially one of its comments saved my day.

My computer crashed and one of the VMware machine hosted on it could not start anymore :

“Cannot open the disk ‘path of vmdk’ or one of the snapshot disks it depends on.
Reason: the specific virtual disk needs repair.

Checking on the VMware forums, I quickly found the command that was supposed to help :

$ vmware-vdiskmanager -R /path/to/disk.vmdk
The virtual disk, '/path/to/disk.vmdk', is corrupted but the repair process has failed.

Damned ! I almost resigned restoring the last backup and loosing a week of work when, by chance, I found the article mentioned above.

As recommended, I downloaded the Virtual Disk Development Kit 1.2 from VMware, untared it and still doubtfully launched :

$ ./bin64/vmware-vdiskmanager -R /path/to/disk.vmdk
The virtual disk, '/path/to/disk.vmdk', was corrupted and has been  successfully repaired.

Saved! Thanks so much to the guys. I would have never thought about trying it, I wonder how they could find it.

But how is it possible that the utility coming with vmware workstation 7.1 suck so much and is not on par with other versions ?

Related posts:

  1. VMWare Workstation 6.5
  2. How to physically identify a software RAID disk member
  3. Disk wiping : Myth broken
  4. VMware and Wifi issue
  5. Slow performance in VMWARE using Ubuntu ?

Comments 2

  1. José Delgado wrote:

    Thanks!!!!!! many Thanks!!!!!!!
    greats Post…..

    Posted 22 Mar 2011 at 8:58 pm
  2. Antonio Colin wrote:

    Hi Phocean

    I DO appreciate you sharing this absolutely great trick… you’ve saved my life man!!! Thank you soooooo much!!!!!!!!!

    Tony.

    Posted 09 Nov 2011 at 12:04 pm

Post a Comment

Your email is never published nor shared. Required fields are marked *