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