From owner-freebsd-questions Mon Jan 22 15:14:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (unknown [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 7391837B727 for ; Mon, 22 Jan 2001 15:13:52 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f0MNBUf18078 for ; Mon, 22 Jan 2001 18:11:34 -0500 (EST) Message-ID: <3A6CBDA8.F0FCE301@mail.iowna.com> Date: Mon, 22 Jan 2001 18:09:28 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: NFS weirdness with SGI Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some weirdness occurring with a couple of SGI workstations. The server is FreeBSD 4.2-STABLE running as an NFS server. My /etc/exports file consists of one line: /data/public -mapall=nobody:nobody (machine is behind a firewall, so anyone who can connect is trusted) However, when a user logs in as root to the SGI station, he can read/write all over the FreeBSD server with no problems, all files are created as root:wheel (why group wheel?) But if a normal user logs in to the SGI station, he can read but not write the NFS export on FreeBSD. It seems like a permissions problem to me. Why is the -mapall directive apparently not working? Any thoughts? -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message