On 06/23/2012 01:18 AM, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-06-23 00:30, Hans Witvliet wrote:
I fear my problem/misconception is more "fundamental" Have a look at "nohide" in man exports, may be related.
Hi I wonder whether you really do have nfs4 at both ends. How about trying manually: mount -t nfs4 server:/local/software/obs /mnt then have a poke around in /mnt If no, try it with -overs=3 and see if there is any difference. mount -t nfs server:/local/software/obs /mnt -overs=3 Next, have a look to make sure rpc.idmapd is running on both client and server. Check the output of rpc.idmapd -fvvv Easy way is to just check the 'use nfs v4 box' in yast nfs server and yast nfs client. For Carlos' nohide method you have to create a pseudoroot: mkdir /exports mkdir /exports/obs mount --bind /local/software/obs /exports/obs etc/exports now has to look like this: /export 192.168.0.0/24(rw,fsid=0,no_subtree_check) /export/obs 192.168.0.0/24(rw,nohide,no_subtree_check) or use crossmnt: /export 192.168.0.0/24(rw,fsid=0,crossmnt,no_subtree_check) /export/obs 192.168.0.0/24(rw,no_subtree_check) On the client simply mount the root: mount -t nfs4 server:/ /mnt If it works, in fstab: server:/ /mnt nfs4 auto 0 0 Replace /mnt with wherever you want it. HTH L x -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org