[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Finding file with bad block
From: |
davidn |
Subject: |
Re: Finding file with bad block |
Date: |
Sat, 14 Sep 2002 17:47:27 +0930 (CST) |
> how do I find out what file contains sector 8769977 so I know what I
> need to restore?
Normally I would have answered with a discussion on file systems, block
translations, and such. But I've just had a very hard week topped off
with a little too much "relaxant", so I'll suggest:
find /mnt/disk -type f -exec cat \; > /dev/null
(Unless it's a directory, in which case this'll probably still work,
but for different reasons.)