Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 1997 08:13:50 +0100 (MET)
From:      Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
To:        Shimon@i-Connect.Net (Simon Shapiro)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: 2.2-BETA Questions
Message-ID:  <199701280713.IAA03145@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: <XFMail.970124202122.Shimon@i-Connect.Net> from Simon Shapiro at "Jan 24, 97 07:18:56 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Simon Shapiro wrote:
> 2.  Assunming #1 is true, listen to this (Network Failure System; AKA NFS)
>     scenario:
> 
>     *  Linux NFS server, Debian 1.2, Kernel 2.0.27, etc. (nomis)  with this
>        in /etc/exports:
> 
>           /usr/src/FreeBSD    sendero.i-connect.net(rw,no_root_squash)
> 
>     *  FreeBSD 2.2-BETA client doing:
> 
>          # mkdir /NewStuff
>          # mount -t nfs -o ro nomis;/usr/src/FreeBSD /NewStuff

Should be
           # mount -t nfs -o ro,resvport nomis:/usr/src/FreeBSD /NewStuff

tg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701280713.IAA03145>