I have several boxes with the following line in /etc/fstab:<br><br>    garcon:/export/home       /home   nfs     rsize=1024,wsize=1024         0       0<br><br>It works as expected on all my boxes, except for the fastest one,
<br>which does not mount /home on boot.  I'm guessing the system is<br>trying the mount on /home before nfs has completely woken up.<br><br>If I ssh into the box and do a:<br><br>    sudo mount -a<br><br>then all is well until the next reboot.
<br><br>Thanks<br>Drew<br><br><br><br>