Harry Putnam wrote:
Osol-11 108Where can I see some nfs mount example doing something like what I need to do. Mount an nfs exported from a linux machine under nfs3 with this line in /etc/exports: /pub 192.168.0.0/22(rw,insecure,no_root_squash,subtree_check) When I try it with the command below I get the error shown: # 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 I don“t have much of an idea at all how this should be done but have been used to mounting this share across linux machines with no problem.
Many linux servers claim to speak NFSv4, but don't either don't actually speak it, or only implement a subset of NFSv4. Since Solaris will try NFSv4 by default, that can lead to problems mounting linux servers. What happens if you specify vers=3 for your mount? FWIW, I do solaris work in a 99% linux environment, and the first thing I do setting up a solaris client is to edit /etc/default/nfs, and set NFS_CLIENT_VERSMAX=3 Drew _______________________________________________ networking-discuss mailing list [email protected]
