From owner-freebsd-questions Sat Nov 11 01:35:03 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA09588 for questions-outgoing; Sat, 11 Nov 1995 01:35:03 -0800 Received: from MediaCity.com (root@easy1.mediacity.com [205.216.172.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA09583 for ; Sat, 11 Nov 1995 01:35:01 -0800 Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id BAA06322; Sat, 11 Nov 1995 01:47:55 -0800 From: Brian Litzinger Message-Id: <199511110947.BAA06322@MediaCity.com> Subject: Re: [951104-SNAP] can't NFS, please help! To: fkr@tooyoo1.l.u-tokyo.ac.jp (FUKUI Rei) Date: Sat, 11 Nov 1995 01:47:55 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: <9511110919.AA00358@tooyoo1.l.u-tokyo.ac.jp> from "FUKUI Rei" at Nov 11, 95 06:19:37 pm X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1465 Sender: owner-questions@freebsd.org Precedence: bulk > > > Hello. > > I have two FreeBSD box up and running which are connected to a Sun > SparcStation by NFS. > > I am now trying to install FreeBSD(951104-SNAP) on another PC via NFS > but this time the installation fails with the following NFS error: > > mount_nfs: can't access /usr/local/pub/FreeBSD/2.1.0-951104-SNAP: > Permission denied. > > On the NFS server side (SunOS-4.1.4), > > /usr/local/pub -access=FOO1:FOO2:FOO3 > Or am I forgetting something important? Possibly. I can't speak for SunOS 4.1.4, but in the NFS implementations I am familiar with the above export only exports /usr/local/pub If a client tries to mount /usr/local/pub/FreeBSD or /usr/local/pub/FreeBSD/2.1.0-951104-SNAP they would get permission denied error. You could either export all the directories individually or use the export option -alldirs or -subdirs if your NFS implementation supports it. I.E. /usr/local/pub -alldirs -access=FOO1:FOO2:FOO3 Another potential problem is that the installer might be trying to mount the filesystem as root, or you might have the permissions on the directory too secure. for my OS I would add -maproot=root /usr/local/pub -alldirs -maproot=root -access=FOO1:FOO2:FOO3 -- Brian Litzinger | | brian@mediacity.com | This space intentionally left blank | http://www.mpress.com | |