Marc Kupper Joined: 12 May 2009 USA | | I'm guessing the data recovery bar is adjusting the buffer size used for copying with "best data" being a small buffer and "fastest data" being a large buffer. If that's the case then what are the buffer sizes?
Are you varying the buffer size at all for retries? For example, if you are copying away 8mb at a time and get a read error then you could try it as eight 1mb transfers, if one of those fails then 128kb transfers, and keep working your way down. I did divide by eight rather than two to speed up the reduction of sizes. |
|