Subject: Re: [vserver] Problem with bind mount
From: Jeff Jansen <jeff.jansen@kkoncepts.net>
Date: Wed, 19 Aug 2009 19:37:11 +0800

Erdem Bayer <ebayer@bayer.gen.tr> wrote on 2009-Aug-19:
> Can anyone help me on why secure-mount is writing the error message but mounts the
fstab entries anyway?

>>> /iscsi/www /var/www bind bind 0 0

I think it may be your syntax.  The first "bind" is in the filesystem type slot
and "bind" is not a valid option there, I don't think.  Try making it

/iscsi/www /var/www auto rbind 0 0

or put in the actual filesystem type and see if it's happier.

HTH

Jeff Jansen