Google Groups Home
Help | Sign in
opensolaris: cant mount nfs disk
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  18 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Huub  
View profile
 More options May 10, 12:40 am
Newsgroups: alt.solaris.x86
From: Huub <v.niek...@hccnet.nl>
Date: Sat, 10 May 2008 06:40:45 +0200
Local: Sat, May 10 2008 12:40 am
Subject: opensolaris: cant mount nfs disk
Hi,

The other day I installed OpenSolaris but so far I'm unable to mount my
nfs disk:

> # mount -F nfs Kaapstad:/admin /mnt/Kaapstadadmin/
> nfs mount: Kaapstad:/admin: No such file or directory

Kaapstad is in /etc/hosts, Kaapstad:/admin is in /etc/vfstab. Other
machines have no problem mounting the disk, and this machine is in the
exports-list.
Any clue?

Thanks.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Collins  
View profile
 More options May 10, 1:13 am
Newsgroups: alt.solaris.x86
From: Ian Collins <ian-n...@hotmail.com>
Date: Sat, 10 May 2008 17:13:30 +1200
Local: Sat, May 10 2008 1:13 am
Subject: Re: opensolaris: cant mount nfs disk
Huub wrote:
> Hi,

> The other day I installed OpenSolaris but so far I'm unable to mount my
> nfs disk:

>> # mount -F nfs Kaapstad:/admin /mnt/Kaapstadadmin/
>> nfs mount: Kaapstad:/admin: No such file or directory

> Kaapstad is in /etc/hosts, Kaapstad:/admin is in /etc/vfstab. Other
> machines have no problem mounting the disk, and this machine is in the
> exports-list.
> Any clue?

See if the automounter can see it, does anything show up under
/net/Kaapstad?

--
Ian Collins.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options May 10, 2:44 am
Newsgroups: alt.solaris.x86
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Sat, 10 May 2008 01:44:07 -0500
Local: Sat, May 10 2008 2:44 am
Subject: Re: opensolaris: cant mount nfs disk

On Sat, 10 May 2008 06:40:45 +0200, Huub wrote:
>> # mount -F nfs Kaapstad:/admin /mnt/Kaapstadadmin/
>> nfs mount: Kaapstad:/admin: No such file or directory

Does your NFS server support NFS-v4?

Edit /etc/default/nfs

NFS_CLIENT_VERSMAX=3


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Huub  
View profile
 More options May 11, 3:36 am
Newsgroups: alt.solaris.x86
From: Huub <v.niek...@hccnet.nl>
Date: Sun, 11 May 2008 09:36:34 +0200
Local: Sun, May 11 2008 3:36 am
Subject: Re: opensolaris: cant mount nfs disk

> Does your NFS server support NFS-v4?

> Edit /etc/default/nfs

> NFS_CLIENT_VERSMAX=3

Didn't think about this...this did it! Thank you.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ridd  
View profile
 More options May 11, 5:44 am
Newsgroups: alt.solaris.x86
From: Chris Ridd <chrisr...@mac.com>
Date: Sun, 11 May 2008 10:44:26 +0100
Local: Sun, May 11 2008 5:44 am
Subject: Re: opensolaris: cant mount nfs disk
On 2008-05-11 08:36:34 +0100, Huub <v.niek...@hccnet.nl> said:

>> Does your NFS server support NFS-v4?

>> Edit /etc/default/nfs

>> NFS_CLIENT_VERSMAX=3

> Didn't think about this...this did it! Thank you.

Is the Solaris NFSv4 client doing something wrong, or the NFSv4 server
doing something wrong? It is a pity to have to downgrade to v3...

Cheers,

Chris


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options May 11, 8:32 am
Newsgroups: alt.solaris.x86
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Sun, 11 May 2008 07:32:32 -0500
Local: Sun, May 11 2008 8:32 am
Subject: Re: opensolaris: cant mount nfs disk

On Sun, 11 May 2008 10:44:26 +0100, Chris Ridd wrote:
> Is the Solaris NFSv4 client doing something wrong, or the NFSv4 server
> doing something wrong? It is a pity to have to downgrade to v3...

The Solaris client *should* adapt to the capability of the server without
a kluge like that.  It does not.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ridd  
View profile
 More options May 11, 8:43 am
Newsgroups: alt.solaris.x86
From: Chris Ridd <chrisr...@mac.com>
Date: Sun, 11 May 2008 13:43:49 +0100
Local: Sun, May 11 2008 8:43 am
Subject: Re: opensolaris: cant mount nfs disk
On 2008-05-11 13:32:32 +0100, Dave Uhring <daveuhr...@yahoo.com> said:

> On Sun, 11 May 2008 10:44:26 +0100, Chris Ridd wrote:

>> Is the Solaris NFSv4 client doing something wrong, or the NFSv4 server
>> doing something wrong? It is a pity to have to downgrade to v3...

> The Solaris client *should* adapt to the capability of the server without
> a kluge like that.  It does not.

I suppose there are a couple of things to ask then: a) why isn't NFSv4
working, and b) as it isn't, why isn't the downgrade to NFSv3 working?

Cheers,

Chris


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options May 11, 11:16 am
Newsgroups: alt.solaris.x86
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Sun, 11 May 2008 10:16:59 -0500
Local: Sun, May 11 2008 11:16 am
Subject: Re: opensolaris: cant mount nfs disk

On Sun, 11 May 2008 13:43:49 +0100, Chris Ridd wrote:
> On 2008-05-11 13:32:32 +0100, Dave Uhring <daveuhr...@yahoo.com> said:
>> On Sun, 11 May 2008 10:44:26 +0100, Chris Ridd wrote:

