Messages in this thread |  | | | Date | Wed, 1 Mar 2006 14:06:14 -0500 (EST) | | From | Justin Piszcz <> | | Subject | Re: LibPATA code issues / 2.6.15.4 |
| |
On Wed, 1 Mar 2006, Mark Lord wrote:
> David Greaves wrote: >> >> haze:/usr/src# smartctl -data -o off /dev/sdc >> succeeds but gives me: >> >> ata3: status=0x50 { DriveReady SeekComplete } >> ata3: translated op=0x85 ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 >> ata3: status=0x51 { DriveReady SeekComplete Error } >> ata3: error=0x04 { DriveStatusError } >> ata3: translated op=0x85 ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 >> ata3: status=0x51 { DriveReady SeekComplete Error } >> ata3: error=0x04 { DriveStatusError } >> ata3: translated op=0x85 ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 >> ata3: status=0x51 { DriveReady SeekComplete Error } >> ata3: error=0x04 { DriveStatusError } > > "DriveStatusError" is "Command Aborted" in ac-speak. > From the man page for smartctl, we read: > >> -o VALUE Enables or disables SMART automatic offline test ... >> Note that the SMART automatic offline test command is listed as "Obsolete" > in every >> version of the ATA and ATA/ATAPI Specifications. It was originally part > of the >> SFF-8035i Revision 2.0 specification, but was never part of any ATA > specification. > > There's a chance that your drives simply do not fully support this feature, > and are rejecting attempts to use it. > > By the way, the latest 2.6.16-rc5-git4 is available, > and has FUA turned off by default now. So it should > work with your drives, and *you* are expected to verify > that for us all now. > > Cheers > > -ml >
By the way, the latest 2.6.16-rc5-git4 is available,
I am using 2.6.16-rc5-git4, and after running:
# smartctl -data -o off /dev/sdc
I get:
[4294785.192000] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 [4294785.192000] ata3: status=0x51 { DriveReady SeekComplete Error } [4294785.192000] ata3: error=0x04 { DriveStatusError } [4294785.192000] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 [4294785.192000] ata3: status=0x51 { DriveReady SeekComplete Error } [4294785.192000] ata3: error=0x04 { DriveStatusError } [4294785.192000] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 [4294785.192000] ata3: status=0x51 { DriveReady SeekComplete Error } [4294785.192000] ata3: error=0x04 { DriveStatusError } [4294785.192000] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 [4294785.192000] ata3: status=0x51 { DriveReady SeekComplete Error } [4294785.192000] ata3: error=0x04 { DriveStatusError } [4294785.192000] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00 [4294785.192000] ata3: status=0x51 { DriveReady SeekComplete Error } [4294785.192000] ata3: error=0x04 { DriveStatusError } Did you mean you wanted us to test it like we normally do, ie, copy files/md5sum them on the disk and see if we can make it occur again, or?
Justin.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |