Whay can't I mount /usr/local. The client hangs at boot.<br><br>server configuration is in /etc/exports : <br><br>/home <a href="http://192.168.1.0/255.255.255.0">192.168.1.0/255.255.255.0</a> (rw, sync,no_subtree_check)<br>
/usr/local <a href="http://192.168.1.0/255.255.255.0">192.168.1.0/255.255.255.0</a> (rw, sync,no_subtree_check)<br><br>client configuration is in /etc/fstab:<br><br>192.168.1.100:/home /home nfs rw,hard,intr 0 0<br>
192.168.1.100:/usr/local /usr/local nfs rw,hard,intr 0 0<br><br>/home is ok but /usr/local does not work. If I mount it after boot like below it works:<br><br>sudo mount 192.168.1.100:/usr/local /usr/local<br><br>
Any help is welcomed?<br><br>Thanks,<br>-Alex<br><br>