Hi,

> To know the alternate block number I ran following command:
> mke2fs -n /dev/hda9

Superblocks are located every 8K+1, starting at 1.  So you have
superblocks at 8193, 16385, etc.

> I have tried rescue mode and used alternative superblock to run:
> e2fsck -b 32564 /dev/hda9
> It does checks and asks for fixing the block. I say yes and then
reboot.
>
> However, the Boot process stucks at "Starting System Logger". I
press Ctrl+Alt+Del and system reboots. But again it

I came across a similar issue on a firewall running EXT2 that had been
shutdown incorrectly.  I initially ran `e2fsck -b 16385 /dev/hda9` and
then ran `e2fsck -vy /dev/hda9` a couple times to ensure all was well.

It's probably a good idea to check your other file systems for
corruption while your at it.  You can view a list of all your
partitions by typing the following: `fdisk -l`

Hope that helps.

Regards,
 Avinesh




_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to