Hello,
I have a 7.2-RELEASE(i386) server hosting NFSv3. I've installed
8.0-BETA4(amd64) in a VMware 6.5 workstation virtual machine.
I cannot sucessfully mount exports from the NFSv3 server on the
8.0-BETA4 client. All works well with 7.2 clients.
The strange thing is, the directory in which I mount the nfs
filesystem disappears, and I get an error when I attempt to access the
directory.
On working the server, I set these knobs in /etc/rc.conf:
mountd_flags="-l"
nfs_reserved_port_only="NO"
nfs_server_enable="YES"
nfs_server_flags="-u -n 6"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
On the client, I set these knobs in /etc/rc.conf:
nfs_client_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
client# mount -t nfs -o
nfsv3,retrycnt=3,intr,soft,rsize=32768,wsize=32768 fs:/usr/ports
/usr/ports
I get a long delay (several seconds)
client# echo $?
0
client# ls /usr/ports
ls: /usr/ports: Permission denied
client# echo $?
1
client# mount -t nfs
fs:/usr/ports on /usr/ports (nfs)
client# umount /usr/ports
client# ls -ld /usr/ports
drwxr-xr-x 2 root wheel 512 Sep 11 08:54 /usr/ports
If I simplify the mount command, I get a different error:
client# mount -t nfs fs:/usr/ports /usr/ports
mount: /usr/ports: Permission denied
client# echo $?
64
client# mount -t nfs
fs:/usr/ports on /usr/ports (nfs)
Any suggestions?
--
Regards,
Doug