Subject: NFS problem
To: None <netbsd-users@NetBSD.org>
From: Mats <netbsd@comhem.se>
List: netbsd-users
Date: 10/06/2006 22:20:21
Hi
I have some trouble setting up an nfs-server under NetBSD 3.0.1.
It works fine with this in my /etc/exports
/usr -ro myclient

But with this ...
/usr/local/export -maproot=root -alldirs myclient
...I get a wrong-message that says :
mountd [510]: "/usr/local/export -maproot", line;: Could not
remount /usr/local/export: Invalid argument.

It works if I set up a partition with the name /usr/local/export,
but I know it should work without that.
I have tried changing the chmod, chgrp and chown but that doesn't
change anything. Must there be something in my fstab?

/Regards