PREVENT-ALLOW MEDIUM REMOVAL Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | 28H | 1 | LUN | DPO(0) | FUA(0) | Reserved | RelAdr(0) | 2-5 | Logical Block Address | 6 | Reserved | 7—8 | MSB Transfer Length | 9—11 | Reserved |
READ(12) A8H的Transfer Length为32位,从6-9字节 READ CAPACITY Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | 23H | 1 | LUN | Reserved | 2-6 | Reserved | 7-8 | Allocation Length | 9-11 | Reserved |
Allocation Length:定义了HOST能够接收的最大格式化数据长度 REQUEST SENSE Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | Valid | Error Code (70h) | 1 | Reserved | 2 | Reserved | Sense Key | 3-6 | Information | 7 | Additional Sense Length (0AH) | 8-11 | Reserved | 12 | Additional Sense Code (Mandatory) | 13 | Additional Sense Code Qualifier (Mandatory) | 14-17 | Reserved |
Valid:表示Information域是否有效 Information:表示出错的逻辑块地址 SEEK Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | 1DH | 1 | LUN | PF | Reserved | SelfTest | DefOfl | UnitOfl | 2-11 | Reserved |
SelfTest:置1表示执行默认的自检,置0表示执行特殊的自检 TEST UNIT READY Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | 2FH | 1 | LUN | DPO(0) | Reserved | ByteChk(0) | RelAdr(0) | 2-5 | Logical Block Address | 6 | Reserved | 7-8 | Verification Length | 9-11 | Reserved |
Logical Block Address:验证的起始地址 Verification Length:验证数据的长度 WRITE(10) Bit Byte | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 0 | 2EH | 1 | LUN | DPO(0) | Reserved | ByteChk (0) | RelAdr(0) | 2-5 | Logical Block Address | 6 | Reserved | 7-8 | Transfer Length | 9-11 | Reserved |
|