Gordon Packer wrote:

> one floppy disk to another? I want to make a copy of my boot disk without

To copy from floppy to hd
   dd if=/dev/fd0 of=filename.img
To copy from hd to floppy (the same way you make your boot disks)
   dd if=filename.img of=/dev/fd0

man dd for more info.  dd can be used for lots of interesting things
like wiping out the MBR when fdisk /mbr doesn't work or is not
available.
-- 
Blue skies...           Todd
| Get a bigger hammer!   |  Sometimes you get what you want.      |
| http://www.mrball.net  |  Sometimes you get experience.         |
| http://faq.mrball.net  |                     --unknown origin   |

Reply via email to