Small Error

Marc Fonvieille blackend at freebsd.org
Fri Feb 20 13:03:06 UTC 2004


On Fri, Feb 20, 2004 at 12:45:43PM +0000, Liam J. Foy wrote:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html 
> says:
> 
> 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"
> 
> this is ok for a 5.X machine, but for a 4.X it should read(and am very 
> sure):
> 
> portmap_enable="YES"
> nfs_server_enable="YES"
> nfs_server_flags="-u -t -n 4"
> mountd_flags="-r
> 
> 
> This is stops NFS related problems when running NFSd on a 4.X machine.
[...]

nfs_server_flags="-u -t -n 4"

is default on both 4.X and 5.X, look at /etc/defaults/rc.conf

Marc



More information about the freebsd-doc mailing list