Subject: Re: 2 questions about nfs
To: Wojciech Puchar <wojtek@tensor.3miasto.net>
From: Ron Roskens <roskens@elfin.net>
List: netbsd-users
Date: 04/09/2003 15:08:12
On Wed, 9 Apr 2003, Wojciech Puchar wrote:

> what can i have wrong in this export file?
>
>
> /usr/local/XterminalBSD -maproot=root -ro -network 10.255.246 -mask 255.255.255.0
                                                     ^^^^^^^^^^ should be 10.255.246.0 ???

> /var/Xterminals/00a024831731 -network 10.255.246.0 -mask 255.255.255.0 -maproot=wojtek
>
>
> i get:
> Non-unique normal route, mask not entered
>
> each load/reload of mountd, while everything works
>
>
> another question
>
> how to make -alldirs work?
>
> i tried
>
> /var/Xterminals -alldirs -network 10.255.246.0 -mask 255.255.255.0 -maproot=wojtek

Is /var/Xterminals a mount point on the NFS server? It must be to use the
-alldirs.

Ron