Hi Yast NFS Client gives me the option to choose a share and select nfsv4. If I select the share I want from the drop down list it will not mount the share. I think the dialogue is wrong. e.g. if /home is exported and I select /home from the drop down list it will not mount. For nfs4 it should change /home to / How would you be able to distinguish between an exported / and /home ? You can't, in nfs4 you define an export with fsid=0 and that is all you can ever export. Everything else you want to export from that server has to be bind-mounted into that export.
The nfsv3 concept of different exports doesn't exist in nfsv4. You have one directory exported with fsid=0 and that is mounted as server:/ from the client - this doesn't mean the root of the server file system, it means the root of the nfsv4 export
Anders Hi You don't need to use the fsid=0 stuff if you don't want. In fact the nfs gurus suggest you don't. In this respect, nfs4 is the same as all
the other nfs's. Binding real directories to the pseudoroot seems to have been thrown away. So soon after being the best thing since sliced bread. See the last 2 lines of: http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration Saludos, L x -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org