VOGONS


First post, by am2

User metadata
Rank Newbie
Rank
Newbie

I have a lot of older games on 3.5" and 5.1/4" disks. I was wondering what the best way to back these up would be? Since the disks are deteriorating. I suspect a few of them have weird copyprotections that check bad sectors and such... what would be the best way to back those up? I haven't been able to find a good free floppy image and mounting tool

Reply 1 of 5, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

I really doubt disk copiers like CopyWrite or the such would work on XP. Too much low-level disk routines. For not-protected disks I used pkzip keeping in mind to store hidden files and the label. One volume per disk.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 2 of 5, by 5u3

User metadata
Rank Oldbie
Rank
Oldbie

Unix people can use this:

dd if=/dev/fd0 of=diskimage

Reads the whole floppy sector-wise and copies it into a file called "diskimage". The file can be written back to a disk by reversing the arguments for the if and of parameters. Depending on the kernel configuration the image can also be mounted directly.

On the Windows platform I've tried WinImage once. It's shareware and has some nice features.

These two solutions will not cope with the more sophisticated copy protection mechanisms like weird sector sizes or some of the PC booter protections, but they should be useable with at least 90% of all games released on floppy disks.

Reply 3 of 5, by Kenneth

User metadata
Rank Newbie
Rank
Newbie

The best backup utility out there is FIRM ( Floppy Image Reader/Maker). It can read and write disk image's and is a great program that is only 12kb.

Works in XP but must be ran through the command prompt.

http://sac-ftp.externet.hu/utildisk8.html

Reply 4 of 5, by Xian97

User metadata
Rank Member
Rank
Member

I also used pkzip for most of my dos game collection. I had very few that had on disk copy protection since I didn't start dos gaming until 91 or so. By then they had moved more to look up the word in the manual on page 3 paragraph 2 line 7 method of protection rather than physical protection. I can only rember Lemmings actually having disk protection. Many of my Amiga disks were protected with bad sectors or the like, but not my PC ones.

As el_Pusher said if you use pkzip be sure to include hidden files and volume labels. Several programs checked the volume label during install, Access Softwares Links Course disks come to mind, as well as GEM and a few others that wouldn't install without the correct volume name.
-$ for volume labels
-jhsr for hidden/system/read-only files
I still remember those switches after all these years