Small HowTo mount a NFSv4 share (without Kerberos) on OpenSUSE10:
-
yast -i nfs-utilsto install nfs-utils package -
Edit
/etc/sysconfig/nfsand setNFS4_SUPPORT="yes" -
Put your DNS-Domain in
/etc/idmapd.conf. MUST be the same as on the server! -
chkconfig idmap offjust to be sure -
chkconfig idmap onto enableidmapdin runlevels 3 and 5 -
/etc/init.d/idmapd restartor reboot -
mount -t **_nfs4_** HOST:PATH /your/local/path -
Be happy!