Subject: re: NFS exports
To: None <tech-kern@netbsd.org>
From: None <rick@snowhite.cis.uoguelph.ca>
List: tech-kern
Date: 05/25/2004 13:57:48
> Can I mark my filesystem as not NFS exportable (by design) and not
> implement that funcationality?

If NetBSD is like the other BSDen, exporting is done by mountd.c and
it has to know about the file system type to do it. (In other words,
it won't export by default.)

rick
ps: You could take a look at mountd.c and see what it does.