Harry Putnam writes: > > mount -F nfs -o ro 192.168.0.2:/pub /pub > > nfs mount: security mode does not match the server \ > > exporting 192.168.0.2:/pub > > Something about the linux server is not liked by the osol client. > I can probably get the log record on the server... do you think that > would help?
A quick search on that error message and the word "linux" turns up at least one good hit: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=467613 It seems that it's a known problem with the Linux NFS server, and that adding "sec=sys" on the server side should fix it. > And if I can wear out my welcome on this a bit more... can you steer > me to some thorough documentation about osol NFS. The System > administrator manual has only several tiny pieces of info. I've always just relied on the mount_nfs(1M) and share_nfs(1M) man pages. I can't say I've ever had to do anything with it that was more involved than just adding a new share or tweaking the read-only/ read-write access list and 'anon' UID translation, all of which are reasonably documented. It otherwise "just works." Instead of the Networking Community you might try contacting the NFS Community: http://www.opensolaris.org/os/community/nfs/ There may be a few NFS users who lurk here, but if you need to get in touch with the experts, the [email protected] list is probably a better bet. -- James Carlson, Solaris Networking <[email protected]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ networking-discuss mailing list [email protected]
