Ed Jabbour wrote:
Mac OSX is the server - 192.168.1.20; Linux the client - 192.168.1.4.
When I "mount -o vers=2 192.168.1.20:/Volumes/Alien /mnt/alien" I get
the dreaded "mount: 192.168.1.20:/Volumes/Alien failed, reason given by
server: Permission denied". I'm trying to discover which side the
problem's on. Any of the following stuff not kosher?
/etc/fstab:
192.168.1.20:/Volumes/Alien /mnt/alien nfs
rw,noauto,users,noexec,nosuid,nodev 0 0
You have to add "insecure" there - Mac OS X tries to do it over
privledged ports by default... or something like that.
Anyway, add "insecure" and restart portmap & nfs, it oughta work. :)
Hrm, actually that might be with an OS X client -> Linux server.
However, you might want to check out www.macosxhints.com ... the answer
you seek might be there!
--
[email protected] mailing list