On Fri, Oct 30, 2009 at 02:31:46PM +0900, Kusanagi Kouichi wrote: > A readonly bind mount needed to be created in 2 steps > > # mount --bind > # mount --bind -o remount,ro > > instead of single > > # mount --bind -o ro > > because MS_RDONLY is ignored in bind and not remount case. I'm pretty sure that was intentional, but I don't remember why anymore. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html