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’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.
Thanks a lot.
--Guolin