e2fsck -b 8193 /dev/hda4

Does mke2fs always put a backup superblock at 8193? Last I heard, its algorithm was pretty wyrd (all powers of 3 and 5, times some large factor that varies with the size of the drive). There isn't even a "mke2fs --dry-run" that tells you where it's putting them.

Peter