On Thu, 20 Apr 2000, Michael George wrote: > On Apr 19, Anthony E. Greene wrote: > > > > There may be something like DOS's diskcopy, but this will work too: > > > > (insert source disk) > > mount /dev/fd0 > > dd if=/dev/fd0 of=somefile bs=1440k > > umount /dev/fd0 > > > > (insert destination disk) > > mount /dev/fd0 > > dd if=somefile of=/dev/fd0 bs=1440k > > I don't think you have to mound the floppy disk to do this. I believe you can > toss the "(u)mount" lines above and it will work just as well... you *definitely* don't want to mount the floppy disks -- you're using them as raw devices when you use "dd". rday -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- 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
- Re: How to copy floppy disks. Jonathan Gallmeier
- Re: How to copy floppy disks. Danny
- Re: How to copy floppy disks. Manuel A. Camacho Q.
- RE: How to copy floppy disks. Ward William E PHDN
- Re: How to copy floppy disks. Manuel A. Camacho Q.
- RE: How to copy floppy disks. Ward William E PHDN
- Re: How to copy floppy disks. Rajagopal Subash