Time out

Hi

I am developing Disk driver (storage driver) with LGN 9 vxd for Windows 98.

I have created IOP .
And called our own WriteToDisk(); which works successfully.

I want to block all the write request and call our own WriteToDisk( ) function.
For testing purpose the buffer_ptr of pld iop is assigned to new iop.

this works well while I create/copy files and folders.

But when I copy a large folder of size about 50MB the pc hangs and i get
AEP_TIMEOUT.

What could be the possible cause of it.
What are the possible solutions for it.

Thanks.

This is a NT file systems group. Not 9x nor storage.

“rakesh thakur” wrote in message
news:xxxxx@ntfsd…
Hi

I am developing Disk driver (storage driver) with LGN 9 vxd for Windows 98.

I have created IOP .
And called our own WriteToDisk(); which works successfully.

I want to block all the write request and call our own WriteToDisk( )
function.
For testing purpose the buffer_ptr of pld iop is assigned to new iop.

this works well while I create/copy files and folders.

But when I copy a large folder of size about 50MB the pc hangs and i get
AEP_TIMEOUT.

What could be the possible cause of it.
What are the possible solutions for it.

Thanks.