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. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines