[comp.unix.admin] NFS problem/question

bshaw@hcmv2.ti.com (bob shaw) (03/15/91)

.........   NFS question ......
I have an Apollo nfs mounted to our Convex.  While on the Convex,
if I cd to the nfs mounted dir and do a pwd I get an error.
(see below).   My Apollo is running SR10.3 and has the latest 
patches etc.  The Convex is running , I think , 8.1 . 
A big clue here is ......  I can mount this same apollo on 
my Sun and Decs  and I   DO-NOT have this problem.  This doesn't
appear to be a uid problem as we get the same results with 
differn't or same uids.  ALSO, another big clue, ROOT does NOT
have this problem. 
The problem does not show up on the Suns or Decs with a user or 
Root.
Truthfully, I'm not convinced if it's an Apollo problem or Convex
problem but it almost  looks like it may not be an Apollo problem.
Please see example below 
 
Any comments / suggestions will certainly be appreciated.

Thanks in advance 

Bob Shaw   Texas Instruments   Dallas , Texas  
bshaw@hcvdl.vdl.ti.com
-------------------------------------------------


[bshaw@vlsic2][4:16pm](216) pwd
/mnt/bshaw
[bshaw@vlsic2][4:16pm](217) cd /nfs/apollo_tcaddy1
[bshaw@vlsic2][4:17pm](219) pwd
pwd: getwd: can't open ..
[bshaw@vlsic2][4:17pm](220) 
[bshaw@vlsic2][4:17pm](220) dirs
/nfs/apollo_tcaddy1 ~ 
[bshaw@vlsic2][4:17pm](221) pwd
pwd: getwd: can't open ..
[bshaw@vlsic2][4:17pm](222) date
Sun Jan 27 16:17:39 CST 1991
[bshaw@vlsic2][4:17pm](223) which pwd
getwd: can't open ..
[bshaw@vlsic2][4:17pm](224) which ls
getwd: can't open ..
[bshaw@vlsic2][4:17pm](225) which cat
getwd: can't open ..
[bshaw@vlsic2][4:18pm](228) pwd
pwd: getwd: can't open ..
[bshaw@vlsic2][4:18pm](229) 
[bshaw@vlsic2][4:20pm](239) date
Sun Jan 27 16:20:05 CST 1991
[bshaw@vlsic2][4:20pm](240) 

tchrist@convex.COM (Tom Christiansen) (03/16/91)

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