From owner-freebsd-questions Tue Jan 30 22:42:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id A140D37B503 for ; Tue, 30 Jan 2001 22:42:30 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 1BEAD3E09; Tue, 30 Jan 2001 22:42:30 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 1AAD63C10B; Tue, 30 Jan 2001 22:42:30 -0800 (PST) To: David Preece Cc: freebsd-questions@freebsd.org Subject: Re: Failing to mount /usr/obj over NFS In-Reply-To: Message from David Preece of "Wed, 31 Jan 2001 19:30:48 +1300." <5.0.0.25.1.20010131184614.01b994f0@pop3.paradise.net.nz> Date: Tue, 30 Jan 2001 22:42:25 -0800 From: Dima Dorfman Message-Id: <20010131064230.1BEAD3E09@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In practice I can mount /usr/src over NFS with no problem, but cannot mount > /usr/obj: > #mount cvs:/usr/src /usr/src > #mount cvs:/usr/obj /usr/obj > nfs: can't access /usr/obj: Permission denied Are /usr/src and /usr/obj on the same filesystem? I.e., are they both subdirectories of /usr or do you have separate mountpoints for /usr/src and /usr/obj? If the former is true, take a look at http://www.FreeBSD.org/FAQ/networking.html#EXPORTS_ERRORS (and check /var/log/messages). Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message