i have installed a gentoo system on a SAMSUNG 200GB SATAII HD using a ext3 fs. everything worked fine till yesterday, when the booting screen showed me that it cant mount the root fs. (dont know why, becouse i did nothing change the day before)
so i booted from a cd and tried to repair the fs. but without success...
e2fsck gives a lot:
Code: Select all
Inode 2545 has imagic flag set. Clear<y>? yes
Inode 2546 is in use, but has dtime set. Fix<y>? yes
Inode 2546 has imagic flag set. Clear<y>? yes
Inode 2548 was part of the orphaned inode list. FIXED.
Inode 2548 has imagic flag set. Clear<y>? yes
Inode 2549 is in use, but has dtime set. Fix<y>? yes
Inode 2549 has imagic flag set. Clear<y>? yes
Inode 2550 is in use, but has dtime set. Fix<y>? yes
Inode 2553 was part of the orphaned inode list. FIXED.
Inode 2553 has imagic flag set. Clear<y>? yes
Inode 2554 is in use, but has dtime set. Fix<y>? yes
Code: Select all
root@slax:~# mke2fs -n /dev/sda
mke2fs 1.35 (28-Feb-2004)
/dev/sda is entire device, not just one partition!
Proceed anyway? (y,n)
root@slax:~# mke2fs -n /dev/sda1
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
12222464 inodes, 24418792 blocks
1220939 blocks (5.00%) reserved for the super user
First data block=0
746 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Code: Select all
e2fsck -b 23887872 /dev/sda1
e2fsck 1.35 (28-Feb-2004)
Superblock has a bad ext3 journal (inode 8).
Clear<y>?
is there any chance to repair the system? this would be very very great...

