Excluding the root fs (which probably isn't involved in these sorts of
things anyways), you can always turn off the "RECOVERY" flag on the
filesystem and mount ext3 as ext2, which will not do any recovery.
> 5. You're sharing the disk via:
> VMWare (multiple OS instances on 1 computer)
> passive backplane (multiple computers on 1 bus)
> PCI bridge (multiple computers w/ connected buses)
> SCSI/FC/FireWire (multiple computers sharing device)
>
> The merit of #5 is reduced but not quite obviated by the fact that
> it's generally unsafe to share a disk if even one party is writing to it.
Very true. Any changes made by the writer will not be noticed by the
reader if it has already cached those pages. Best to use a cluster
filesystem in all of these cases.
Cheers, Andreas
-- Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto, \ would they cancel out, leaving him still hungry?" http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/