mounting nfs shares on my linux server

qnx 6.1 refuses to mount nfs shares from my server.

Tell me that the resourse or device is not available.

It mounts fine when I run in linux, I have the same host name and ip.

I am trying

mount -t nfs 192.168.0.10/share /Mp3

and mount -t nfs 192.168.0.10:/share /Mp3

even tried it with the fs_nfs2 switch

Am I missing something here?

Tommy

Tom Holmes <tholmes@speakeasy.org> wrote:
: qnx 6.1 refuses to mount nfs shares from my server.

: Tell me that the resourse or device is not available.

: It mounts fine when I run in linux, I have the same host name and ip.

: I am trying

: mount -t nfs 192.168.0.10/share /Mp3

: and mount -t nfs 192.168.0.10:/share /Mp3

: even tried it with the fs_nfs2 switch

: Am I missing something here?

Maybe, because you did not export them with right permission if at all?
Try the command

showmount -e 192.168.0.10

To get a list of entris of exported directories. Do the same on GNU/Linux
where “showmount” should exist also

showmount -e 192.168.0.10

To see if it is indeed exported.

Assuming you can ping GNU/Linux and NFS is properly setup on the GNU/Linux box.


alain

Alain Magloire wrote:

Maybe, because you did not export them with right permission if at all?
Try the command

showmount -e 192.168.0.10

Thanks for the reply

Well I showmount -e ip in linux and the share came up

Export list for 192.168.0.10:
/share (everyone)

Same for Qnx only slightly different layout

Same on the server it’s self

The perms on the file

drwxrwxrwx 15 root root 3072 Aug 20 18:23 share

The contents of my /etc/exports are:-

chiligate:/etc# cat exports
/share *(rw,no_root_squash)

Works fine linux client to linux server, I have a couple of clients on
this network using nfs.

And finally yes I can ping the server from qnx, it is the gateway and
the dns for the qnx client.

Any ideas?

Tommy

Tom Holmes <tholmes@speakeasy.org> wrote:
: Alain Magloire wrote:
:> Maybe, because you did not export them with right permission if at all?
:> Try the command
:>
:> showmount -e 192.168.0.10

: Thanks for the reply

: Well I showmount -e ip in linux and the share came up

: Export list for 192.168.0.10:
: /share (everyone)

: Same for Qnx only slightly different layout

: Same on the server it’s self

: The perms on the file

: drwxrwxrwx 15 root root 3072 Aug 20 18:23 share

: The contents of my /etc/exports are:-

: chiligate:/etc# cat exports
: /share *(rw,no_root_squash)

: Works fine linux client to linux server, I have a couple of clients on
: this network using nfs.

: And finally yes I can ping the server from qnx, it is the gateway and
: the dns for the qnx client.

: Any ideas?

Assuming your doing all this, as root on the Neutrino side, post the output
of the command

login as root

fs-nfs2 -vvvvv 192.168.0.10/share /share



If the output is too long to transcript, cut/paste and ftp’it back to
whre you post.

Thanks for the help, no need to post the results as they where self
explaintory.

fs_nfs2 ip:/share /mountpoint

worked just fine.

Tom

Alain Magloire wrote:

Tom Holmes <> tholmes@speakeasy.org> > wrote:
: Alain Magloire wrote:
:> Maybe, because you did not export them with right permission if at all?
:> Try the command
:
:> showmount -e 192.168.0.10

: Thanks for the reply

: Well I showmount -e ip in linux and the share came up

: Export list for 192.168.0.10:
: /share (everyone)

: Same for Qnx only slightly different layout

: Same on the server it’s self

: The perms on the file

: drwxrwxrwx 15 root root 3072 Aug 20 18:23 share

: The contents of my /etc/exports are:-

: chiligate:/etc# cat exports
: /share *(rw,no_root_squash)

: Works fine linux client to linux server, I have a couple of clients on
: this network using nfs.

: And finally yes I can ping the server from qnx, it is the gateway and
: the dns for the qnx client.

: Any ideas?

Assuming your doing all this, as root on the Neutrino side, post the output
of the command

login as root

fs-nfs2 -vvvvv 192.168.0.10/share /share

If the output is too long to transcript, cut/paste and ftp’it back to
whre you post.