michaelsanford
Translator, Web Developer
First one's slackware, the second one's the Mac OS X.
#/etc/exports
/tmp 192.168.0.101(rw,sync)
/tmp 192.168.0.100(rw,sync)
slackware #> mount server:/tmp /tmp/mount
(works just fine)
macosx $> sudo mount_nfs server:/tmp /tmp/mount
mount_nfs: /private/tmp/mount: Operation not permitted
Why won't this work !
I also noticed that mount_nfs tries to connect using all sorts of ports like 947, 1017, 2048 instead of (or in addition to) the standard 111 & 2049. What's up with that?
#/etc/exports
/tmp 192.168.0.101(rw,sync)
/tmp 192.168.0.100(rw,sync)
slackware #> mount server:/tmp /tmp/mount
(works just fine)
macosx $> sudo mount_nfs server:/tmp /tmp/mount
mount_nfs: /private/tmp/mount: Operation not permitted
Why won't this work !

I also noticed that mount_nfs tries to connect using all sorts of ports like 947, 1017, 2048 instead of (or in addition to) the standard 111 & 2049. What's up with that?