How to get files out of a floppy image

Solution 1:

Try loop mounting the image. Since floppy images don't have partitions this can be done easily:

sudo mount -o loop floppy.img /mnt/tmp
# or
sudo mount -o loop,ro -t udf floppy.img /mnt/tmp

Solution 2:

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.

Solution 3:

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.

Solution 4:

Have you looked at WinImage

Reasons:

  • Free
  • 64 bit support
  • Does not install a service
  • Can make bootable drives from other drives
  • Make physical drives into virtual and vice versa