* bad blocks on disk. Which files are damaged?
@ 2005-08-14 17:25 Fionn Behrens
2005-08-15 9:30 ` Vladimir V. Saveliev
0 siblings, 1 reply; 6+ messages in thread
From: Fionn Behrens @ 2005-08-14 17:25 UTC (permalink / raw)
To: reiserfs-list
Hello all...
I have a harddisk here which developed bad blocks. It is quite large and
only a few blocks seem to be affected. I ran several scans wirh the
"badblocks" tool and got a map of defective blocks out of this. Now I'd
really like to find out which files on the Reiser3.6 FS on the defective
disk are probably damaged.
Is there a way or maybe even a HowTo to tell this without huge effort?
Maybe even some kind of script or tool?
best regards,
Fionn
--
I believe we have been called by history to lead the world.
G.W. Bush, 2002-03-01
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: bad blocks on disk. Which files are damaged?
2005-08-14 17:25 bad blocks on disk. Which files are damaged? Fionn Behrens
@ 2005-08-15 9:30 ` Vladimir V. Saveliev
2005-08-15 10:27 ` Sander
2005-08-15 11:07 ` Fionn Behrens
0 siblings, 2 replies; 6+ messages in thread
From: Vladimir V. Saveliev @ 2005-08-15 9:30 UTC (permalink / raw)
To: Fionn Behrens; +Cc: reiserfs-list, Vitaly Fertman
Hello
Fionn Behrens wrote:
> Hello all...
>
> I have a harddisk here which developed bad blocks. It is quite large and
> only a few blocks seem to be affected. I ran several scans wirh the
> "badblocks" tool and got a map of defective blocks out of this. Now I'd
> really like to find out which files on the Reiser3.6 FS on the defective
> disk are probably damaged.
> Is there a way or maybe even a HowTo to tell this without huge effort?
You might want to look at
http://namesys.com/bad-block-handling.html
I believe it is in uptodate state. Yes, Vitaly?
> Maybe even some kind of script or tool?
>
> best regards,
> Fionn
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bad blocks on disk. Which files are damaged?
2005-08-15 9:30 ` Vladimir V. Saveliev
@ 2005-08-15 10:27 ` Sander
2005-08-15 11:07 ` Fionn Behrens
1 sibling, 0 replies; 6+ messages in thread
From: Sander @ 2005-08-15 10:27 UTC (permalink / raw)
To: Vladimir V. Saveliev; +Cc: Fionn Behrens, reiserfs-list, Vitaly Fertman
Vladimir V. Saveliev wrote (ao):
> You might want to look at
> http://namesys.com/bad-block-handling.html
>
> I believe it is in uptodate state. Yes, Vitaly?
===
Last modified: Sat Nov 1 19:24:19 2003 (maintained by Vitaly Fertman
vitaly@namesys.com).
This document is available at http://namesys.com/bad-block-handling.html
===
--
Humilis IT Services and Solutions
http://www.humilis.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bad blocks on disk. Which files are damaged?
2005-08-15 9:30 ` Vladimir V. Saveliev
2005-08-15 10:27 ` Sander
@ 2005-08-15 11:07 ` Fionn Behrens
1 sibling, 0 replies; 6+ messages in thread
From: Fionn Behrens @ 2005-08-15 11:07 UTC (permalink / raw)
To: reiserfs-list
[-- Attachment #1: Type: text/plain, Size: 921 bytes --]
On Mo, 2005-08-15 at 13:30 +0400, Vladimir V. Saveliev wrote:
> You might want to look at
> http://namesys.com/bad-block-handling.html
>
> I believe it is in uptodate state. Yes, Vitaly?
thanks for the link. The page has not been updated recently it seems but
it has some good advice. I must admit, though, that I'd rather like to
find out the defective files first and try to copy all unaffected files
BEFORE I do an fsck. Because I am afraid I could lose pointers to
otherwise unharmed files during a --rebuild-tree.
None of the tools on that page seems to be able to just point out which
files could be damaged from the badblocks list... and that was my
initial problem.
best regards,
Fionn
--
"We view Intellectual Property theft as a threat
to our national security," (http://beam.me.to/?iptheft-terrorism)
*** David Israelite, Ashcroft Deputy and Chief of "US DOJ IP Task Force"
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bad blocks on disk. Which files are damaged?
@ 2006-04-05 15:12 el jeskynar
2006-04-05 15:20 ` Vladimir V. Saveliev
0 siblings, 1 reply; 6+ messages in thread
From: el jeskynar @ 2006-04-05 15:12 UTC (permalink / raw)
To: reiserfs-list
Hello,
I never did see an answer to the original poster's question:
"I'd really like to find out which files on the Reiser3.6 FS on the
defective
disk are probably damaged."
The bad-block-handling document doesn't seem to cover this,
how can one find out the names of files containing bad blocks?
I've seen mention of icheck and ncheck tools but 1) I can't find
them, and 2) I presume they would not work with reiserfs unless
specifically written so.
Thank you!
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bad blocks on disk. Which files are damaged?
2006-04-05 15:12 el jeskynar
@ 2006-04-05 15:20 ` Vladimir V. Saveliev
0 siblings, 0 replies; 6+ messages in thread
From: Vladimir V. Saveliev @ 2006-04-05 15:20 UTC (permalink / raw)
To: el jeskynar; +Cc: reiserfs-list
Hello
On Wed, 2006-04-05 at 15:12 +0000, el jeskynar wrote:
> Hello,
>
> I never did see an answer to the original poster's question:
>
> "I'd really like to find out which files on the Reiser3.6 FS on the
> defective
> disk are probably damaged."
>
> The bad-block-handling document doesn't seem to cover this,
> how can one find out the names of files containing bad blocks?
>
I guess that such files will get listed by the below command:
find -type f -exec cat {} > /dev/null \;
> I've seen mention of icheck and ncheck tools but 1) I can't find
> them, and 2) I presume they would not work with reiserfs unless
> specifically written so.
>
> Thank you!
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today - it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-04-05 15:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-14 17:25 bad blocks on disk. Which files are damaged? Fionn Behrens
2005-08-15 9:30 ` Vladimir V. Saveliev
2005-08-15 10:27 ` Sander
2005-08-15 11:07 ` Fionn Behrens
-- strict thread matches above, loose matches on Subject: below --
2006-04-05 15:12 el jeskynar
2006-04-05 15:20 ` Vladimir V. Saveliev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.