On Thu, 2007-08-30 at 14:07 -0700, Hua Zhong wrote:
Which is better than having it fail silently, or giving you a mount with
the wrong mount options.
If you need to mount the same filesystem with incompatible mount options
on the same client, then there is a new mount option "nosharecache",
which enables it.
The new option is there in order to make it damned clear to sysadmins
that this is a dangerous thing to do: mounts which don't share the same
superblock also don't share the same data and attribute caches. Any file
or directory which appears in both mounts had better only be used by one
application at a time or be using an appropriate locking scheme.
Trond
-