I'm looking for the proper way to set up NFSv4. Since version 9.0 this is the default, however the handbook contains no mention of version 4.
I haven't tried it on my upgraded servers yet, but I'm trying to connect a BSD client to a Solaris 10 server. Based on mount_nfs(8)(), I have put the following line in /etc/fstab:
When mounting, /aux shows the correct contents, but everything is owned by root:weel. In Linux, I would enable idmapd, but I can't find out how to do this in FreeBSD.
On the client, I have only set this option in /etc/rc.conf:
I haven't tried it on my upgraded servers yet, but I'm trying to connect a BSD client to a Solaris 10 server. Based on mount_nfs(8)(), I have put the following line in /etc/fstab:
Code:
server:/aux /aux nfs rw,nfsv4 0 0
On the client, I have only set this option in /etc/rc.conf:
Code:
nfs_client_enable="YES"