|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
Copying an entire floppy (which is different than just copying the files on the floppy) is done with the dd command to and from the floppy device. On most systems this is /dev/fd0, though there may be local variations. The floppies copied with this procedure are indistinguishable from the originals, including their "bootable" status. insert the source floppyif= specify the input file of= specify the output file bs= specify the blocksize (9k is optimal for floppies) Note that the first step stores the contents of the floppy in the file /tmp/floppy.copy, and this file should be removed when it's no longer needed. But it can be reused to make multiple copies of a floppy (obviously, the floppy disks need to be changed each time). $ dd if=/dev/fd0 of=/tmp/floppy.copy bs=9k # read source floppy
| |||||
| Saturday, 18-May 11:15:08 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 13.5 years online © 1999-2013 dslreports.com. |