Chapter 19.5.2 needs to be modified to include FreeBSD 5.x
Adam
blueeskimo at gmx.net
Thu Jun 5 16:29:35 UTC 2003
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nfs.html
19.5.2 needs to have some notes added to make them consistent with
FreeBSD 5.x, as 'portmap' no longer exists (replaced with rpcbind).
***
On the NFS server, make sure that the following options are configured
in the /etc/rc.conf file:
portmap_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
***
For 5.x, portmap_enable-->rpcbind_enable
Also,
***
On the NFS server:
# portmap
# nfsd -u -t -n 4
# mountd -r
***
portmap --> rpcbind
Thanks,
--
Adam <blueeskimo at gmx.net>
More information about the freebsd-doc
mailing list