On Jun 01, 2007 10:46 +0200, Andi Kleen wrote: > Kalpak Shah <kalpak@xxxxxxxxxxxxx> writes: > > There have been reported instances of a filesystem having been > mounted at 2 places at the same time causing a lot of damage to the > filesystem.... The superblock will have a block number (s_mmp_block) > which will hold a MMP structure which has a sequence number which will be > periodically updated every 5 seconds by a mounted filesystem. > > That will make laptop users very unhappy if you spin up their disks every > 5 seconds. And even on other systems it might reduce the MTBF if you > write the super block much more often than before. It might be better to > set it up in some way to only increase that number when the super block is > written for some other reason anyways. It was mentioned before but deserves mentioning again that this will be an optional feature, mostly for use on SANs, iSCSI, etc where a disk might be accessed by multiple nodes at the same time. That means there will not be any impact for desktop users waiting 10s for each of their filesystems to mount. Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html