> > scsi1: MEDIUM ERROR on channel 0, id 3, lun 0, CDB: Read (10) 00 00 67 1d 
> > 07 00 00 80 00
> > Info fld=0x671d24, Current sd08:14: sense key Medium Error
> > Additional sense indicates Unrecovered read error
> > scsidisk I/O error: dev 08:14, sector 6033200
> >
> > this is repeated several times on the screen and is followed by:
>
> well I dont now if thsese are bad or not

If there is a sector 6033200 on that disk (i.e. the disk capacity is
larger than 3 GB), this is BAD and means you've got a defect block on the
disk.


> > Error reading block 754150 (attempt to read block from filesystem resulted 
> > in short read) while doing inode scan.

That's usually due to filesystem metadata being overwritten by random
garbage. Doesn't mean all your data are lost, you just need to sit though
a lenthy manual filesystem repair session. I've had pretty bad looking
e2fs crashes and could still recover the bulk of my system.

inodes that cannot be assigned to a particular file anymore can be found
in /lost+found at the root level of each partition. Examine these files
carefully to see if they contain anything worth recovering.

        Michael

Reply via email to