I'd like to mount a share exported from a linux machine and get some
work done. I'd like to do this without reading manuals and tricky
security docmentations for 3 days in 12 hr shifts.
I've exported the share from linux like this:
from /etc/exports on linux box:
/pub 192.168.0.0/22(rw,insecure,no_root_squash,subtree_check)
And I've created a similar mount point on Osol box:
/pub
And tried this command:
# mount -F nfs -o ro reader:/pub /pub
nfs mount: security mode does not match the server exporting\
reader:/pub
Its nfs version 3 on the linux box.
Is there some better syntax or do I need to setup up something on the
osol box?
_______________________________________________
opensolaris-discuss mailing list
[email protected]