Subject: Re: Can't delete exports messages?
To: None <current-users@netbsd.org>
From: Michael van Elst <mlelstv@serpens.de>
List: current-users
Date: 12/04/2005 10:53:45
netbsd@lists.veego.de (Bernd Ernesti) writes:

>why do I get this kind of messages when I try to do a mount operation:
> mountd[662]: Can't delete exports for /kern
> mountd[662]: Can't delete exports for /proc

mountd was recently changed. Previously it only sets the export list
for a hardcoded list of filesystem types, now everything is passed
to the kernel which reponds with EOPNOTSUPP for filesystems that
do not support NFS exports. mountd should ignore that error.