A tool for remapping bad sectors in CURRENT?

Eugene Dzhurinsky bofh at redwerk.com
Mon Mar 8 11:09:22 UTC 2010


On Mon, Mar 08, 2010 at 12:52:43PM +0200, Eugene Dzhurinsky wrote:
> dd if=/dev/ad4 of=/dev/null skip=222342559 bs=512 count=1
> dd: /dev/ad4: Input/output error
> 0+0 records in
> 0+0 records out
> 0 bytes transferred in 2.351940 secs (0 bytes/sec)
> 
> dd if=/dev/zero of=/dev/ad4 seek=222342559 bs=512 count=1
> dd: /dev/ad4: Operation not permitted
> 
> Should I do it in single mode?

sysctl kern.geom.debugflags=0x10

Did the trick, I was able to write directly to the sector, and now it seems to
work well. No remaps recorded thus, but no errors so far.

Thanks a lot!

-- 
Eugene N Dzhurinsky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20100308/f05de6a5/attachment.pgp


More information about the freebsd-current mailing list