I hit this same problem in an LX zone, and here's how I got around it. First, you need more Linux NFS stuff:
# apt-get install nfs-client Then, NFSv4 mounts failed for me with: NFS fsinfo failed for server 192.168.1.2: error 7 (RPC: Authentication error) I needed to specify the security model to use: # mount -o sec=sys 192.168.1.2:/export/home/rob /mnt And everything was good. Rob ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
