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


Next topic: Checking the nfsd daemon
Previous topic: Checking the NFS daemons

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005