How to write image of a floppy disk to a flash drive?

Posted by Usman Ajmal on Super User See other posts from Super User or by Usman Ajmal
Published on 2009-12-07T09:19:16Z Indexed on 2010/03/19 2:01 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

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'.

© Super User or respective owner

Related posts about floppy

  • How to boot floppy image without floppy drive?

    as seen on Server Fault - Search for 'Server Fault'
    Suppose I have a 1.44 MB floppy image with, say, a BIOS update, and a server with no floppy drive. How do I boot this image on the server? Without getting a USB floppy drive, that is. I tried copying the image to a USB drive (raw copy using dd), but it didn't boot, it just said "No kernel" and… >>> More

  • How can I get a USB floppy drive to work?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have a Toshiba USB floppy drive that I need to use under Ubuntu. When I connect it, and insert a floppy disk in it, I do not see anything mounted under Ubuntu 10.10. I was suspecting the hardware and/or the floppy disk to be defective, and so I tested the floppy disk as well as the floppy drive… >>> More

  • How to read Mac floppy on a PC?

    as seen on Server Fault - Search for 'Server Fault'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • How to read Mac floppy on a PC?

    as seen on Super User - Search for 'Super User'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • Why won't the floppy mount?

    as seen on Super User - Search for 'Super User'
    The 1.44Meg floppy won't mount in my Nautilus file browser. When I try to mount it, it says there is no media in the drive. Yet, I can write to the floppy through the terminal using the 'cp' command. I can enter the command: mount -t ext2 /floppy and it mounts. I have also run a check and the disk… >>> More

Related posts about linux