Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: nfs-utils broken on ~amd64?
Date: Wed, 17 Feb 2010 19:23:32
Message-Id: hlhekj$8u1$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: nfs-utils broken on ~amd64? by Keith Dart
1 On 02/15/2010 10:51 PM, Keith Dart wrote:
2 > === On Mon, 02/15, walt wrote: ===
3 >> The next step is to build a new kernel with nfs4 support and unset the
4 >> 'nonfsv4' flag...
5 >
6 > I had this problem. My solution was to have an fstab line like this:
7 >
8 > server:/mnt/vol1/home/home /althome nfs nfsvers=3 0 0
9 >
10 > Note the nfsvers option.
11
12 Thanks, that works. On the command line I added -o nfsvers=3, which does the same
13 thing. That certainly violates the principle of least surprise, IMO. The man
14 page (written in 2006) says that nfs3 is assumed if no version is specified.