v9 0_o wow time lag.
-b superblock
Instead of using the normal superblock, use an alternative superblock specified by superblock. This option is
normally used when the primary superblock has been corrupted. The location of the backup superblock is depen-
dent on the filesystem's blocksize. For filesystems with 1k blocksizes, a backup superblock can be found at
block 8193; for filesystems with 2k blocksizes, at block 16384; and for 4k blocksizes, at block 32768.
vs your 32768, wow. you exceeded the limit of blocks. the ideal value is 8193
e2fsck -f -b 32768 /dev/hda6 -> are you sure / is in /dev/hda6? i have never seen anyone till now and neither have i gone installing /root in /dev/hda6.
e2fsck -fy -b 8193 /dev/hda6
e2fsck -p -b 8193 /dev/hda6
let us know.
|