I want to export an NFS share from my Mac to a linux VMware, but I'm running into a problem with the export.
Things work fine when I export as:
/Users/garyrichardson/leap/nfs -rw 172.16.180.130
Macintosh-3:~ garyrichardson$ showmount -e
Exports list on localhost:
/Users/garyrichardson/leap/nfs 172.16.180.130
But if I try to use no_root_squash
, the mount doesn't show up:
/Users/garyrichardson/leap/nfs -rw 172.16.180.130(no_root_squash)
Macintosh-3:~ garyrichardson$ showmount -e
Exports list on localhost:
Am I using the wrong syntax? Is no_root_squash not support under snow leopard?
Found my solution in
man exports
on the mac:which leads to:
So I used: