Hi,
Something happened so I can no longer mount my /dev/hda.
cfdisk shows:---
Disk Drive: /dev/hda
Size: 5250011136 bytes
Heads: 255 Sectors per Track: 63 Cylinders: 638
Name Flags Part Type FS Type [Label] Size (MB)
--------------------------------------------------------
hda1 Boot Primary FAT16 [MS-DOS_6 ] 494.97*
hda2 Primary Linux swap 50.81*
hda3 Primary Linux ext2 838.98*
hda5 Logical Linux 2143.90*
hda6 Logical Linux ext2 1719.09
hda5 was a RH6.2 instalation (before problem).
As is hda6, which is now 'seeing' it.
Note the 'slightly' different "FS Type" seen by cfdisk.
e2fsck /dev/hda5 shows:-
e2fsck 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09
Couldn't find ext2 superblock, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/hda5
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
--------
and e2fsck -b 8193 /dev/hda5 shows the same.
--------
and then: debugfs /dev/hda5 shows:-
debugfs 1.18, 11-Nov-1999 for EXT2 FS 0.5b, 95/08/09
/dev/hda5: Bad magic number in super-block while opening filesystem
debugfs: <- awaiting input ??
The use of debugfs apparently needs an in-depth knowledge of ext2 ?
Can I fix my /dev/hda5 ?
Thanks for any ideas/info.
-- Chris Glur.