On Tuesday 03 January 2012 16:49:29 lynn wrote:
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 /
As I see it, yast is trying to do this:
mount -t nfs4 myserver:/home /somewhere
but it should be doing this
mount -t nfs4 myserver:/ /somewhere
Is this a bug in Yast?
Yes, it looks like a bug.
I can mount it manually, but what should I put in fstab to make it mount?
myserver:/ /somewhere nfs4 defaults 0 0 for example Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org