From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 16:33:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8E516A41F for ; Fri, 6 Jan 2006 16:33:03 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3D243D6D for ; Fri, 6 Jan 2006 16:33:00 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id b2so765063nfe for ; Fri, 06 Jan 2006 08:32:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J2loKb+4KfGlY4r121CXkvZC1HDISJABGHSp0y6jSwe6nCAMX7CgBBdx4gx1b8qLUCmrLN/jxyWmhfTM2DuVofmq9q3j//wNQeh51nYZfWa7YgeCSndT7RWJ+E8oRotswvXehBLVqXjccuPj+oTwMy0BrfESLw0jDqJ+rkcaC68= Received: by 10.48.234.14 with SMTP id g14mr789375nfh; Fri, 06 Jan 2006 08:32:26 -0800 (PST) Received: by 10.48.233.11 with HTTP; Fri, 6 Jan 2006 08:32:26 -0800 (PST) Message-ID: Date: Fri, 6 Jan 2006 11:32:26 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: Michael Landin Hostbaek , "Michael P. Soulier" , freebsd-questions@freebsd.org In-Reply-To: <20060106161150.GA30143@mich2.itxmarket.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060106161150.GA30143@mich2.itxmarket.com> Cc: Subject: Re: nfs server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 16:33:04 -0000 On 1/6/06, Michael Landin Hostbaek 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 "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