[EMAIL PROTECTED] said:
> I know this must be a simple one, but got no idea. How can I copy
> floppy disks on a single disk drive unit? (from the shell prompt) 

dd is probably the best choice.  For a first try, just 

dd if=/dev/fd0 of=floppy.img
<replace diskette>
dd if=floppy.img of=/dev/fd0

HIH
   rickf
-- 
Rick Forrister                 <[EMAIL PROTECTED]>

"To get something done a committee should consist of no more than
 three people, two of whom are absent."  Robert Copeland



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to