[OpenIndiana-discuss] basic nfs on oi

2016-11-06 Thread Harry Putnam
I've been attempting to mount an nfs share from a linux host on a vbox
install of hipster (from the recent new *.iso's posted).

First I tested to make sure the share was being exported by mounting
the share from another linux host as client.  I was able to mount it
with no problems.

When I try the same from hipster I get:

  sudo mount -F nfs d1:/pub /nfs/d1-pub

nfs mount: d1:/pub: No such file or directory

Like it does not recognize the host d1.  Or even that it is a host
name. (Makes me think I've got the command balled up ... but I found
that syntax on several websites)

 (Also tried with: mount -F nfs -o vers=4  d1:/pub /nfs/d1-pub
 with the same result)

But the host is there and has a directory named `/pub'

  ssh d1 "ls -d /pub"
harry@d1's passwd:

/pub

nfs client service is running on hipster client:
   svcs|grep nfs/client
  online   7:29:40 svc:/network/nfs/client:default

The line (on linux server d1) in /etc/exports:

  /pub *(rw,sync,insecure,no_root_squash,no_subtree_check,nohide)

So what am I doing wrong?


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] basic nfs on oi

2016-11-06 Thread Harry Putnam
Harry Putnam  writes:

> When I try the same from hipster I get:
>
>   sudo mount -F nfs d1:/pub /nfs/d1-pub
>
> nfs mount: d1:/pub: No such file or directory

Please disregard my flayling . . I was trying to mount a symlink to a
directory.

d1:/pub is a symlink, Once I put the real directory path/dir in
the /etc/export file... it mounted on solaris with no problems.
Sorry for the line noise.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] basic nfs on oi

2016-11-06 Thread Jerry Kemp
I have always had mixed luck attempting anything involving using both linux and 
NFS unfortunately.


when you run "showmount" commands from the client against the NFS server, can 
you see the NFS share being presented?


From the Hipster NFS server, when you type in just "share" with no parameters, 
does the output show your file systems being shared out?


Jerry


On 11/ 6/16 07:27 PM, Harry Putnam wrote:

I've been attempting to mount an nfs share from a linux host on a vbox
install of hipster (from the recent new *.iso's posted).

First I tested to make sure the share was being exported by mounting
the share from another linux host as client.  I was able to mount it
with no problems.

When I try the same from hipster I get:

  sudo mount -F nfs d1:/pub /nfs/d1-pub

nfs mount: d1:/pub: No such file or directory

Like it does not recognize the host d1.  Or even that it is a host
name. (Makes me think I've got the command balled up ... but I found
that syntax on several websites)

 (Also tried with: mount -F nfs -o vers=4  d1:/pub /nfs/d1-pub
 with the same result)

But the host is there and has a directory named `/pub'

  ssh d1 "ls -d /pub"
harry@d1's passwd:

/pub

nfs client service is running on hipster client:
   svcs|grep nfs/client
  online   7:29:40 svc:/network/nfs/client:default

The line (on linux server d1) in /etc/exports:

  /pub *(rw,sync,insecure,no_root_squash,no_subtree_check,nohide)

So what am I doing wrong?


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] basic nfs on oi

2016-11-06 Thread Jerry Kemp

Sorry, please disregard reply.

I didn't see that the OP had resolved his issue a dozen or so post later.

:(



On 11/ 7/16 01:41 AM, Jerry Kemp wrote:

I have always had mixed luck attempting anything involving using both linux and
NFS unfortunately.

when you run "showmount" commands from the client against the NFS server, can
you see the NFS share being presented?

From the Hipster NFS server, when you type in just "share" with no parameters,
does the output show your file systems being shared out?

Jerry




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] basic nfs on oi

2016-11-07 Thread Harry Putnam
Jerry Kemp  writes:

> Sorry, please disregard reply.
>
> I didn't see that the OP had resolved his issue a dozen or so post later.
>
Your post was still helpful since I did not think to use the showmount
command you suggested... thanks


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] basic nfs on oi

2016-11-07 Thread Jerry Kemp

Any time, glad your issue is resolved.

Jerry



On 11/ 7/16 06:28 PM, Harry Putnam wrote:

Jerry Kemp  writes:


Sorry, please disregard reply.

I didn't see that the OP had resolved his issue a dozen or so post later.


Your post was still helpful since I did not think to use the showmount
command you suggested... thanks


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss