> From: "Manuel A. Camacho Q." <[EMAIL PROTECTED]> > > 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) > > Thanks a lot. > > -Manuel. If the disk just contains files, cp the files to a hard disk insert other floppy cp files from hard disk to floppy If the disk is bootable, something like (not tested): dd if=/dev/fd0 of=/tmp/file insert other floppy dd if=/tmp/file of=/dev/fd0 You may also need to add bs=1440k to the dd lines. HTH, Dave -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- How to copy floppy disks. Manuel A. Camacho Q.
- Re: How to copy floppy disks. rpjday
- Re: How to copy floppy disks. Rick Forrister
- Re: How to copy floppy disks. Robert Fausey
- Re: How to copy floppy disks. Dave Reed
- Re: How to copy floppy disks. Mikkel L. Ellertson
- Re: How to copy floppy disks. Manuel A. Camacho Q.
- Re: How to copy floppy disks. Joe Brenner
- Re: How to copy floppy disks. Anthony E. Greene
- Re: How to copy floppy disks. Juan Martinez
- Re: How to copy floppy disks. rpjday
- Re: How to copy floppy disks. fred smith
- Re: How to copy floppy disks. Michael George
- Re: How to copy floppy disks. Matt Housh