If the segfault is related to a bad superblock you can restore from an alternate superblock with e2fsck -b <superblock> To find out which blocks are superblocks, do a mke2fs -n (dry run) on it, using the blocksize the filesystem currently uses
Volker Kuhlmann wrote: >>We fixed this by booting from a floppy and running e2fsck. Does anyone >>know if there is any difference between fsck.ext2 and e2fsck? >> > >There is no difference. They are hardlinked. As my hardlink count is 3, >there must be a third name of it also. > >Volker >
