View previous topic :: View next topic |
Author |
Message |
mody Apprentice
Joined: 01 Oct 2004 Posts: 176
|
Posted: Thu Mar 10, 2005 7:57 am Post subject: [SOLVED] e2fsck error:Couldn't find ext2 superbloc.. |
|
|
// SOLVED there was some corruption on dev/hda6.. thanks for the tip.
Code: | # e2fsck /dev/hda
e2fsck 1.35 (28-Feb-2004)
Couldn't find ext2 superblock, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/hda
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device> |
I get this error at boot up too. but everything seems fine... this same machine had FC3 and WinXP dual booting for over a year. I tried a gentoo install 4 months ago on this machine and I had the same problems, only they were a lot more severe. This seems to be the case only with Gentoo? Can 'hdparam' help in any way? I'm pretty sure the HDD is fine. Its a Toshiba A10. Has udev got anything to do with it?
Last edited by mody on Thu Mar 10, 2005 8:33 am; edited 1 time in total |
|
Back to top |
|
|
yottabit Guru
Joined: 11 Nov 2002 Posts: 313 Location: Columbus, Ohio, US
|
Posted: Thu Mar 10, 2005 8:10 am Post subject: |
|
|
Hum....
First, it's specifying a drive instead of a partition, e.g. /dev/hda instead of /dev/hda1. (Check your /etc/fstab?)
Second, ext2 and ext3 are virtually the same, only ext3 has a journal. You can mount an ext3 as ext2 (but obviously without the benefit of the journal).
J _________________ Play The Hitchhiker's Guide to the Galaxy! |
|
Back to top |
|
|
Rithe n00b
Joined: 30 Aug 2004 Posts: 26
|
Posted: Thu Mar 10, 2005 8:03 pm Post subject: |
|
|
I am actually getting the same thing when I boot now. I just updated my system, and started getting that error. It looks to me like it is trying to run fsck on /dev/BOOT. I don't actually have a directory or link for this, is this why I'm getting that error? I had a lot of updates, so I'm guessing something got changed in the fsck program possibly. |
|
Back to top |
|
|
mody Apprentice
Joined: 01 Oct 2004 Posts: 176
|
Posted: Fri Mar 11, 2005 7:01 am Post subject: |
|
|
Rithe wrote: | I am actually getting the same thing when I boot now. I just updated my system, and started getting that error. It looks to me like it is trying to run fsck on /dev/BOOT. I don't actually have a directory or link for this, is this why I'm getting that error? I had a lot of updates, so I'm guessing something got changed in the fsck program possibly. |
edit your /etc/fstab to your actual partitions... you must have done an etc-update and overwritten it. Also chech the instructions on UDEV regarding the kernel configurator for conflicting options. This information isnt adequately treated in the handbook as yet. |
|
Back to top |
|
|
|