Subject: Re: Unmounting disappeared NFS mounts
To: Brian de Alwis <bsd@cs.ubc.ca>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-kern
Date: 03/17/2002 18:45:48
On Sat, Mar 16, 2002 at 11:07:43PM -0800, Brian de Alwis wrote:
> On 2002.03.16 20:04:23 -0700, Rick Kelly wrote:
> > With soft mounts there is no guarantee on the integrity of the data
> > that you write to the NFS mounted partition.
> 
> Does that mean that a write operation can fail, but seem to
> succeed (no failure error-code for the write(2))?  Or is because
> many programs ignore the write(2) return-results?

so - what will the program do on a write error? Give up in horror, in most
cases, and the data are still lost.

Regards,
	-is