Re: Linux can use a mountpoint for 2 Filesystems

Andries.Brouwer@cwi.nl
Tue, 20 Nov 2001 19:41:33 GMT


hpa:

> There are real reasons to overmount a filesystem. It's getting to be
> a usability problem, probably because Linux (UNLIKE MOST OTHER UNIXES)
> didn't allow it until just recently. This change caused some
> problems, including with the automount daemon. I would like to see an
> option to mount(8) to allow it, by default disallow by policy.

mount(8) does not necessarily have such information:
/etc/mtab is just a random file with random contents,
and /proc/mounts need not exist.

The cleanest way to do what you suggest would be to make the kernel
refuse an overmount unless the mount(2) flags included the
"overmount" flag.

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/