Mailinglist Archive: opensuse (1174 mails)

< Previous Next >
Re: [opensuse] Yast nfs4 error
  • From: Anders Johansson <ajh@xxxxxxxx>
  • Date: Tue, 03 Jan 2012 21:43:10 +0100
  • Message-id: <1500440.oqxTbDuYFt@carolin>
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@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References