bug-ddrescue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trimmed, scraped, etc


From: Antonio Diaz Diaz
Subject: Re: Trimmed, scraped, etc
Date: Tue, 21 Jul 2020 18:02:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

David Morrison wrote:
So could I suggest that these terms be included in section 2 of the
manual, Basic Concepts.

Sure. Or in an overview section in the chapter 'Algorithm' itself.

I have tried to define the terms for my own use in a general way. Are
they correct?

Copying: Copies blocks, skipping those that return an error or are slow.
May skip way beyond the problem block to escape extended faults???

Yes.

Trimming: For each skipped block, reads from the beginning and end by
sector to narrow down the range of faulty sectors. This can leave a
number of good sectors between the first and last bad sector.

Almost correct. The interior of the block is nor tried, therefore it can't leave (mark) good sectors between the first and last bad sector. The status of the parts of a block after trimming is this:

  good,bad,non-scraped,bad,good

Scraping: Reads all the unread parts of the disk to attempt to recover
any good sectors not detected by trimming.

Correct.

Retrying: Reads every bad sector multiple times in case it is possible
to recover some information from it.

Almost correct. Makes multiple passes along all the drive reading every bad sector once per pass.

Best regards,
Antonio.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]