On Tue, 6 Nov 2012 08:57:22 -0800 Jerome Yanga wrote:
> How do I change to NFS version 3 so that other UNIX variants may
> access my NFS share on my Fedora 17?
> 
> /etc/defaults/nfs does not seem to exist anymore.  :(
  ^^^^^^^^^^^^^^^^^
                    was never used in Fedora

On my server /etc/sysconfig/nfs starts with

# Define which protocol versions mountd 
# will advertise. The values are "no" or "yes"
# with yes being the default
#MOUNTD_NFS_V2="no"
#MOUNTD_NFS_V3="no"
MOUNTD_NFS_V3="yes"
 ..
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
# Turn off v2 and v3 protocol support
#RPCNFSDARGS="-N 2 -N 3"
# RPCNFSDARGS="-N 2"
# Turn off v4 protocol support
#RPCNFSDARGS="-N 4"
RPCNFSDARGS="-N 2 -N 4"

HTH, Frank
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to