
On Mon, Aug 10, 2015 at 5:37 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
On 2015-08-10 21:03, Greg Freemyer wrote:
On Mon, Aug 10, 2015 at 2:46 PM, Carlos E. R. <> wrote:
But that damage should not be permanent, I suppose. Writing that sector with data should correct it, right?
Agreed, but there are files (like RPMs) that are long lived and rarely if ever written.
Depending on a chance write to the sector may never happen.
Yes, of course.
I was thinking of what Jan said:
J> I too had an instance some years ago where a power dip ultimately J> caused a disk write to be interrupted, and ever since, there is a J> static bad zone in that region of the disk.
it should be repairable, no?
Yes, My method would be to make a full copy of the drive to a usb drive via dd. dd if=/dev/sda of=image_file.dd bs=4k conv=sync,noerror Then restore it via dd. The restore should cause any bad sectors to remap, assuming there are any spare sectors to remap to. Greg -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org