[newbie] How to copy a floppy?

2001-04-13 Thread Gordon Packer

This email was delivered to you by The Free Internet,
a Business Online Group company. http://www.thefreeinternet.net
---
Hi,
   Feels like I'm asking a pretty silly question here, but how do I copy
one floppy disk to another? I want to make a copy of my boot disk without
having to drag files to the hard disk and then copy them that way. I can
find a program on my set-up for formatting a floppy, but not for
duplicating.


Thanks in advance

- Gordon





Re: [newbie] How to copy a floppy?

2001-04-13 Thread CB

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   |