Hello all, I'm trying to get some NFS exports to mount during IPL of my SuSE SLES 7.0 system. The following is in the fstab:
suburban:/qa /qa nfs rsize=1024,wsize=1024,timeo=14,intr 0 0 suburban:/buildusr /buildusr nfs rsize=1024,wsize=1024,timeo=14,intr 0 0 When I boot, I get: <snip> Importing Net File System (NFS)mount: can't get address for suburban mount: can't get address for suburban done Starting syslog services done Starting NIS+ services: keyserv done Starting routed done </snip> It seems to me that the NFS mount is trying to take place before the network services are even capable of locating the suburban machine. Could this be the problem? If so, how do I resolve it? When the system is fully initialized, I can issue a manual mount for these and they connect-up just fine. Any help would be appreciated. Thanks!
