Make Floppy Image

Can anyone advice some resources(docs or sourcecodes) about creating
an image of a floppy disk?

Tnx.

in kernel mode…

http://chitchat.at.infoseek.co.jp/vmware/vfd.html

On 7/19/06, Shadow wrote:
>
> Can anyone advice some resources(docs or sourcecodes) about creating
> an image of a floppy disk?
>
> Tnx.
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>



- amitr0

TRIX:

Use CreateFile to open the volume (\.\A:).
Read the exact number of bytes (whatever that comes out to be).
Write to file.

MM

>> xxxxx@voliacable.com 2006-07-19 08:40 >>>
Can anyone advice some resources(docs or sourcecodes) about creating
an image of a floppy disk?

Tnx.


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer