Recently, when I booted my ubuntu partition, I recieved an Initramfs error. I followed the directions in this post:
However, when I ran the command:
sudo fsck /dev/sdb1
(As a side note, my ubuntu partition is on sdb) I recieved another error saying:
ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
fsck.ext4: Group descriptors look bad... trying backup blocks...
Journal superblock has an unknown incompatible feature flag set.
Abort <y>?
I type no and the next thing says:
Journal superblock is corrupt
Fix<y>?
Next comes a series of y to fix this issue.
My question is this, is there a better method to fix a corrupt superblock? Or does this mean I need to reinstall ubuntu 14.04?