|
From: Phillip S. <ps...@cf...> - 2001-10-07 20:21:44
|
At some point, I had a port of dd that I think was ported with mingw, not cygwin because it used win32 path names, instead of cygwin path names. Specifically I was able to do dd if=\\.\a: of=image.bin, and it would read the floppy into an image file. The dd that comes with cygwin doesn't do this, because \\.\a: is not a valid cygwin path. I have no idea where I got this port of dd before, so I was wondering if anyone here knows where it can be found? |