How to write image of a floppy disk to a flash drive?
- by Usman Ajmal
I have created an image of a floppy disk by executing:
dd if=/dev/fd0 of=/home/myFloppy.img
My floppy disk is no more working now. So I am thinking now if it's possible to write the image of that floppy to a flash drive and then i may boot my machine from the flash drive.
My machine's BIOS has the option of 'Boot from USB'.