Page 28 of 354

Re: DiscImageCreator

Posted: Sun Jan 26, 2014 9:59 am
by sarami
Upload WIP(20140126). There is a download link to 1st post.

Re: DiscImageCreator

Posted: Sun Jan 26, 2014 1:29 pm
by pablogm123
Finally got an USB floppy drive to install Windows Server 2003 _without_ editing the authentic install media and noticed two problems. Floppy drive is USB\VID_0644&PID_0000, TEAC FD-05PUW.

So I have tested the -f option.

-What's the point of specifying a read speed for extracting a raw image from a standard floppy drive? As far I know, there is no such thing as setting the read speed for a floppy drive.

-Autodetected disk format is wrong. discimagecreator thinks that a 1.44 MB floppy is a 1.2 MB floppy. Therefore disk image is truncated.

Code: Select all

MediaType: 3.5, 1.2Mb, 512 bytes/sector
            Cylinders: 80
    TracksPerCylinder: 2
      SectorsPerTrack: 15
Roadkil's Disk Image and HxD create the proper image, 1474560 bytes, not 1228800 bytes.

The disk images (simply the 11.2.0.1006 Intel AHCI drivers for the text mode portion of XP/Server 2003 install):

https://www.dropbox.com/s/a8s2dsg0vqj4g … %20disk.7z

Re: DiscImageCreator

Posted: Mon Jan 27, 2014 12:39 am
by sarami
>pablogm123
Thank you.
Upload WIP(20140127). There is a download link to 1st post.

Re: DiscImageCreator

Posted: Mon Jan 27, 2014 9:45 am
by pablogm123
Fixed:

https://www.dropbox.com/s/j9uzsc4g42746 … %20disk.7z

Expected size and same hashes than HxD and Roadkil's Disk Image.

Re: DiscImageCreator

Posted: Tue Jan 28, 2014 11:44 am
by usurper
It seems you are using a new syntax? I was not able to get it working.

Code: Select all

DiscImageCreator.exe cd d Track 8 /c2
crashed

Code: Select all

[E:ReadTOC][L:155] GetLastError: 87, The parameter is incorrect.

Re: DiscImageCreator

Posted: Sun Feb 02, 2014 8:41 am
by sarami
WIP 20140202
Fixed some bug from WIP 20140127

Re: DiscImageCreator

Posted: Sun Feb 02, 2014 10:42 am
by usurper
Still crashing

Code: Select all

g:\TEST>DiscImageCreator.exe cd e: Track 8 /c2
OS
        MajorVersion: 5, MinorVersion: 1, BuildNumber: 2600
        PlatformId: 2, CSDVersion: Service Pack 3
AppVersion
        x86, AnsiBuild, Feb  2 2014 22:28:48
CurrentDir
        g:\TEST
InputPath
         path: Track
        drive:
          dir:
        fname: Track
          ext:
Start -> 2014-02-02(Sun) 16:11:07
[F:ReadTOC][L:147] GetLastError: 87, Falscher Parameter.

Re: DiscImageCreator

Posted: Mon Feb 03, 2014 2:12 am
by sarami
Fixed: (in case of STORAGE_ADAPTER_DESCRIPTOR::AlignmentMask isn't 0, crashed)

Re: DiscImageCreator

Posted: Tue Feb 04, 2014 2:45 pm
by usurper
I confirm it's working now. Also my Plextor Premium is supported now.
Well done. Thanks!

Re: DiscImageCreator

Posted: Tue Feb 04, 2014 3:19 pm
by pablogm123
Same here, finally working.