Hello, I have a similar problem with nfs4.
Under NFS (v3) I can mount folders succesfully, but my main problem is Openoffice; Openoffice (version 3) cannot handle files well in mounted folders and opens them in read-only. NFSv4 should solve this problem, but I only can see at the client-side the mounted folder, but the folder remains empty. Here an output of de configurations of the server and workstation:
CONFIGS OF SERVER (opensuse 11.0 32 bit):
cat /etc/exports:
##########
/NFS4exports 192.168.x.x(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0)
/NFS4exports/globaldoc 192.168.x.x(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash)
##########
mount
##########
/reserve/mydo on /NFS4exports/globaldoc type none (rw,bind)
##########
cat /etc/idmapd.conf
##########
[General]
Verbosity=0
Pipefs-Directory=/var/lib/nfs/rpc_pipefs
Domain=server_nfs
[Mapping]
Nobody-User=nobody
Nobody-Group=nobody
##########
showmount -e
##########
Export list for server:
/NFS4exports 192.168.x.x
/NFS4exports/globaldoc 192.168.x.x
##########
ls -l /NFS4exports/
##########
total 8
drwxrwxrwx 13 root root 4096 Jan 8 10:21 globaldoc
##########
CONFIGS OF WORKSTATION (opensuse 11.1 64 bit)
cat /etc/fstab
##########
server:/ /home/XXXX/server/ nfs4 auto,rw,nodev,sync,_netdev,proto=tcp,retry=10,rsize=32768,wsize=32768,hard,intr 0 0
##########
cat /etc/idmapd.conf
##########
[General]
Verbosity=0
Pipefs-Directory=/var/lib/nfs/rpc_pipefs
Domain=server_nfs
[Mapping]
Nobody-User=nobody
Nobody-Group=nobody
##########
showmount -e server
##########
Export list for lodey:
/NFS4exports 192.168.x.x
/NFS4exports/globaldoc 192.168.x.x
##########
ls -l /home/XXXX/server/
##########
total 8
drwxrwxrwt 2 root root 4096 Feb 7 16:21 globaldoc
##########
ls -l /home/XXXX/server/globaldoc/
##########
total 0
##########
Anybody having a clue? I think it is something simple, but what?
Thanks already for your attention!
Yoram