From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 17:09:12 2005 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 5203E16A41F for ; Fri, 7 Oct 2005 17:09:12 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D68CC43D49 for ; Fri, 7 Oct 2005 17:09:11 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so490478wxc for ; Fri, 07 Oct 2005 10:09:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QjaSO/b6sJs1tK1dqyE7RVOMNvk3lHvtVdY/tM3NAEGMHPTdSNfMbhXGxxZBhJV1rPBAmkzmQSxAGQZzJxhGJWeW/ZEAVkYQXsbipisaRzfKgfTExtjj1r3DSrVQElLTuVkcXhMSa6h+y0bQOc78CwhFF+5Dz7eKZhXZFLxgigY= Received: by 10.70.113.1 with SMTP id l1mr2339207wxc; Fri, 07 Oct 2005 10:09:11 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Fri, 7 Oct 2005 10:09:11 -0700 (PDT) Message-ID: <35c231bf0510071009k25911b2egb0b0305287191e4a@mail.gmail.com> Date: Fri, 7 Oct 2005 10:09:11 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Garrett Cooper In-Reply-To: <33A628DF-E7C6-4649-81A6-1ED3B9562681@u.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <35c231bf0510070917m7d751ad8h92d9a8a18cbad5f3@mail.gmail.com> <33A628DF-E7C6-4649-81A6-1ED3B9562681@u.washington.edu> Cc: FreeBSD Questions Subject: Re: NFS no longer works? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Kirchner List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 17:09:12 -0000 On 10/7/05, Garrett Cooper wrote: > No dice, but thanks for trying =3D). > -Garrett Some other questions then: Is rpcbind running? Does it show mountd registered? Try "rpcinfo p" to check. You should see something like: 100005 1 udp 1022 mountd 100005 3 udp 1022 mountd 100005 1 tcp 1023 mountd 100005 3 tcp 1023 mountd along with others. Is /store its own partition? mountd will only export filesystems. You can NFS mount specific directories if you have the -alldirs flag in /etc/exports, but you can't prevent them from NFS mounting other directories. (You can, however, use permissions to prevent them from viewing/writing to directories you don't want them to). Try running mountd with the flags "-d -l". It will stay attached to your terminal. Does it show the line being processed properly? Note when you ^C this, it will still show up in rpcinfo -p .