[1665] in linux-net channel archive
Re: EAGAIN in write () on NFS
daemon@ATHENA.MIT.EDU (Alan Cox)
Tue Jan 23 04:01:50 1996
From: iialan@iifeak.swan.ac.uk (Alan Cox)
To: zapala@if.pw.edu.pl (Jacek Zapala)
Date: Mon, 22 Jan 1996 18:13:11 +0000 (GMT)
Cc: linux-net@vger.rutgers.edu
In-Reply-To: <9601212159.AA10459@dingo.if.pw.edu.pl> from "Jacek Zapala" at Jan 21, 96 10:59:11 pm
> warn the user and continue the operation writing only on one filesystem.
> But I have noticed that functions write() or open() return sometimes EAGAIN
> error (try again).
>
> WHAT DOES THAT MEAN ?? What can be a cause of that ?
Same as EIO. Technically they should all report EIO and do on current 1.3.x
kernels.
Alan