[Bug 297626] nfs mount of a NFSv3 share will hang if "Permission denied"
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297626 --- Comment #4 from Rick Macklem <[email protected]> --- (In reply to Dennis Clarke from comment #3) Well, there is either a reply from the server with an error or the server (you haven't noted what kind) doesn't reply to an RPC. Not replying to an RPC is definitely going to cause the client to hang for a at least a while as it does retries of the RPC. (How many is controlled by mount options.) To see what is going on, you need to pull the raw packet trace into wireshark since, unlike tcpdump, it knows how to decode NFS RPCs properly. (Or send me the raw packet capture and I'll look at it.) -- You are receiving this mail because: You are the assignee for the bug.