[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ext3 mount failing due to bad superblock.



On 2013-11-09, darkestkhan <darkestkhan@gmail.com> wrote:

> I created ext3 on sda1 (using mke2fs -j) and it worked for last 20 days.
> But after tiday reboot it stopped working - if it would be bad entry in fstab
> I would still be able to mount it by hand, but I can't. I have some data
> on it that I would rather not lose (I don't have enough space to make backups
> of everything). Here is dmesg | tail output:
>
> "
> [  500.130158] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
> "

Is this of any help?

http://linuxexpresso.wordpress.com/2010/03/31/repair-a-broken-ext4-superblock-in-ubuntu/

Summary:

Says to do:

mke2fs -n /dev/sda1

to discover where the superblock backups are stored
then to replace the bad superblock

e2fsck -b block_number /dev/sda1

'block_number' being the first backup block number in the mke2fs -n
output.

Excuse me if this is all off the mark.







Reply to: