Subject: Re: NFS troubles
To: Technolord <l.raiser@deathsdoor.com>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 03/29/2000 15:52:11
On Wed, Mar 29, 2000 at 01:17:33PM +0200, Technolord wrote:
> 
> (1.4.1/i386, maybe in the new version it's fixed?)
> I (or, better, my more expert roommate) have tried to get NFS up and
> running, not troublelessly:
> the aim was to export .30:/ (yes, the root :) and access everything
> (also mounts) from the other drive.
> The / gets mounted correctly, but not the other local mounts (i have a
> .30:/e which is a mount point for wd0e, and the contents don't get seen
> over NFS)

Unlike Linux exorts don't cross filesystems mount point, so you have
to export every filesystems.

> 
> Also, trying to mount .30:/ without the mountd running on .30 caused the
> entire (mounting) system to stand idle (no keyboard response, no network
> interoperability... that is, stuck) even other terminals do nothing, no
> even logins... I tried it n times (n belonging to N, n big enough ;)
> with the same results... bug?

Maybe, I've never noticed this. Starting mountd on the server should make
the client recover at last.

> AND, if in the nsfd I do NOT specify -t and/or -u, no port is actually
> opened. Wasn't expected behaviour to open udp port? Or, is it opened but
> I misconfigured something? :-?

From the man page you have to specify -t to serve TCP NFS client and -u to
serve UDP nfs client. If you don't specify -t or -u it doens't serve anything,
this is coherent :)

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--