On Sat, 15 Feb 2003, Mike Makonnen wrote:

> There are several things we need:
>
> 1. The contents of:
>       /etc/exports
>       /etc/fstab
>       /etc/rc.conf
>
> 2. The output of the following commands:
>       rpcinfo -p <hostname>
>       showmount -e <hostname>
>
> 3. Make sure you are mounting them as the root user

4. Make sure that mountd is enabled, and that you're not firewalling it's
traffic. A sockstat -4 should display the following:

root     mountd     434   4  udp4   *:1017                *:*
root     mountd     434   5  tcp4   *:1017                *:*

If you don't see something along those lines, you need to add the
following to your /etc/rc.conf:

nfs_server_enable="YES"

Regards,

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/    >

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to