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.
|
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. |
||||
|
|
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.
|
Try dd if=/dev/< flash disk > of=image.iso |
|||||
|