nfs server

Michael Landin Hostbaek mich at FreeBSD.org
Fri Jan 6 08:11:59 PST 2006


Michael P. Soulier (msoulier) writes:
> Hello,
> 
> I'm configuring nfsd on my freebsd box, and trying to mount from my
> linux box. I keep getting permission denied on the linux side, and I'm
> not sure why.
> 
> My local network is 192.168.1.0/24.
> 
> I've added this to /etc/exports.
> 
> /usr/local/www -network 192.168.1.0 -mask 255.255.255.0

Look alright.
After adding the line to /etc/exports - mountd(8) needs to re-read the
file. So do:

# kill -s HUP `cat /var/run/mountd.pid`

You can also use 'showmount -e' to see the configured exports list.

/mich



More information about the freebsd-questions mailing list