I have a bootable flash disk which I want to use as a boot disk for my virtual machine. How do I make a virtual hard drive file out of the flash disk?

Linux.

link|improve this question
feedback

1 Answer

Try

dd if=/dev/< flash disk > of=image.iso

link|improve this answer
...assuming linux or other unix-like, of course. – Alien Life Form Oct 14 '11 at 9:17
I tried both /dev/sdb and /dev/sdb1, the resulting ISOs are neither mountable nor bootable. – Ron Oct 14 '11 at 9:29
feedback

Your Answer

 
or
required, but never shown

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