Hello all,
Iam currently trying to mount a nfs share on a solaris 10. The nfs server is a windows 2012R2 .
When i try to mount the nfs share with version 3 using it mounts the share with no problems.
When i try to mount it using version 4 i get the following error:
# mount -F nfs -o vers=4 nfs://nfs_fileserver:/rootshare /mnt/tst
nfs mount: mount: /mnt/tst: Operation not supported
in snoop i see the following error:
Solaris -> 192.168.1.145 NFS C 4 (secinfo ) PUTROOTFH LOOKUP rootshare SECINFO rootshare
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 TCP D=2049 S=1020 Ack=4000265719 Seq=526215543 Len =0 Win=32806 Options=<nop,nop,tstamp 311741 927007>
Solaris -> 192.168.1.145 NFS C 4 (mount ) PUTPUBFH GETFH LOOKUP roots hare GETFH GETATTR c8000167 0
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 TCP D=2049 S=1020 Ack=4000265759 Seq=526215731 Len =0 Win=32806 Options=<nop,nop,tstamp 311741 927007>
Solaris -> 192.168.1.145 NFS C 4 (secinfo ) PUTROOTFH LOOKUP rootshare SECINFO rootshare
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 NFS C 4 (mount ) PUTPUBFH GETFH LOOKUP roots hare GETFH GETATTR c8000167 0
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 NFS C 4 (secinfo ) PUTROOTFH LOOKUP rootshare SECINFO rootshare
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 NFS C 4 (mount ) PUTPUBFH GETFH LOOKUP roots hare GETFH GETATTR c8000167 0
192.168.1.145 -> Solaris NFS R 4 () NFS4ERR_MINOR_VERS_MISMATCH
Solaris -> 192.168.1.145 TCP D=2049 S=1020 Ack=4000265919 Seq=526216475 Len =0 Win=32806 Options=<nop,nop,tstamp 311748 927007>
Can anyone help me solving this?
Regards,
Arestas