Subject: Re: bin/8727: can't mount all nfs filesystems at once with noauto in fstab
To: Heiko W.Rupp <hwr@pilhuhn.de>
From: Charles M. Hannum <root@ihack.net>
List: netbsd-bugs
Date: 11/02/1999 18:03:15
This is how `mount -a' is documented and works on every other system I
know.  In fact, it's desirable behavior; the whole point is to make
things like `/cdrom' noauto, so you have a convenient shorthand for
mounting them.  (On other systems, this is also used by a setuid
mount(8) to allow mortals to mount some file systems.)

I don't see what the problem is.