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? Did you try modprobing NFS before trying your mount command? Unless you don't know what modprobe is, I shouldn't have had to ask this. You should have replied with `lsmod | grep -i nfs` (showing that the module is loaded) and a second attempt to perform the NFS mount. Stroller.