Copy Image to Floppy

October 18, 2004
Format a floppy:
fdformat /dev/fd0
Copy a floppy image to the disk:
dd if=bootdisk.img of=/dev/fd0 bs=1440k

Related Posts