[SWLUG] Writing image files to floppies
Justin Mitchell
justin at discordia.org.uk
Sun Mar 4 19:26:01 UTC 2007
On Sun, 2007-03-04 at 19:13 +0000, Phillip Evans wrote:
> Can anyone please tell me how to transfer a floppy image file, e.g.
> boot1.fs to a floppy disk. I cannot find a reference to this anywhere.
copy floppy to an image file:
dd if=/dev/fd0 of=myfloppy.img
copy image to a floppy:
dd if=myfloppy.img of=/dev/fd0
this assumes an already formated floppy (doesnt matter if its blank or
not, it gets overwritten)
wow, its been such a long time since ive even tried to use a floppy for
anything :)
More information about the Swlug
mailing list