Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a notebook with a bad HDD (it has bad sectors). I would like make a virtual disk with VMware workstation from this computer.

I installed VMware Workstation & VMware vCenter Converter Standalone Client on this notebook, then I used virtualize a physical machine.

It started procedure but at 38% I got this error:

FAILED: An error occurred during the conversion: 'BlockLevelVolumeCloneMgr::CloneVolume: Detected a write error during the cloning of volume \WindowsBitmapDriverVolumeId=[39-06-3A-06-00-02-13-4C-1D-00-00-00]. Error: 209 (type: 1, code:
13)'

I Googled it and I think it means that I have bad sectors on the HDD.

How can I solve this problem and make a virtual machine from HDD with bad sectors?

share|improve this question

closed as off topic by MDMarra, rnxrx, Ward, Lucas Kauffman, Scott Pack Sep 30 '12 at 15:19

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

I think what you are asking, is how can you make a virtual machine on a separate server from this bad HDD?

If that's the case, you may want to try using a cloning software that can handle bad blocks on a disk. Clone to a new HDD, then do your P2V.

share|improve this answer
It is needed clone old HHD to new HHD? Or it is posibble make only some image file and from this image file use P2V. What SW you suggest to use? Thank you – mike1616 Dec 26 '11 at 21:57
Use something like ghost to clone to a new HDD. – DanBig Dec 27 '11 at 13:15

Have you attempted to fix the bad sectors?

chkdsk /r /f

reboot, wait for a few hours and see if it does the magic

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.