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

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/6/06, Michael Landin Hostbaek <mich@freebsd.org> wrote:
> 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.

Hmm. I restarted nfsd, but apparently that wasn't enough.

[msoulier@kanga ~]$ showmount -e
Exports list on localhost:
[msoulier@kanga ~]$ sudo kill -s HUP `cat /var/run/mountd.pid`
Password:
[msoulier@kanga ~]$ showmount -e
Exports list on localhost:
/usr/local/www                     192.168.1.0

Now it shows up. Lets try the client.

[msoulier@tigger ~]$ sudo mount /mnt/kangawww
Password:

Aha. That worked.

Thanks muchly.

Mike
--
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein



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