In regards to: Preventing broken NFS connection from freezing the client system.
My system runs SLES 11.4 and I use NFS v3.
In my /etc/fstab
file on an NFS client system I have:
mastersystem:/masterdata /data nfs defaults 0 0
Can someone tell me how I can find out what the defaults are? I'm looking to find where in the filesystem it says to use whatever options as default from the listing shown by doing a man nfs
?
man nfs
should give you plenty of details, or http://linux.die.net/man/5/nfs – Stephen Harris Sep 15 '16 at 20:51/etc/fstab
file, what specific options make up the defaults list. This i cannot find. – ron Sep 15 '16 at 20:53/etc/sysconfig/nfs
where i can specify port numbers for statd, mountd, and lockd. Wondering if there is a similar file somewhere under /etc/ where is says nfs_defaults=hard,timeout=600, and so on. – ron Sep 15 '16 at 21:03/etc
, no. – Stephen Harris Sep 15 '16 at 21:10