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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to