I erroneously restarted my server before completing a filesystem resize. Here's the command that ran successfully before restarting:
lvresize -L -400GB /dev/mapper/vg_yavin-lv_home
At boot, I get this error
/dev/mapper/vg_yavin-lv_home: UNEXPECTED INCONSITENCY run fsck MANUALLY
When I attempt fsck -y /dev/mapper/vg_yavin-lv_home
, I get this:
e2fsck 1.41.12 (17-May-2010)
Error reading block 63471616 (Invalid argument). Ignore error? yes
Force rewrite? yes
Error writing block 63471616 (Invalid argument). Ignore error? yes
Superblock has an invalid journal (inode 8).
Clear? yes
*** ext3 journal has been deleted - filesystem is now ext2 only ***
Superblock has_journal flag is clear, but a journal inode is present.
Clear? yes
The filesystem size (according to the superblock) is 127047680 blocks
The physical size of the device is 22190080 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort? yes
Error writing block 63471616 (Invalid argument). Ignore error? yes
If I comment out that filesystem in fstab, I can boot, but is there a way to recover that filesystem?