Thread: NFS with Ubuntu Client and OS X Server
hi all, i'm trying set nfs share between os x host , ubuntu desktop virtual machine under parallels. i've set share on os x editing '/etc/exports" file, , appears on both os x , ubuntu "showmount -e hostip". however, when try connect ubuntu, following:
for testing purposes, i've set server without network/mask restrictions, , showmount lists being available everyone.code:sudo mount -vt nfs 192.168.1.6:/users/user/nfs ~/desktop/nfsmount mount.nfs: timeout set tue nov 8 18:56:06 2011 mount.nfs: trying text-based options 'vers=4,addr=192.168.1.6,clientaddr=10.211.55.6' mount.nfs: mount(2): protocol not supported mount.nfs: trying text-based options 'addr=192.168.1.6' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 192.168.1.6 prog 100003 vers 3 prot tcp port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 192.168.1.6 prog 100005 vers 3 prot udp port 911 mount.nfs: mount(2): permission denied mount.nfs: access denied server while mounting 192.168.1.6:/users/benpeters/nfs
ideas?
thanks!
you're trying mount root. server have no_root_squash option in /etc/exports?
here's bit root_squash "man exports":
usually that's default unless no_root_squash specified option on share definition in /etc/exports.root_squash
map requests uid/gid 0 anonymous uid/gid.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] NFS with Ubuntu Client and OS X Server
Ubuntu
Comments
Post a Comment