Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 17:11:50 +0100
From:      Michael Landin Hostbaek <mich@FreeBSD.org>
To:        "Michael P. Soulier" <msoulier@digitaltorque.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: nfs server
Message-ID:  <20060106161150.GA30143@mich2.itxmarket.com>
In-Reply-To: <fb6605670601060802r147729d4g1c0cbfbb180892fb@mail.gmail.com>
References:  <fb6605670601060802r147729d4g1c0cbfbb180892fb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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