On 02/15/2010 10:51 PM, Keith Dart wrote:
=== On Mon, 02/15, walt wrote: ===
The next step is to build a new kernel with nfs4 support and unset the
'nonfsv4' flag...
I had this problem. My solution was to have an fstab line like this:
server:/mnt/vol1/home/home /althome nfs nfsvers=3
0 0
Note the nfsvers option.
Thanks, that works. On the command line I added -o nfsvers=3, which does the
same
thing. That certainly violates the principle of least surprise, IMO. The man
page (written in 2006) says that nfs3 is assumed if no version is specified.