nfs mount

How do I nfs mount (from a Solaris 7 server) in RTP ?

I’ve started full tcp/ip as in:

io-net -dne2000 -p tcpip

but when I try to mount:

\

mount -t nfs -vvvvv solaris:/export/home/0/pj /home/pj

Parsed: mount from [solaris:/export/home/0/pj] mount on [/home/pj] type
[nfs]
exec: mount_nfs solaris:/export/home/0/pj /home/pj
Failed with external mounts, trying internal mount
Type [nfs] Flags 0x00000000
Device [solaris:/export/home/0/pj] Directory [/home/pj]
Options []
mount: Can’t mount /home/pj (type nfs)
mount: Possible reason: Invalid argument

regards

\

Per Åkesson
Carmenta AB
SWEDEN

Per Akesson wrote:

How do I nfs mount (from a Solaris 7 server) in RTP ?

I’ve started full tcp/ip as in:

io-net -dne2000 -p tcpip

Output from ifconfig -a and netstat -rn below:

netstat -rn

Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu
Interface
default 192.71.92.21 UGS 0 112 - en0
127.0.0.1 127.0.0.1 UH 0 0 - lo0
192.71.92 192.71.92.4 U 2 4079 - en0
192.71.92.4 192.71.92.4 UH 0 0 - lo0

ifconfig -a

lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 32976
inet 127.0.0.1 netmask 0xff000000
en0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:50:4d:00:90:4b
inet 192.71.92.4 netmask 0xffffff00 broadcast 192.71.92.255

regards


Per Åkesson
Carmenta AB
SWEDEN

after io-net you must start (rc.d …)

  1. inetd
  2. fs-nfs2

then you can mount your NFS-Drive

Per Akesson wrote:

How do I nfs mount (from a Solaris 7 server) in RTP ?

I’ve started full tcp/ip as in:

io-net -dne2000 -p tcpip

but when I try to mount:

mount -t nfs -vvvvv solaris:/export/home/0/pj /home/pj

Parsed: mount from [solaris:/export/home/0/pj] mount on [/home/pj] type
[nfs]
exec: mount_nfs solaris:/export/home/0/pj /home/pj
Failed with external mounts, trying internal mount
Type [nfs] Flags 0x00000000
Device [solaris:/export/home/0/pj] Directory [/home/pj]
Options []
mount: Can’t mount /home/pj (type nfs)
mount: Possible reason: Invalid argument

regards


Per Åkesson
Carmenta AB
SWEDEN


Joerg Hering

e-mail: jhering@avecs-bergen.de
privat: hering.ruegen@t-online.de


Avecs Bergen GmbH
Billrothstrasse 11a
D-18528 Bergen auf Ruegen


Tel.: +49 3838 2119101
Fax: +49 3838 2119105
URL: http://www.avecs-bergen.de


Jörg Hering wrote:

after io-net you must start (rc.d …)

  1. inetd
  2. fs-nfs2

then you can mount your NFS-Drive

Thanks, it works.

Didn’t know about the fs-nfs2 thing.


regards


Per Åkesson
Carmenta AB
SWEDEN