Subject: NFS issue
To: None <netbsd-help@NetBSD.org>
From: admin@datazap.net <admin@datazap.net>
List: netbsd-help
Date: 06/09/2006 18:17:32
Hi,
I am trying get NFS working between two servers that I have on a private
network at a colo (one is running 2.1 and the other is running 1.5.4), but
the only thing that I am able to get is "operation not supported". Is this
due to something missing in the kernel or something in my configuration?
I want to use the system running 2.1 as the NFS server, because it is
faster. I was able to check that it has nfs_server option compiled into it
with "strings netbsd | sed -n 's/^_CFG_//p' | unvis", but is there a way
to check on this with the 1.5.4 kernel?
I used the example that is on:
http://netbsd.org/guide/en/chap-net-misc.html#chap-net-misc-nfs
I created an /etc/export file, then:
rpcbind=yes
mountd=yes
nfs_server=yes
lockd=yes
statd=yes
to the server side rc.conf, but nfs_server, lockd, statd are not in
/etc/rc.d. So, I am unsure of how this works.
rpcbind=yes
nfs_client=yes
lockd=yes
statd=yes
to the client side rc.conf, but once again nfs_client, lockd, statd are
not in /etc/rc.d.
I was able to see the export list by doing "showmount -e 192.168.1.2". So,
it looks like the server is setup correctly. Could someone tell me what I
have wrong?
Thanks,
Al