DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Troubleshooting and tuning NFS

Checking the mountd daemon

The mountd daemon must be running on the server for a remote mount to succeed. Make sure mountd will be available for an RPC call by checking that /etc/init.d/nfs has lines similar to the following:

   if [ -x /usr/lib/nfs/mountd ]
   then
           echo > /etc/rmtab
           $TFADMIN /usr/lib/nfs/mountd > /dev/console 2>&1
   fi
To enable this daemon without rebooting, log in as the network administrator (or as a privileged user) and type:

/usr/lib/nfs/mountd


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 22 April 2004