Re: [nfs4] mapping problem

2009-10-11 Thread Tom H
Mark wrote: > Recently I installed an nfs4 server and configured it to export to nfs3 > and nfs4 like that(/etc/exports/): > #for nfs3 > /folder1        (rw,async,subtree_check) > /folder2        (rw,async,subtree_check) > /folder3        (rw,async,subtree_check) > #for nfs4 > /nfs4     .0/24(r

[nfs4] mapping problem

2009-10-11 Thread Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Recently I installed an nfs4 server and configured it to export to nfs3 and nfs4 like that(/etc/exports/): #for nfs3 /folder1(rw,async,subtree_check) /folder2(rw,async,subtree_check) /folder3(rw,async,subtree_check) ...