creating image files of floppies

Steven Hanley sjh at wibble.net
Tue Oct 1 11:03:46 EST 2002


On Tue, Oct 01, 2002 at 10:41:55AM +1000, Scott D. Ferguson wrote:
> What tool do/can I use to create image files from floppies under Linux?

dd

to make an image of a floppy something like

dd if=/dev/fd0 of=/tmp/floppy.img bs=4096

read the man page for details.

	See You
	    Steve

-- 
sjh at wibble.net http://wibble.net/~sjh
You are subtle as a window pane standing in my view
but I will wait for it to rain so that I can see you
   Anticipate - Ani



More information about the linux mailing list