Osol-11 108
Where 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.
_______________________________________________
networking-discuss mailing list
[email protected]