Mounting Remote HD

I’m trying to mount a remote QNX 4 HD on my QNX RTP machine.

I followed the example for fs-nfs2 by typing the following in a
terminal:
"fs-nfs2 azalea:/ /azalea &
,but it said:
“/bin/sh :fs-nfs2 : not found”

I get a similar message when I try to run io-net or nettrap.

What do I have to do to run these commands?

Thanks.

Neville

Hi Neville,

It looks like you have a problem with your PATH environment variable.
Use the which utility on all of the commands you cannot run, too find out where they are on your
system. Then run env and verify that your PATH variable includes these directories.

Note: Try running the commands from within their directories to ensure that this is the problem.

Regards,

Joe
Neville Bonwit <neville@erg.sri.com> wrote:

I’m trying to mount a remote QNX 4 HD on my QNX RTP machine.

I followed the example for fs-nfs2 by typing the following in a
terminal:
"fs-nfs2 azalea:/ /azalea &
,but it said:
“/bin/sh :fs-nfs2 : not found”

I get a similar message when I try to run io-net or nettrap.

What do I have to do to run these commands?

Thanks.

Neville