> 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.