Trying to use autofs to mount an export on my Fedora 11 workstation (xulu) from a laptop running Ubuntu 9 -
but showmount runs into an annoying error -
sbeam@clammy$ sudo showmount -e xulu
rpc mount export: RPC: Program/version mismatch; low version = 3, high version = 3
but I can actually mount the NFS dir just fine with normal 'mount' command.
On the server, /etc/sysconfig/nfs contains the default, but enabling NFS V2 only results in the mismatch changing from 3/3 to 3/2
MOUNTD_NFS_V1="no"
MOUNTD_NFS_V2="no"
MOUNTD_NFS_V3="yes"
so any ideas how to resolve this "mismatch"?