When setting up my lab, I wanted to recover a number of virtual machines that power on my old server.
I encountered an error “Unsupported or invalid disk type 7” when I started these machines because they were created with VMware Workstation!
To correct this problem, you will have to convert the disk “* .vmdk” so that it can be in the correct format.
How to convert the disk ?
Connect you onto the server in SSH.
- Move to datastore with command line
1 |
cd /vmfs/volumes/5448d4df-529ff66a-95de-5cf9ddbef5c1/VM/ |
- Rename the original vmdk
1 |
mv VMxxx.vmdk VMxxx_original.vmdk |
- Execute this command line to change vmdk format (This operation will be clone your original VMDK file.)
1 |
vmkfstools -i VMxxx_original.vmdk VMxxx.vmdk |
Next step, you need to add new existing hardware disk and select this new one.
Hi ! I’m Maxime. Founder and independant author of vDays.net. I have worked in service IT since 6 years ago, after a 5 years’ internship. Via this blog, I would like share and discuss with you on new technologies, especially on virtualization and VMware. If you want to know more about me, check out my “about me” page or follow me on Twitter and LinkedIn