All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: Sunil Naidu <akula2.shark@gmail.com>
Cc: linux-kernel@vger.kernel.org, Greg KH <gregkh@suse.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	stable@kernel.org
Subject: Re: Linux 2.6.20.7 - Hard Disk rumbling?
Date: Sun, 22 Apr 2007 09:03:36 -0400	[thread overview]
Message-ID: <462B5D28.2000901@rtr.ca> (raw)
In-Reply-To: <8355959a0704210658j3b54a8cfl8a8a73661cd50c9d@mail.gmail.com>

Sunil Naidu wrote:
> Hello,
> 
> I am facing a strange problems with an old 1.2 GHz P-III machine with
> a 10 GB disk (used as a dedicated web server, later retired out of
> service!).
> 
> Out of interest to implement some wireless solution (experiment), I
> did compile 2.6.20.7 for my requirement. Strangely, I did observe:-
> 
> hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
> hda: drive_cmd: error=0x04 { DriveStatusError }
> ide: failed opcode was: 0xb0
> 
> What might be the problem?
> 
> ~Akula2

Opcode 0xb0 is "WIN_SMART".
Error 0x04 is "command aborted/rejected/unsupported".

Something on your system is issuing S.M.A.R.T. commands from userspace
to the drive, and the drive either (1) doesn't support S.M.A.R.T.,
or (2) currently does not have S.M.A.R.T. enabled (smartctl -s on /dev/hda).

The "smartmontools" package is what normally issues these commands.

  parent reply	other threads:[~2007-04-22 13:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-21 13:58 Linux 2.6.20.7 - Hard Disk rumbling? Sunil Naidu
2007-04-21 19:43 ` Andrew Morton
2007-04-22 13:03 ` Mark Lord [this message]
2007-04-22 14:23   ` Sunil Naidu

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=462B5D28.2000901@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=akpm@linux-foundation.org \
    --cc=akula2.shark@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stable@kernel.org \
    /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.