>>> Is the Solaris NFSv4 client doing something wrong, or the NFSv4 server
>>> doing something wrong? It is a pity to have to downgrade to v3...

>> The Solaris client *should* adapt to the capability of the server without
>> a kluge like that.  It does not.

> I suppose there are a couple of things to ask then: a) why isn't NFSv4
> working, and b) as it isn't, why isn't the downgrade to NFSv3 working?

I don't know how an NFSv4-only client can connect to an NFSv3 server
unless the client is smart enough to use NFSv3.  The one in Solaris is not
that smart.  Neither S10u4, S10u5, OpenSolaris nor any of the Nevada
builds are capable of mounting an NFSv3 share without modifying
/etc/default/nfs.

Hack /etc/default/nfs and the Solaris client easily mounts the NFSv3 share.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ridd  
View profile
 More options May 11, 11:47 am
Newsgroups: alt.solaris.x86
From: Chris Ridd <chrisr...@mac.com>
Date: Sun, 11 May 2008 16:47:29 +0100
Local: Sun, May 11 2008 11:47 am
Subject: Re: opensolaris: cant mount nfs disk
On 2008-05-11 16:16:59 +0100, Dave Uhring <daveuhr...@yahoo.com> said:

> On Sun, 11 May 2008 13:43:49 +0100, Chris Ridd wrote:
>> On 2008-05-11 13:32:32 +0100, Dave Uhring <daveuhr...@yahoo.com> said:
>>> On Sun, 11 May 2008 10:44:26 +0100, Chris Ridd wrote:

>>>> Is the Solaris NFSv4 client doing something wrong, or the NFSv4 server
>>>> doing something wrong? It is a pity to have to downgrade to v3...

>>> The Solaris client *should* adapt to the capability of the server without
>>> a kluge like that.  It does not.

>> I suppose there are a couple of things to ask then: a) why isn't NFSv4
>> working, and b) as it isn't, why isn't the downgrade to NFSv3 working?

> I don't know how an NFSv4-only client can connect to an NFSv3 server

OK, I didn't think it was an NFSv4-only client.

> unless the client is smart enough to use NFSv3.  The one in Solaris is not
> that smart.  Neither S10u4, S10u5, OpenSolaris nor any of the Nevada
> builds are capable of mounting an NFSv3 share without modifying
> /etc/default/nfs.

They can't even mount an NFSv4 share from some kinds of servers :-(

> Hack /etc/default/nfs and the Solaris client easily mounts the NFSv3 share.

Yep, that's pretty much the first thing we do with a new box...

Cheers,

Chris


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Gabriel  
View profile
 More options May 11, 12:39 pm
Newsgroups: alt.solaris.x86
From: and...@cucumber.demon.co.uk (Andrew Gabriel)
Date: 11 May 2008 16:39:15 GMT
Local: Sun, May 11 2008 12:39 pm
Subject: Re: opensolaris: cant mount nfs disk
In article <pan.2008.05.11.15.16.58.471...@yahoo.com>,
        Dave Uhring <daveuhr...@yahoo.com> writes:

Solaris will fall back to NFSv3 and NFSv2 if NFSv4 isn't supported.
If the server does have NFSv4 enabled but it's not working right, then
there's no fallback -- that's not what the fallback is intended for.

> Hack /etc/default/nfs and the Solaris client easily mounts the NFSv3 share.

--
Andrew Gabriel
[email address is not usable -- followup in the newsgroup]

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Uhring  
View profile
 More options May 11, 1:14 pm
Newsgroups: alt.solaris.x86
From: Dave Uhring <daveuhr...@yahoo.com>
Date: Sun, 11 May 2008 12:14:22 -0500
Local: Sun, May 11 2008 1:14 pm
Subject: Re: opensolaris: cant mount nfs disk

On Sun, 11 May 2008 16:39:15 +0000, Andrew Gabriel wrote:
> Solaris will fall back to NFSv3 and NFSv2 if NFSv4 isn't supported.
> If the server does have NFSv4 enabled but it's not working right, then
> there's no fallback -- that's not what the fallback is intended for.

OK, perhaps the Linux NFS server is the real problem then.  I thought that
I had disabled NFSv4 on that server but

[root@newton /proc/17856]# cat status
Name:   nfsd4

I never did trust Linux NFS very much but that machine is my print server
also and the printer requires HPLIP, which will not build on Solaris.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ridd  
View profile
 More options May 11, 1:31 pm
Newsgroups: alt.solaris.x86
From: Chris Ridd <chrisr...@mac.com>
Date: Sun, 11 May 2008 18:31:02 +0100
Local: Sun, May 11 2008 1:31 pm
Subject: Re: opensolaris: cant mount nfs disk
On 2008-05-11 18:14:22 +0100, Dave Uhring <daveuhr...@yahoo.com> said:

> On Sun, 11 May 2008 16:39:15 +0000, Andrew Gabriel wrote:

>> Solaris will fall back to NFSv3 and NFSv2 if NFSv4 isn't supported.
>> If the server does have NFSv4 enabled but it's not working right, then
>> there's no fallback -- that's not what the fallback is intended for.

> OK, perhaps the Linux NFS server is the real problem then.  I thought that
> I had disabled NFSv4 on that server but

> [root@newton /proc/17856]# cat status
> Name:      nfsd4

> I never did trust Linux NFS very much but that machine is my print server
> also and the printer requires HPLIP, which will not build on Solaris.

Do we know what the exact NFS incompatibility is here?

Cheers,

Chris


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.