Hi,

I'm trying to mount an NFS share on a RHEL5.3 machine from a RHEL4.6 NFS
server. The problem is that the mount on the RHEL5.3 machine keeps
hanging. It mounts ok but trying to do an ls on the mount point hangs.

Info from the RHEL4.6 machine (the NFS server):
# cat /etc/exports
/backup                             acdbsb1(rw,no_root_squash,sync)

# rpcinfo -p localhost
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100021    1   udp  32768  nlockmgr
    100021    3   udp  32768  nlockmgr
    100021    4   udp  32768  nlockmgr
    100021    1   tcp  32770  nlockmgr
    100021    3   tcp  32770  nlockmgr
    100021    4   tcp  32770  nlockmgr
    100024    1   udp    680  status
    100024    1   tcp    683  status
    100011    1   udp    704  rquotad
    100011    2   udp    704  rquotad
    100011    1   tcp    707  rquotad
    100011    2   tcp    707  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    1   udp    718  mountd
    100005    1   tcp    721  mountd
    100005    2   udp    718  mountd
    100005    2   tcp    721  mountd
    100005    3   udp    718  mountd
    100005    3   tcp    721  mountd


/etc/fstab entry from the RHEL5.3 machine (the NFS client):
rhel4machine:/backup            /backup            nfs
defaults,intr,soft        0 0

Regards

Tim Edwards

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to