I have multiple nfs volumes on my server that I need to mount on my laptop.
I have my fstab edited to mount these shares automatically, but I usually get the "RPC: Timed out" error on most, but some do mount at first (maybe.)
After multiple mount commands, they do get mounted.
My fstab (edited)
Code:
servername:/mnt/share1 /nfs/share1 nfs auto,users,rw 0 0
servername:/mnt/share2 /nfs/share2 nfs auto,users,rw 0 0
servername:/mnt/share3 /nfs/share3 nfs auto,users,rw 0 0
servername:/mnt/share4 /nfs/share4 nfs auto,users,rw 0 0
Server: -current, 2.6.16.22, generic
Laptop: -current, 2.6.16.22, custom compiled
Network: Laptop>Wireless card>Wireless Router>Server
Server has static IP, laptop DHCP
Any ideas on why I need to manually mount the drives multiple times to get them all to mount? Using:
Gets them mounted (eventually, can take 3-4 or more attempts)
I can post whatever is needed.
Thanks in advance.