I was able to mount linux filesystems on to my Digital UNIX box fine with RedHat 5.2 even after I'd upgrade the kernel to 2.2.5. It always mounted with something like "NFS2". Now I get the following Digital UNIX error: NFS3 RFS3_FSINFO failed for server linuxbox : RPC: Program/version mismatch Note the "NFS3". Is this the problem? It's reporting NFSv3, but It's really NFSv2?
I don't have a OSF1 boc to test. However, I do have a solaris boc that can't mount linux file systems using NFS. The fix there is to specify the option "vers=2" during mount, so I suspect that OSF1 needs to do the same. Please reopen if specifying NFS version 2 during mount does not fix your problem.Resolved! Use nfsv2 flag to Digital UNIX mount command.
I also had exactly this problem Specifying nfsv2 fixed it for me too. To avoid reading man pages just put something like.. seviorpc:/home /seviorpc nfs rw,nfsv2 0 2 in your fstab on your DEC machine Thanks for the help, Martin Sevior