> 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)

1) insert the disk
2) # dd if=/dev/fd0 of=tempfile
3) insert the second disk
4) # dd if=tempfile of=/dev/fd0

Matt

  ------------------------------------------------------------------
            Matt Housh            Morpheus.Net Administrator
    email: ([EMAIL PROTECTED]) web: (http://jaeger.morpheus.net/)
  ------------------------------------------------------------------

you played me well, mortal. but i have played me for time out of mind.


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

Reply via email to