On Tue, Nov 03, 2009 at 07:21:14AM -0800, Ben wrote: > Hi all, > > I'm running an OpenSolaris 2009.06 server which shares out some NFS. > I mount these shares onto either my Mac Pro of my MacBook, both run OS 10.6.1. > It's been fine, but over the weekend I powered off the server (some friends > were sleeping in the room and it's quite loud). > Now I can't mount NFS onto either Mac (seeing as I can't mount on either of > them I figure it's a Solaris fault rather than a Mac one). On my Macs I get > the following error on the console: > > 02/11/2009 23:25:54 com.apple.Finder[257] mount_nfs: bad MNT RPC: RPC: > Timed out\n > 02/11/2009 23:27:04 com.apple.Finder[257] mount_nfs: bad MNT RPC: RPC: > Timed out\n > 02/11/2009 23:27:04 com.apple.Finder[257] mount_nfs: can't access > /export/home/ben/Documents: Permission denied > 02/11/2009 23:27:45 com.apple.Finder[257] mount_nfs: bad MNT RPC: RPC: > Timed out\n
These look like problems with the MOUNT requests. Specifically, the client isn't getting an answer from the server. Since the client is making a MOUNT request, it would seem that it is able to get a response from the server's portmap (to find out what port to send the request to). So, networking is working at least that much. What does "showmount -e <SERVER-NAME-OR-IP-ADDRESS>" output? My guess is that would probably time out as well. Can any other NFS clients successfully mount the server? Have you tried looking at the packets being sent/received? On both the client and the server? Wireshark/tcpdump/snoop can help you look at that. HTH --macko