On Tue, 18 Apr 2000, Manuel A. Camacho Q. wrote:

> Hi!
> 
> 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 if=/dev/fd0 of=/tmp/whatever bs=72k   (the 72k is arbitrary)
(swap floppies)
$ dd if=/tmp/whatever of=/dev/fd0 bs=72k

rday


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

Reply via email to