• Please review our updated Terms and Rules here

WinImage for DOS

Several. Teledisk, for instance (google for teled212.zip), or LoadDSKF/SaveDSKF. For that matter, the DISKCOPY in DRDOS can image standard DOS disks.
 
Hello,

is there a diskimage-tool like winimage for DOS?

Regards
MaTel

I use two programs for DOS: readimg/writimg (both from Microsoft) and 2file/2floppy (old Pc Magazine utilities). Both work well, even in a DOS box under XP. A little googling should produce links to these utilities. I use them for making floppy boot disk images.
 
I've been contacted a few times about these, so here they are. They are raw disk image read/write utilities from Microsoft. Unsure of where I got them, but they were not "internal" utilities.
 

Attachments

  • rwimg.zip
    43.9 KB · Views: 10
DskImage works well and uses raw sector files which are compatible with WinImage.

Edit: I didn't notice this thread was bumped from 2008 :cautious:
 
Most older Linux or BSD distributions came with RAWRITE.EXE or RAWRITE3.COM to write installation images to disks. Some also had a RAWREAD.EXE to read a regular floppy into an image file. There have also been DOS ports of "dd". None of these will work with copy protection.
 
Can TeleDisk create raw disk images which can be used with most tools, or can it only create images in what I seem to recall was a proprietary format?



From my notes, including some details of the DOS ports of 'dd' that I found:

FreeDOS DISKCOPY allows reading from and writing to disk images

http://ibiblio.org/pub/micro/pc-stuff/freedos/files/util/disk/raread/raread11.zip: can create disk images - a companion to the rawrite tool shipped with Linux distributions

The 'dd' from /pub/pc/garbo/pc/unix/uxutl23b.zip from garbo.uwasa.fi (in https://archive.org/details/2012.11.24.ftp-garbo-mirror) can read (and write?) raw floppies, hard disk drives and partitions, although it can't seem to read a 720KB floppy from a 1.44MB drive in Bochs (but that could've been a Bochs configuration issue)

The 'dd' from disc2/gnu/gnuish/gnufut21.zip in https://archive.org/details/cdrom-cdrom-simtel-for-msdos-september1997-disc2 has support for raw disk access, use e.g. if=0: to read from A:, doesn't seem to work for hard drive though. The 'dd's in disc2/gnu/gnuish/dos_only/fut312bx.zip and disc2/gnu/gnuish/gnuish93/futi14bx.zip don't seem to have such support.

http://adoxa.altervista.org/shsufdrv/index.html allows mounting a disk image, optionally copying it into RAM first, but apparently has bugs with writing to it
 
As Plasma points out above, DskImage works well for non-copy protected disks.
  • Runs on all flavors of DOS from 2.x to the newest versions.
  • Is more aggressive about retries when reading to handle transient errors that appear on older disks.
  • Can read and write any floppy disk you can express as BIOS parameters (heads, tracks, and sectors).
  • Works under older 32 bit versions of Windows.
  • Source code is provided.
The link Plasma provided is pointing at my PCjr web server because of a re-direct. The long-term link is https://www.brutman.com/DskImage/DskImage.html (http or https).
 
Back
Top