On Fri, 2008-02-15 at 16:05 +0000, Dave Howorth wrote:
Roger Oberholtzer wrote:
Hello
I have encountered an unexpected problem with the nfs client on openSUSE 10.3. Even as root, I cannot mount an NFS share from a 10.0 system on a 10.3 client. I have searched the archives and do not see this problem. I have seen reports of mounts not happening at boot or of non-root users not being able to mount things. This is not what I am experiencing.
I can mount between two 10.3 systems. Or between two 10.0 systems. And, 10.0 can mount from a 10.3 system. Only mounting on a 10.3 client system from a 10.0 server fails.
IIRC, the defaults as regards NFS version were changed for 10.3. The "2GB File size limit exceeded over NFS on 10.3" thread from December may give you some clues.
Just what I tried first on the 10.3 client: -onfsvers=2 or -onfsvers=3. Same complaint. linux:~ # mount -t nfs -onfsvers=3 -otcp 10.1.6.131:/home /tmp/qq mount: 10.1.6.131:/home failed, reason given by server: Permission denied linux:~ # mount -t nfs -onfsvers=2 -otcp 10.1.6.131:/home /tmp/qq mount: 10.1.6.131:/home failed, reason given by server: Permission denied linux:~ # mount -t nfs -onfsvers=2 -oudp 10.1.6.131:/home /tmp/qq mount: 10.1.6.131:/home failed, reason given by server: Permission denied linux:~ # mount -t nfs -onfsvers=3 -oudp 10.1.6.131:/home /tmp/qq mount: 10.1.6.131:/home failed, reason given by server: Permission denied And to see if it is even looking at my options: linux:~ # mount -t nfs -onfsvers=4 10.1.6.131:/home /tmp/qq 'vers=4' is not supported. Use '-t nfs4' instead. So, it uses them. But to no effect. I am guessing that there is another parameter that could be different. I will look further. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Kapellgränd 7 P.O. Box 4205 SE-102 65 Stockholm, Sweden Office: Int +46 8-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org