Monday, March 16, 2009

mount linux nfs shae from open solaris

although i am not quite sure why but mounting an nfs share from open solaris needs version parameter, something like this.


sudo mount -F nfs -o vers=3 mediapc:/home/aybars /media/mediapc/



if you say

aybars@opensolaris:~$ sudo mount -F nfs -o vers=4 192.168.1.64:/home/aybars /media/mediapc/
nfs mount: 192.168.1.64:/home/aybars: No such file or directory


if you want to know more on this subject,
http://blogs.sun.com/macrbg/entry/solaris_nfsv4_client_mount_from

No comments:

Post a Comment