(sec: unclass:) creating image files of floppies

Frank Ranner Frank.Ranner at defence.gov.au
Tue Oct 1 12:46:15 EST 2002


"Scott D. Ferguson" wrote:
> 
> What tool do/can I use to create image files from floppies under Linux?
> 
dd if=/dev/fd0 of=somefile.img

cat /dev/fd0 > somefile.img

cp /dev/fd0 somefile.img

and back again ...

cp somefile.img /dev/fd0

dd if=somefile.img of=/dev/fd0

-- 
Frank Ranner                             frank.ranner at defence.gov.au
--------------------------------------------------------------------
xenaphobia: The fear of being beaten to a pulp by
            a leather-clad, New Zealand woman.



More information about the linux mailing list