From owner-freebsd-questions Sun Jun 11 11:52:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.prod.itd.earthlink.net (merlin.prod.itd.earthlink.net [207.217.120.156]) by hub.freebsd.org (Postfix) with ESMTP id CCB3037B545 for ; Sun, 11 Jun 2000 11:52:24 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0039.cvx20-bradley.dialup.earthlink.net [209.179.250.39]) by merlin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id LAA13568; Sun, 11 Jun 2000 11:52:22 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id LAA00509; Sun, 11 Jun 2000 11:50:59 -0700 (PDT) Date: Sun, 11 Jun 2000 11:50:59 -0700 From: "Crist J. Clark" To: Daniel Schrock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS problems Message-ID: <20000611115058.B179@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org>; from djab@enteract.com on Sun, Jun 11, 2000 at 01:30:23PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 11, 2000 at 01:30:23PM -0500, Daniel Schrock wrote: [snip] > does anyone know what the problem might be and how i would go about fixing > it? > --------------- > /etc/exports on gateway: > /savedisk -alldirs -maproot=root webserv > /usr/home -alldirs -maproot=root webserv Is that the _entire_ exports file? Are /savedisk and /usr/home on different filesystems? Why are you using -alldirs? Did you restart or 'kill -HUP' mountd(8) after making the changes? Did you check for error messages from mountd in the logs? > fstab on webserv- some content omitted due to irrelevance: > /dev/ab0........ > ....... > /proc ....... > gateway:/usr/home /usr/home nfs rw 0 0 > gateway:/savedisk /savedisk nfs rw 0 0 > > error on webserv at boot: > mounting nfs filesystemnfs: can't access /usr/home: Permission denied. > > savedisk mounts fine....only /usr/home is causing problems Are there other entries for the same filesystem on gateway? Is there a newline on the /usr/home line in /etc/exports? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message