From owner-freebsd-questions Sun Jun 11 11:27:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 408C037B8B7 for ; Sun, 11 Jun 2000 11:27:47 -0700 (PDT) (envelope-from djab@enteract.com) Received: from olivia (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with SMTP id NAA62613 for ; Sun, 11 Jun 2000 13:27:47 -0500 (CDT) (envelope-from djab@enteract.com) Message-ID: <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org> Reply-To: "Daniel Schrock" From: "Daniel Schrock" To: Subject: NFS problems Date: Sun, 11 Jun 2000 13:30:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't seem to get one of my exported file systems mounted and I'm not sure why. The purpose is to save the trouble of giving everyone on gateway a second account on webserv. I also want apache to be able to access their public_html folders with out having to create those folders on the webserver itself. 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 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 ---------------- Thanks Daniel d_jab@anonymous-daemon.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message