Floppy Copy?

Ray Strode halfline at hawaii.rr.com
Sat Apr 14 20:39:58 PDT 2001


> How would one go about making an exact copy of a 3.5 diskette to another
> 3.5 diskette in Linux?  Command line or GUI? 
You can actually use the standard copy command
	cp /dev/fd0 ~/floppy.img
	cp ~/floppy.img /dev/fd0
if you only wanna copy a certain portion of the floppy then you can use dd.
dd if=/dev/fd0 of=~/floppy.img bs=[whatever]


> Does KDE2 have a tool to do it?
I dunno.

--Ray



More information about the LUAU mailing list