LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   fedora 5, hardrive error/ bad block ? help please :) (https://www.linuxquestions.org/questions/fedora-35/fedora-5-hardrive-error-bad-block-help-please-456323/)

lizard_king825 06-19-2006 03:15 PM

fedora 5, hardrive error/ bad block ? help please :)
 
my fedora froze, the hardrive failed, after i tryed to reboot on reboot i got this message:

booting fedora core (2.6.16-1.2111_fc5)
root (hd0,0)
filesystem type is ext 2fs, partition type 0x83
kernel /umlinuz-2.6.16-1.2111_fc5)
ro root-/dev/ volgroup00/logvol00
vhgb quite
[linux bz image, setup=0x1e00, size=0x16ea4a]
initrd / initrd-2.6.16-1.2111_fc5.img
[linux-initrd@0x37e54000,0x19b765 bytes]
uncompressing linux... ok,
booting the kernel...
red hat nash version 5.0.32
starting
reading all physical volumes,
this may take a while
found volume group "volgroup00"
using meta data type lvm2
2 logical's volumes in volume group "volgroup00"
now active
ext3-fs error (device dm-0):
ext3_get_inode_loc: unable to read inode block-inode=8,block=1031
ext3-fs: invalid jorual inode,
mount : error mounting /dev/root on sysroot as ext3 : invaild argument
setup root: moving /dev failed: no such file or directory
setup root: error mounting /proc : no such file or directory
setup root : error mounting /sys: no such file or directory
kernel panic : mount failed:
kernel panic- not syncing:
attemped to kill inti


i then tryed using the rescue cd
when detecting fedora, it told me no linux partitions found

then i install the hardrive as jumper as slave
on a spare hardrive with fc5 on it, i then did
/sbin/fdisk -l
it showed the hardrive thier, but couldnt figure out how to mount it? it told me needed file extention

their is a few files / notes i would like to get off the hardrive if at all possible?
any help or ideas would be greatly helpfull.
thank you

Gethyn 06-20-2006 07:54 AM

Quote:

Originally Posted by lizard_king825
"it told me needed file extention"

You might need to explain this point a little further! Did you try the 'mount' command? 'man mount' will tell you a bit about how to use it. If you tried it and it didn't work, what was the exact error message you got?

lizard_king825 06-20-2006 12:49 PM

mounting help
 
ok here is my drives info:

/sbin/fdisk -l

Disk /dev/hda: 20.5 GB, 20547841536 bytes
255 heads, 63 sectors/track, 2498 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 2498 19960762+ 8e Linux LVM

Disk /dev/hdb: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 7297 58508730 8e Linux LVM

the drive i would like to mount is /dev/hdb2
i try to mount it this is what it says:

mount /dev/hdb2 /mnt/60gig
mount: you must specify the filesystem type

thanks

Gethyn 06-20-2006 05:58 PM

Try
Code:

mount -t ext3 /dev/hdb2 /mnt/60gig
As it says, it needs to know the filesystem type. I'm guessing it's ext3, because that's the default for Fedora 5.


All times are GMT -5. The time now is 08:10 AM.