Skip to content
Daniel Swarbrick edited this page May 10, 2017 · 2 revisions

SMART Glossary

The following is a list of terms often encountered in SCSI / ATA source code and low-level system utilities.

CDB

Command Descriptor Block - each CDB can be a total of 6, 10, 12, or 16 bytes, but later versions of the SCSI standard also allow for variable-length CDBs. The CDB consists of a one byte operation code followed by command-specific parameters.

SAT

SCSI / ATA Translation is a set of standards developed by the T10 subcommittee, defining how to communicate with ATA devices through a SCSI application layer.

SCSI Sense Key

The SCSI sense key appears in the Sense Data available when a command completes with a CHECK CONDITION status. See http://www.t10.org/lists/2sensekey.htm

SCSI Status Code

The SCSI status code appears in the Status byte returned when processing of a command completes. See http://www.t10.org/lists/2status.htm

Clone this wiki locally