Re: write() or read() returning ENOENT status

2006-08-22 Thread Christopher Faylor
On Tue, Aug 22, 2006 at 07:03:06PM -0500, Loh, Joe wrote: >Can anyone tell us what Windows error status gets mapped as ENOENT >return status for wite() or read() system calls? We have a test >program that runs for hours, sometimes days doing constant I/O to an >iSCSI volume and sporadically we wil

write() or read() returning ENOENT status

2006-08-22 Thread Loh, Joe
Can anyone tell us what Windows error status gets mapped as ENOENT return status for wite() or read() system calls? We have a test program that runs for hours, sometimes days doing constant I/O to an iSCSI volume and sporadically we will get an ENOENT return status from either the write() or read