Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 1998 13:51:03 -0400 (EDT)
From:      Mikhail Teterin <mi@video-collage.com>
To:        current@FreeBSD.ORG
Subject:   Re: NFS discovery
Message-ID:  <199806011751.NAA29921@xxx.video-collage.com>
In-Reply-To: <199806011655.LAA13043@home.dragondata.com> from Kevin Day at "Jun 1, 98 11:55:45 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Day once stated:

=However entering this on the client machine
=
=mount -u -o async /home
=
=*while* the client's nfs is hosed will make it recover within 5
=seconds. It even appears that all the writes that were queued are
=executed, and no data is lost.

That's a great thing to know. Those hungups are damn annoying.
The reason is, probably, a side effect of how `-u'/`async' are
implemented. AFAIK, the fs is unmounted and then remounted with
async. Which is just what you wanted.

=Is there any way of making whatever it was that did this happen
=automatically every once in a while? :)

NFS hung ups are a strange topic, in my experience. People agree
that they are "bad", but one is not supposed to complain about
them...

	-mi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806011751.NAA29921>