Guolin,
Guolin Cheng wrote:
Hi,
I have an ext3 file system question for a while: How to obtain failed file (inode) from LBA section reported by Linux kernel? The following lines are a simple example:
... FCbox1: Nov 1 04:08:59 FCbox1 kernel: hda: dma_intr: status=0x51 { DriveReady SeekComplete Error } FCbox1: Nov 1 04:08:59 FCbox1 kernel: hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=165843413, high=9, low=14848469, sector=129761360 ...
I could be wrong, but to me it seems your harddisk is dying :-(
I'd like to know the tools|commands(&subcommands) used to do the translation below, any help are greatly appreciated.
LBA section == ?? => logical sector in partition == ?? => block == ?? => inode in ext3 fileSystem == find|ls => filename.
Can't be much of a help w/this, but maybe smartmontools will tell you more
http://smartmontools.sourceforge.net/
Thanks a lot.
--Guolin
Alex