From owner-freebsd-questions Tue Feb 2 12:19:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26367 for freebsd-questions-outgoing; Tue, 2 Feb 1999 12:19:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from sparcy.delanet.com (sparcy.delanet.com [208.9.136.54]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA26357 for ; Tue, 2 Feb 1999 12:19:12 -0800 (PST) (envelope-from stevec@delanet.com) Received: (qmail 15916 invoked from network); 2 Feb 1999 20:14:08 -0000 Received: from unknown (HELO delanet.com) (208.9.136.84) by sparcy.delanet.com with SMTP; 2 Feb 1999 20:14:08 -0000 Message-ID: <36B75D52.2C80E573@delanet.com> Date: Tue, 02 Feb 1999 15:17:22 -0500 From: "Stephen C. Comoletti" Organization: DelaNET X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: hgeorges@oasis-technology.com CC: freebsd-questions@FreeBSD.ORG Subject: Re: Permission denied for NFS clients References: <002f01be4edb$15bc0300$2f0b0764@hgeorges.oasis.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On your solaris box, how do you have the bsd box shared? ie: share -F nfs -o rw=site /array/projects/mydir or share -F nfs -o rw=site.my.net /array/projects/mydir? I have noticed solaris is a bit funny about this and sometimes requires a full name to run..I have one machine that requires the full name on one solaris box, and just the machine name on another which is same os version (2.6), near identical install. -- Stephen C. Comoletti Asst. Systems Administrator DELANET, Inc. http://www.delanet.com TEL: (302) 326-5800, FAX: (302) 326-5802 Horia Georgescu wrote: > > Hello everybody. > > I'm struggling for more than 3 hours to "catch" the problem. Please help if > you have any idea about what's happening. > > I'm running this version: > > FreeBSD site.my.net 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Fri Oct 9 > 09:19: > 29 EDT 1998 root@site.my.net:/usr/src/sys/compile/SITE i386 > > I have this exports file: > (I intentionally used operating systems names and versions, instead of the > actual names of the clients, to give you a better idea.) > > #/etc/exports file > /array/consulting/tara digital4.0 > /array/site digital4.0 > /array/site solaris2.5 > /array/site hpux10.20 > /array/site aix4.1 > /array/togo -maproot=0 aix4.2 > /array/projects/mydir > > everything works fine up to the last line. > the following command fails on both solaris2.5 and hpux10.20: > > mount -F nfs site:/array/projects/mydir /mnt > > The message I get on the client is: "Permission denied" > > Confusing enough, if I do the same on a Linux box: > > mount -t nfs site:/array/projects/mydir /mnt > > and the directory is mounted successfully. > > Self mounting from site to site (through NFS) works to. > > Nevertheless, site:/array/site is mounted just fine on both solaris2.5 and > hpux10.20 > > Can anybody explain to me what's wrong here?! Mountd -d (on site) doesn't > return any explanatory messages when I get permission denied on the client > machines. > > Thanks much, > Horia Georgescu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message