Re: ext3 lvm disk Journal has aborted



a staggered into the Black Sun and said:
The lvm file system looks corrupt.

? Did you mean "The lvm2 metadata has been corrupted"? Or did you mean
"The filesystem on an LV has been corrupted"?

I [made] the file system [with] mkfs -j. How come the system will see
it as ext2?

All ext3 filesystems are also ext2 and can be mounted and used as ext2
without problems. Backwards combatability, y'know.

faz2 kernel: EXT3-fs error (device dm-2) in start_transaction: Journal
has aborted

There's something wrong with device 2 in device-mapper. This device
node is probably an LV. /dev/mapper/vg-usr on my system has major,minor
253,2 , so if I saw this sort of problem, the first thing I'd do is
umount and e2fsck /dev/mapper/vg-usr .

pvdisplay
PV Name /dev/sdb1
[snip]
fsck -t ext3 /dev/sdb1

Why are you fscking a PV? PVs don't contain filesystems. LVs do. You
should read and understand the LVM HOWTO before proceeding.

--
I think I'll go hold my head under a bucket of vodka until I feel
better.
--localroger on kuro5hin.org, 06/26/2003
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
.



Relevant Pages

  • Re: Filesystem of choice for a Linux/FreeBSD shared backup disk?
    ... I have an EXT2 USB flash drive on a FreeBSD system, ... Any filesystem that can handle data from both BSD and Linux without too ... UFS1 filesystems with it, ...
    (freebsd-questions)
  • Re: Read RAID1 drive member without 3ware RAID controller
    ... Well, if they can read ext2, then they can probably easily ignore ... >Apparently, the mirror was down for months, but when the master hard ... If you lost your mirror disk, it's not odd at all that when the ... other disk goes, so go your filesystems. ...
    (comp.periphs.scsi)
  • ext2/ext3, sync/async filesystems, data hygiene
    ... I'm thinking of switching from ext3 back to ext2 because the wiping ... srm) aren't supposed to work on journaled ... I notice that the BSD people normally use synchronous filesystems and ...
    (Debian-User)
  • Re: [SLE] SPAM:
    ... and ext2 on another? ... I've never been successfully able to use resierfs for more than a few ... I had a problem running *adjacent* ext3 and reiserfs partitions on the same ... When I distributed the filesystems to partitions on different ...
    (SuSE)
  • Re: Collapse ext2 and 3 please
    ... I include ext3 in the kernel make ext2 a module? ... Helge Hafting wrote: ... > of existing filesystems, and a single fsck. ...
    (Linux-Kernel)