Re: if no NFS server clients are waiting..

2009-05-21 Thread Matus UHLAR - fantomas
On 13.05.09 23:23, Michael Casey wrote: > What can I do, If the NFS server is rebooting/offline? > I mean the clients just wait and wait and wait... mount with options "soft" and "intr". Be aware of rpoblems it may create. > I tried to set > > timeo=5,retrans=2 > > mount options when mounting n

Re: if no NFS server clients are waiting..

2009-05-14 Thread Michael Casey
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

Re: if no NFS server clients are waiting..

2009-05-14 Thread Michael Casey
I tried "ls --color=never" https://bugzilla.redhat.com/show_bug.cgi?id=468049 it still waits I tried on the client side with other mount options: intr, soft it still waits update :D : I turn the NFS server down Clients hang reboot client client cant see the NFS share, but at least it doesn't wai

if no NFS server clients are waiting..

2009-05-13 Thread Michael Casey
What can I do, If the NFS server is rebooting/offline? I mean the clients just wait and wait and wait... I tried to set timeo=5,retrans=2 mount options when mounting nfs in fstab on client side Thank you for any tips

Re: if no NFS server clients are waiting..

2009-05-13 Thread Michael Casey
still no luck, clients are just waiting... Can I set a timeout somewhere? On Wed, May 13, 2009 at 11:23 PM, Michael Casey wrote: > What can I do, If the NFS server is rebooting/offline? > I mean the clients just wait and wait and wait... > > I tried to set > > timeo=5,retrans=2 > > mount options