Date: Mon, 4 Jan 1999 17:00:00 -0500 From: "Kyle Stone" <kstone@win.net> To: <freebsd-isp@FreeBSD.ORG> Subject: Problems with Network Appliances and FreeBSD's NFS3... Message-ID: <005e01be382d$9625dc60$d5d1d7cc@hendrix.win.net>
next in thread | raw e-mail | index | archive | help
We were experiencing a problem with NFS3 and our netapp server. After a few minutes into a "make world"... I'd get a complaint about null files in one of the source files. After investigating this I found pages of nulls in the middle of source code files that were on the netapp server. The nulls would disappear and reappear randomly after remounting the netapp server. We determined it was a problem in the nfs3 either on the FreeBSD side or on the netapps side. Either way it can be resolved by using this as an example in your /etc/fstab file... server:/directory /mount.point nfs rw, nfsv3, -r4096, -w4096 0 0 The -r and -w options is what makes it work with nfs version 3. Kyle Stone Unix Admin Win.Net http://www.win.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005e01be382d$9625dc60$d5d1d7cc>