| From | Sent On | Attachments |
|---|
| Subject: | NFS server not responding prevents boot | |
|---|---|---|
| From: | Kip Macy (kip....@gmail.com) | |
| Date: | May 20, 2006 7:57:52 pm | |
| List: | org.freebsd.freebsd-hackers | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Steven Hartland | May 19, 2006 12:37 am | |
| Steven Hartland | May 19, 2006 12:47 am | |
| Mike Meyer | May 19, 2006 2:33 am | |
| Sergey Babkin | May 19, 2006 11:30 am | |
| Steven Hartland | May 19, 2006 1:17 pm | |
| Chuck Lever | May 19, 2006 2:04 pm | |
| Kip Macy | May 20, 2006 7:57 pm |
| Subject: | NFS server not responding prevents boot | |
|---|---|---|
| From: | Kip Macy (kip....@gmail.com) | |
| Date: | May 20, 2006 7:57:52 pm | |
| List: | org.freebsd.freebsd-hackers | |
Uhhhhm that is what intr is for - and it won't cause silent data loss.
-Kip
On 5/19/06, Sergey Babkin <bab...@verizon.net> wrote:
From: Steven Hartland <kill...@multiplay.co.uk>
Anyway the big question is how can I change all our NFS mounts so that failed mounts dont prevent the machines booting to the point where they can be fixed remotely i.e. have started sshd.
Doh!! spent ages googling for the answer then found it in 2mins of looking through the man pages.
The option for anyone interested is "bg" for -b from the command line to mount: [quote="man mount_nfs"] -b If an initial attempt to contact the server fails, fork off a
I usually use "soft,bg". The "soft" option makes the operations on this filesystem fail if the server is not available instead of hanging (unkillable!) forever and waiting for the server to come up.
-SB
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "free...@freebsd.org"

