All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <liml@rtr.ca>
To: Tomas Lund <tlund@nxs.se>
Cc: linux-ide@vger.kernel.org
Subject: Re: Need help understanding SATA error message.
Date: Fri, 28 Mar 2008 23:54:21 -0400	[thread overview]
Message-ID: <47EDBD6D.1020207@rtr.ca> (raw)
In-Reply-To: <Pine.LNX.4.61.0803282315330.5510@envy.nxs.se>

Tomas Lund wrote:
> On Fri, 28 Mar 2008, Mark Lord wrote:
> 
>> Mark Lord wrote:
>>
>> Duh..  actually, we were just discussing this very error in another 
>> thread. The drive is really telling us that it hit an unrecoverable 
>> WRITE error at sector 0a:24:f9 on the drive.  Bad sector.
..

One thing to try, to verify that my interpretation was correct,
is to try and read that exact sector.  It should fail, I think.

The hex values are in low:middle:high order,
so that translates to 0xf9240a, or decimal 16327690.

So you could try this, with the latest hdparm (from sourceforge.net):

   hdparm --read-sector 16327689
   hdparm --read-sector 16327690
   hdparm --read-sector 16327691

At least one of those ought to fail, if we've done this correctly.

Cheers

  parent reply	other threads:[~2008-03-29  3:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28  7:04 Need help understanding SATA error message Tomas Lund
2008-03-28 13:40 ` Jeff Garzik
2008-03-28 14:28   ` Tomas Lund
2008-03-28 15:49 ` Mark Lord
2008-03-28 15:59   ` Mark Lord
2008-03-28 22:21     ` Tomas Lund
2008-03-29  3:50       ` Mark Lord
2008-03-30 15:01         ` Tomas Lund
2008-03-31  0:59           ` Tejun Heo
2008-03-31 14:53             ` Mark Lord
2008-04-01  0:26               ` Tejun Heo
2008-04-01  2:01                 ` Mark Lord
2008-04-01  7:11                   ` Tomas Lund
2008-04-01 12:05                     ` Mark Lord
2008-04-01 16:15                       ` Tejun Heo
2008-04-02  5:17                         ` Tomas Lund
2008-04-03 10:39                           ` Tomas Lund
2008-04-11  6:16                             ` Tejun Heo
2008-03-29  3:54       ` Mark Lord [this message]
2008-03-29 10:39         ` Tomas Lund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47EDBD6D.1020207@rtr.ca \
    --to=liml@rtr.ca \
    --cc=linux-ide@vger.kernel.org \
    --cc=tlund@nxs.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.