Assuming you have IDE drives, it sounds like a write caching problem. This problem is amplified with the large caches on newer drives. A sudden power down causes the the data is the cache to be lost. The kernel doesn't know this has occured, because the drive lies, and claims that the cache has been flushed, resulting in file system _and_ journal corruption. Try the tests again with write caching off. You can do this with "hdparm -W0 /dev/hdX" Jord Tanner On Wed, 2004-01-14 at 15:43, Kai Weber wrote: > * Heinz Mauelshagen <mauelshagen@redhat.com>: > > > > system. I have XFS and ext3 partitions. I would like to know, if it is a > > > LVM problem. > > > > No. > > Strange! If I do the test on my /boot partition, which is no LVM > partition, the journal is recovered and the files are not corrupt. > > Any suggestions (if it is no LVM problem) where I could ask about it? > > Regards, -- Jord Tanner <jord@indygecko.com> _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/