So, we bought some hardware for one of our aging servers.
And, for whatever reason that utterly baffles me, the driver files do not exist on the included CD. Instead, they exist in floppy disk image files on the CD, which first must be written to a floppy disk, from which you then copy the files. Unfortunately, every floppy disk we have is corrupt due to age. So I need a way to extract the files from that image.
Please note that the reason we don't just replace the server entirely (which is definitely due) is because that is not in the budget right now.
EDIT: the disk image is in UFS format apparently. Windows programs will not work!
Try using Virtual Floppy Drive to virtually mount the floppy image. Then you should be able to access it.
EDIT: Considering the UFS file, you have the capabilities to do this in a linux/unix environment using loop devices. I found some instructions on this in the BOCHS user manual and here is the losetup man page for Unix. Good luck, and I hope that helps.
Try loop mounting the image. Since floppy images don't have partitions this can be done easily:
WinImage can extract/insert files into images. It's not free, but there's a 30 day trial that'll be enough for one off usage.
Have you looked at WinImage
Reasons:
I would try UFS Explorer in Windows, especially if it is a UFS image. Even if it isn't free to do what you need, I would think that for the meager payment to the developers your work will be much faster.
I've seen these utilities suggested on other sites as possible solutions:
Sounds like OS/2 Warp 4. So I would google there first and see how they do it.