Best floppy-disk image software?

May 15, 2002
245
0
0
I'm tired of keeping all these floppies around! I'd like to make images of them and put the images on CD-RW, then reconstitute the floppies as needed.

What's the best software to do this? My needs are simple, I guess -- a program that creates an image of any floppy, compressed if possible, from which the floppy can be recreated easily and exactly.

Recommendations, please.
 

IamDavid

Diamond Member
Sep 13, 2000
5,888
10
81
Just download all them from the internet from places like bootdisk.com.. They will come in zipped files.

How many floppy disk does someone need? I haven't used a floppy in a couple years now.
 

Electrode

Diamond Member
May 4, 2001
6,063
2
81
if you use Windows, give WinImage a try. If you use UNIX, the command dd if=/dev/fd0 of=filename bs=512 should do the trick. Then do bzip2 -9 filename to compress.
 

mrbass

Senior member
Sep 13, 2001
773
0
0
another vote for winimage.
only ones left are win98 boot floppy (keep these floppy images on cds), disk image, partition magic 8...actually I got the cd which boots so no more floppies for pm8.
 
May 15, 2002
245
0
0
For the curious, I need to have floppies containing RAID drivers and associated configuration programs. If Microsoft would improve their setup program to make it possible to browse to drivers on CDs during initial setup, well, that would be a different story...

Thanks to all for the tips!