On Thu, 17 Jul 2003, Shawn wrote: > On Thu, 17 Jul 2003 14:28:28 -0500 > Clay Fandre <clay at fandre.com> wrote: > > > What does: > > linuxbox# showmount -e <hpbox> > > linuxbox# rpcinfo -t <hpbox> nfs > > > > give you? (hpbox being your HP NFS server) > > > > Technically, it's the other way around. The HP box is the client, and an AIX box is the server. Here's the info pointing to the AIX box which it cannot mount: > > vulcan:/ # showmount -e mars > export list for mars: > /share (everyone) > > vulcan:/ # rpcinfo -t mars nfs > program 100003 version 2 ready and waiting > program 100003 version 3 ready and waiting Try different mount options and see if one of them works. vulcan# mount -F nfs -o vers=2 mars:/share /mnt vulcan# mount -F nfs -o vers=3 mars:/share /mnt vulcan# mount -F nfs -o proto=udp mars:/share /mnt vulcan# mount -F nfs -o proto=tcp mars:/share /mnt _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list