* sata_nv error with smartctl access
@ 2007-03-08 20:59 Richard Scobie
2007-03-12 7:30 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Richard Scobie @ 2007-03-08 20:59 UTC (permalink / raw)
To: linux-ide
Hi,
This may already be addressed, but in case anyone is interested.
Fedora Core 6 2.6.19-1.2911.6.5, NVIDIA MCP55 based board using sata_nv.
When querying a drive using smartctl and SMART is not enabled on the
drive, I get the following error:
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
ata3: EH complete
SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
sdc: Write Protect is off
sdc: Mode Sense: 00 3a 00 00
SCSI device sdc: drive cache: write back
SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
sdc: Write Protect is off
sdc: Mode Sense: 00 3a 00 00
SCSI device sdc: drive cache: write back
This does not seem to cause any problems and once SMART is enabled,
there are no more errors.
Regards,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: sata_nv error with smartctl access
2007-03-08 20:59 sata_nv error with smartctl access Richard Scobie
@ 2007-03-12 7:30 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2007-03-12 7:30 UTC (permalink / raw)
To: Richard Scobie; +Cc: linux-ide
Richard Scobie wrote:
> Hi,
>
> This may already be addressed, but in case anyone is interested.
>
> Fedora Core 6 2.6.19-1.2911.6.5, NVIDIA MCP55 based board using sata_nv.
>
> When querying a drive using smartctl and SMART is not enabled on the
> drive, I get the following error:
>
> ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
> ata3.00: tag 0 cmd 0xb0 Emask 0x1 stat 0x51 err 0x4 (device error)
> ata3: EH complete
[--snip--]
> This does not seem to cause any problems and once SMART is enabled,
> there are no more errors.
Yeah, that's just libata reporting that a command has failed, which is
expected in your case. Maybe libata should shut up on passthru
commands. Right, we're currently not honoring REQ_QUIET, but SG doesn't
seem to support that flag either.
Anyways, it's safe to ignore the messages.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-12 7:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 20:59 sata_nv error with smartctl access Richard Scobie
2007-03-12 7:30 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).