Skip site navigation (1)Skip section navigation (2)
Date:      05 Jun 2003 12:29:29 -0400
From:      Adam <blueeskimo@gmx.net>
To:        doc@FreeBSD.org
Subject:   Chapter 19.5.2 needs to be modified to include FreeBSD 5.x
Message-ID:  <1054830569.308.26.camel@jake>

next in thread | raw e-mail | index | archive | help
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@gmx.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1054830569.308.26.camel>