On Saturday 30 April 2011 14:16:15 Stroller wrote: > On 30/4/2011, at 4:34am, Michael Sullivan wrote: > > Mine says: > > > > camille ~ # zcat /proc/config.gz | grep -i nfs > > CONFIG_NFS_FS=m > > CONFIG_NFS_V3=y > > # CONFIG_NFS_V3_ACL is not set > > # CONFIG_NFS_V4 is not set > > CONFIG_NFSD=m > > CONFIG_NFSD_V3=y > > # CONFIG_NFSD_V3_ACL is not set > > # CONFIG_NFSD_V4 is not set > > CONFIG_NFS_COMMON=y > > The same on both systems? The other one doesn't have v4 set?
If one has no V4 you'll have to use V3, so add vers=3 to your mount options. -- Rgds Peter

