Date: Fri, 15 Dec 2006 10:40:57 +0100 (CET) From: Oliver Fromme <olli@lurza.secnetix.de> To: freebsd-stable@FreeBSD.ORG, kimimeister@gmail.com Subject: Re: Poor NFS performance after recent update Message-ID: <200612150940.kBF9ev2E081420@lurza.secnetix.de> In-Reply-To: <42b497160612142059h331b2206p8ee2aaf13588458@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kimi Ostro <kimimeister@gmail.com> wrote: > fserver:/data /media/data nfs rw,-b,-i,-s,-L,noauto A small side note (probably not related to your actual problem): It is usually a bad idea to use the -s ("soft") option, because many programs are not prepared to handle unexpected I/O errors, leading to file corruption. The following is an excerpt from the Solaris docs, which applies to FreeBSD as well: | File systems that are mounted read-write or that con- | tain executable files should always be mounted with | the hard option. Applications using soft mounted file | systems may incur unexpected I/O errors, file corrup- | tion, and unexpected program core dumps. The soft | option is not recommended. I think a similar paragraph should be added to FreeBSD's mount_nfs(8) manpage and to the Handbook. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "I have stopped reading Stephen King novels. Now I just read C code instead." -- Richard A. O'Keefe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612150940.kBF9ev2E081420>