first, copy the floppy image to the hard disk
with;
$ dd if=/dev/fd0H1440
of=/tmp/disk.img
put in a new disk and copy the image back onto it
with;
$ dd if=/tmp/disk.img of=/dev/fd0H1440
and delete the file if you're done.
Regards,
--
Iain Wade - Optus Internet
Email: [EMAIL PROTECTED]
|
- How to copy boot disk? Ian Paton
- RE: How to copy boot disk? Ralph Guzman
- Iain Wade