X-Spam-Check-By: sourceware.org Date: Tue, 22 Aug 2006 20:05:28 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: write() or read() returning ENOENT status Message-ID: <20060823000528.GA27240@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 will get an ENOENT return status from >either the write() or read() system calls. % grep ENOENT errno.cc X (BAD_PATHNAME, ENOENT), X (FILE_NOT_FOUND, ENOENT), X (INVALID_NAME, ENOENT), X (MOD_NOT_FOUND, ENOENT), X (PATH_NOT_FOUND, ENOENT), /* ENOENT 2 */ "No such file or directory", cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/