Re: if no NFS server clients are waiting..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Rick Stevens wrote:
Michael Casey wrote:
the fstab entry is this

vim /etc/fstab
192.168.1.1:/mnt/share/ /home/user/Desktop/Share/ nfs
defaults,ro,nfsvers=3,nolock 0 0

By default, NFS mounts are "hard" so if the server goes bye-bye the
client will lock up until the server comes back.

Generally both 'soft' and 'intr' can be used to allow the client to handle server issues. Neither is default, and you don't want to disable anything you can't run without.

Try adding "soft,retrans=6" to the mount options:

    defaults,ro,nfsvers=3,nolock,soft,retrans=6

See if that helps.  Oh, and you might want to try doing TCP rather than
the default UDP (add "tcp" to the options).

??? Unless both wireshark and the man page are wrong, TCP has been the default for ages.

----------------------------------------------------------------------
- Rick Stevens, Systems Engineer                      ricks@xxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-         If this is the first day of the rest of my life...         -
-                        I'm in BIG trouble!                         -
----------------------------------------------------------------------



--
Bill Davidsen <davidsen@xxxxxxx>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux