Page 1 of 1

Building Exclusive region from error log ?

Posted: Fri Mar 23, 2012 4:56 am
by Azhor
Hello,
I came across a broken hard drive that has many disseminated bad sectors.
When trying to make an image to work with, R-Studio log a lot of bad sectors (but not all) than fail to make image (Error ).
I suspect that it's the disk-controller combo that gives up after to many errors..
So I started to create an exclusive regions list but adding them manualy is extremly fastidious when they are so many non contiguous bad sectors..
Since scripting is not a problem for me, I thought that I can parse log file and build exclusive regions list from it.
But I could'nt find any file that store exclusive regions list in your application config dirs.. ?!
Can you tell me where they are stored (if it's not in RAM only) ?
Since R-Studio logs all these bads sectors, it would be very useful to have a function to "make exclusive region from bad sector log".

Regards,
Azhor

Re: Building Exclusive region from error log ?

Posted: Sat Mar 24, 2012 10:53 am
by Alt
Well, probably the best idea is to fill the bad sectors with a predefined pattern. See R-Studio's help for details: Bad Sectors.

Re: Building Exclusive region from error log ?

Posted: Mon Mar 26, 2012 2:34 am
by Azhor
Thanks for your answer but I can't figure how filling them with a pattern could make them excluded from further analysis or image creation ?