Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 1997 16:19:38 +0200 (MET DST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org (FreeBSD questions)
Cc:        mmead@goof.com
Subject:   Re: need disk error help!
Message-ID:  <199705091419.QAA00257@CoDe.hu>
In-Reply-To: <199705061859.OAA11434@goof.com> from "matthew c. mead" at "May 6, 97 02:58:42 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
>     Hi, I'm trying to resolve a problem on a machine which is
> having what appears to be drive errors.  Can someone help me
> interpret this message and figure out what to do to mark this
> part of the disk as unusable or some other measure?  Thanks!
> 
>     These messages are showing up on the console (and in the
> dmesg log):
> 
> wd0s1h: hard error reading fsbn 2086522 of 2086512-2086527 (wd0s1 bn 3135098; cn 3110 tn 3 sn 29)wd0: status 59<seekdone,drq,err> error 10<no_id>
> wd0s1h: hard error reading fsbn 2086522 of 2086512-2086527 (wd0s1 bn 3135098; cn 3110 tn 3 sn 29)wd0: status 59<seekdone,drq,err> error 40<uncorr>

man badsect

Gabor
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705091419.QAA00257>