*BSD News Article 17488


Return to BSD News archive

Newsgroups: comp.os.386bsd.questions
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!xlink.net!math.fu-berlin.de!uniol!tapir.NOC.FH-Lippe.DE!bi-link.owl.de!martin
From: martin@bi-link.owl.de (Martin Husemann)
Subject: Mount NetBSD from System V R4 won't work?
Organization: IN - individual network, Ostwestfalen-Lippe, FRG
Date: Thu, 24 Jun 1993 12:14:32 GMT
Message-ID: <C94Ko9.488@bi-link.owl.de>
Lines: 30


I am trying to mount the disks of my NetBSD 0.8 System from a
System V R4 (ESIX 4.0.4) box. I have NFSCLIENT and NFSSERVER 
options in my kernel config-file, and NFSSERVER=yes in /etc/netstart.

I am able to mount the ESIX Disks from the BSD System, but not vice versa:

> [/tmp] root > mount -F nfs 192.109.248.44:/ /mnt
> 
> nfs mount: get_addr: (host 192.109.248.44, prog 100003, vers 2) not found on any transport

Using the hostname gives the same (I tried it by IP adress since the SVR4 known-
bugs-list states a problem with the resolver and NFS mounts [but resolver.so isn't
configured in my system]). On the BSD system, rpcinfo gives:

> [/tmp] root > rpcinfo -p
>    program vers proto   port
>     100000    2   tcp    111  portmapper
>     100000    2   udp    111  portmapper
>     100005    1   udp    653  mountd
>     100003    2   udp   2049  nfs
>     100003    2   tcp   2049  nfs
>     100008    1   udp   1030  walld

What am I doing wrong?


Martin
-- 
"In computer languages, beauty is only scan deep"    -    Larry Wall