Latest updates hosed NFS4?

Albert Graham agraham at g-b.net
Sat Jul 18 10:28:27 UTC 2009


On 07/17/2009 10:40 PM, Braden McDaniel wrote:
> My NFS4 mounts have gone south since the latest round of updates.  Using
> mount directly yields this:
>
>          # mount -t nfs4 hinge:/home/braden /mnt/foo
>          mount.nfs4: Protocol not supported
>
> Anyone know what's going on?
>
>    
For now you can apply a quick fix:

edit your "/etc/init.d/nfs" file as follows:

Comment out line 97 and add the following line (which removes the -N 4.1)

         echo -n $"Starting NFS daemon: "
         # For now, turn off the nfs41 support
#       daemon rpc.nfsd -N 4.1 $RPCNFSDARGS $RPCNFSDCOUNT
         daemon rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT

Then, restart your NFS server (service nfs restart)

It should then work (mine does)

Albert.






More information about the fedora-list mailing list