Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!convex!news From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.admin Subject: Re: NFS problem/question Message-ID: <1991Mar15.172644.29297@convex.com> Date: 15 Mar 91 17:26:44 GMT References: Sender: news@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 8 Nntp-Posting-Host: pixel.convex.com The problem described sound very much like the underlying mount point has the wrong permissions. The permissions of what's below and what's above are effectively anded together. Unmount the filesystem and look beneath it, or do a localhost: loopback mount on the enclosing partition into a tmp mount point in order to inspect it. --tom