From owner-freebsd-questions Tue Jan 6 12:21:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA17492 for questions-outgoing; Tue, 6 Jan 1998 12:21:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA17487 for ; Tue, 6 Jan 1998 12:21:09 -0800 (PST) (envelope-from font@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (font@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id OAA18547; Tue, 6 Jan 1998 14:21:08 -0600 (CST) Received: from localhost (font@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id OAA03930; Tue, 6 Jan 1998 14:21:07 -0600 (CST) Date: Tue, 6 Jan 1998 14:21:07 -0600 (CST) From: Font To: William Wong cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exporting NFS filesystems In-Reply-To: <199801061921.LAA22812@wiley.csusb.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think you really want to send SIGHUP to mountd, not nfsd. Check man page for details. A bug in my MUA causes news.announce.newusers font to be sent to beneficiaries and senders of UCE/SPAM. @ mcs.net Wishes are like dishes. On Tue, 6 Jan 1998, William Wong wrote: > Date: Tue, 6 Jan 1998 11:21:07 -0800 (PST) > From: William Wong > To: freebsd-questions@FreeBSD.ORG > Subject: Exporting NFS filesystems > > Question: How do I export a part of the filesystem after the entry > has been added to the exports file? I know I can do this on SunOS > systems using exportfs. Is there an equivalent command to do this? > I have tried "kill -HUP" on the nfsd and even actually killed it and > started another one (nfsd -u -t 4) to no avail. showmount shows nothing > being exported from the system. I don't have to restart the system, > do I? > > I'm running 2.2.5-stable with the NFS option compiled in the kernel. > In rc.conf I have: >[omitted] > -- > William T. Wong > Phone: (909) 880-7281 > email: wwong@wiley.csusb.edu >