Subject: Re: Tearing out my hair over exports(5)
To: NetBSD Help <netbsd-help@netbsd.org>
From: None <xs@kittenz.org>
List: netbsd-help
Date: 03/13/2002 22:34:15
on Wed, Mar 13, 2002 at 01:48:45PM -0600, Frederick Bruckman wrote:
> Are "/usr/home" and "/usr/local/net" on the same file system? If so,
> then they cannot have different export options. (That's what the first
> sentence of exports(5), Section "BUGS" is trying to say.)

Does a nullfs hack work?
eg,

mount -t null /usr/home /export/home
mount -t null /usr/local/net /export/net

then refer to them as /export/home and /export/net in /etc/exports?
(purely a guess..)