Question : help with  permissions on a NFS mount

Hello,
I have a box that mounts the nfs partition like

mount 192.168.0.101:/home /calgaryHome

on the box 192.168.0.101 in /etc/exports i have

[root@calgary]# cat /etc/exports
/home   192.168.0.221(ro)

The nfs mounts fine
but when i try to list a directory it looks like

[root@duffman ~]# ls -ls /calgaryHome/mydir
total 0
??---------  ? ? ? ?           ? athorize
??---------  ? ? ? ?           ? files
??---------  ? ? ? ?           ? files.tar.gz
??---------  ? ? ? ?           ? twitter_312.zip

So what am i missing??

thanks for any help

Randy

Answer : help with  permissions on a NFS mount

fixed

# cat /etc/exports
/home   192.168.0.221(ro,no_root_squash)
Random Solutions  
 
programming4us programming4us