SCT LBA Segment Access Command Extension Proposal

Size: px
Start display at page:

Download "SCT LBA Segment Access Command Extension Proposal"

Transcription

1 SCT LBA Segment Access Command Extension Proposal October Revision 1 Proposers: Randeep Sidhu Dan Colegrove David McDougall Bill Martin Sierra Logic Inc. Hitachi Global Storage 9083 Foothills Blvd 2903 Carmelo Dr Suite 300 Roseville, CA Henderson, NV Phone: (916) (702) /8/2005 Page 1

2 1. Introduction Overview /8/2005 Page 2

3 Revision History Revision 0: Initial Revision Revision 1: Added Dan Colegrove to list of proposers Changed from blocking to foreground Added new extended status code for Foreground SCT operation was terminated because of unrecoverable error. 1. Introduction This proposal discusses the extension of the existing SCT implementation for the LBA Segment Access command defined in DT1701r5-SCT. The current functionality does not allow for a blocking interface which has implications when the performance characteristics of the command are considered. Introducing the capability to block on this command would allow time sensitive hosts a performance path not present in the non blocking instantiation of the command. 2. Overview The new proposal would add two new function codes to the existing LBA Segment Access command. 0101h Repeat Write Pattern Foreground. 0102h Repeat Write Sector Foreground Deleted: Blocking Deleted: Blocking For these new function codes the following modifications need to be made to DT1701r5-SCT. 12/8/2005 Page 3

4 4.2 Command Transport Change table 6 as follows: Table 1 Extended Status Codes Deleted: 6 Status Code 0000h 0001h 0002h 0003h 0004h 0005h 0006h 0007h 0008h 0009h 000Ah 000Bh 000Ch 000Dh 000Eh 000Fh 0010h 0011h 0012h 0013h????h 0014h-BFFFh C000h-FFEFh FFF0h-FFFEh FFFFh Command complete without error Invalid Function Code Input LBA out of range Definition Request sector count overflow. The number of sectors requested to transfer (Sector Count register) in the read or write log command is larger than required by SCT command Invalid Function code in Error Recovery command Invalid Selection code in Error Recovery command Host read command timer is less than minimum value Host write command timer is less than minimum value Background SCT command was aborted because of an interrupting host command Background SCT command was terminated because of unrecoverable error Invalid Function code in Long Sector Access command SCT data transfer command was issued without first issuing an SCT command Invalid Function code in Feature Control command Invalid Feature code in Feature Control command Invalid New State value in Feature Control command Invalid Option Flags value in Feature Control command Invalid SCT Action code Invalid Table ID (table not supported) Command was aborted due to drive security being locked Invalid revision code Foreground SCT operation was terminated because of unrecoverable error Vendor specific SCT command executing in background 12/8/2005 Page 4

5 4.4 SCT Request Once an SCT command has been issued, a status is reported in the ATA registers. This status indicates that the command was accepted or that an error occurred. This ATA status return does not indicate successful completion of the SCT actions, except Foreground LBA Segment Access commands that require the completion of the SCT action (e.g., LBA Segment Access with function code 0101h and 0102h). Some commands can take several minutes or even hours to execute. In this case, the host can determine execution progress by requesting SCT status. Some commands may need setup time before they are ready to receive data. SCT status is also used to determine when the device is read to receive data. Deleted: Status 4.5 How to use SCT Commands Add the following two figures Host Device Write Log Address E0h Key Sector LBA Segment Access Command Completion Figure X 0101h Repeat Write Pattern Foreground (No background activity) 12/8/2005 Page 5

6 Host Device Write Log Address E0h Key Sector Command Completion Write Log Address E1h Data LBA Segment Access Command Completion Figure Y 0102h Repeat Write Sector Foreground (No background activity) 5.2 LBA Segment Access command Inputs: Word Name Value Description 0 Action Code 0002h 0001h This action writes a pattern or sector of data repeatedly to the media. This capability could also be referred to as Write All or Write Same. Repeat Write Pattern 1 Function Code 0002h Repeat Write Sector 0101h Repeat Write Pattern Foreground 0102h Repeat Write Sector Foreground 5:2 Start QWord First LBA 9:6 Count QWord Number of sectors to fill 11:10 Pattern Outputs: DWord If the Function Code is 0001h, this field contains a 32-bit pattern that is written on the media starting at the location specified in words two through five. Deleted: 0101h Deleted: Repeat Write Pattern Blocking Deleted: 0102h Deleted: Repeat Write Sector Blocking 12/8/2005 Page 6

7 Field Name Error Sector Count LBA Low LBA Mid LBA High Device Status Value See ATA/ATAPI-7 Low 8 bits of number of sectors requested (Normally this will be one) High 8 bits of number of sectors requested (Normally this will be zero) See ATA/ATAPI-7 The LBA Segment Access command will begin writing sectors from Start in incrementing order until Count sectors have been written. A Count of zero means apply operation from Start until the last user LBA on the drive is reached. The HPA feature determines the last user LBA. This command will not write over a hidden partition when hidden partitions are enabled using the Host Protected Area drive capabilities. Automatic sector reassignment is permitted during the operation of this function. If Start or Start+Count go beyond the last user LBA then an error is reported and the SCT command is not executed. Issuing this command with a value of zero for Start LBA and Sector Count will cause all LBAs of the drive to be written with the specified pattern. Any command, including IDENTIFY DEVICE, other than SCT status, issued to the drive while this command is in progress will terminate the Long Segment Access command. The incoming command is executed. Use the SCT Status command to retrieve status information about the current background SCT command. Example status information includes: command active or complete, current LBA, and errors. While this command is in progress, the SCT status error code will be FFFFh, and set to 0000h if the command completes without error. It will be less than FFFFh and greater than 0000h if the command terminated prematurely for any reason. Once the key sector has been issued, if the Function Code was 0002h and the TF Data indicates that the drive is ready to receive data, log page E1h should be written to transfer the data. For the Foreground SCT LBA Segment Access command with function code 0101h the Command Completion Status of the Write Log Address E0h shall indicate the success or failure of the LBA Segment Access command. For the Foreground SCT LBA Segment Access command with function Code 0102h the Command Completion Status of the Write Log Address E1h shall indicate the success or failure of the LBA Segment Access command. The Status and Error registers of the Output indicate the relevant status/error values as defined in ATA/ATAPI-7 specification. In the case of an error an SCT Status Request can be made using a Smart Read Log page E0h to obtain a more detailed analysis of the error. This command can change the Segment Initialized Flag. If the command writes all the user addressable sectors and completes without encountering an error or being aborted, 12/8/2005 Page 7

8 then the Segment Initialized Flag (bit 0 of the Status Flags in the SCT status. See Error! Reference source not found.) shall be set to 1. A write to any user addressable sector on the drive (except another complete write all), shall cause the Segment Initialized Flag to be cleared. Reallocations as a result of reading data (foreground or background) do not clear the drive zeroed flag. Deleted: Table 11 Deleted: Once the key sector has been issued, if the Function Code was 0002h and the TF Data indicates that the drive is ready to receive data, log page E1h should be written to transfer the data. 12/8/2005 Page 8

SCT LBA Segment Access Command Extension Proposal October Revision 0

SCT LBA Segment Access Command Extension Proposal October Revision 0 SCT LBA Segment Access Command Extension Proposal October 06 2005 Revision 0 Author: Randeep Sidhu David McDougall Bill Martin Sierra Logic Inc. 9083 Foothills Blvd Suite 300 Roseville, CA 95747 Phone:

More information

Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities.

Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities. 1. Add the following terms to the glossary: 3.1.x Block Data Block Data is the data transferred to or from the device using SCT Command Transport feature set capabilities. 3.1.x SCT command SCT commands

More information

Information Technology - SMART Command Transport (SCT)

Information Technology - SMART Command Transport (SCT) Working Draft T13 1701DT-N Revision 5 February 24, 2005 Information Technology - SMART Command Transport (SCT) This is an internal technical report of T13, a Technical Committee of Accredited Standards

More information

Information Technology - SMART Command Transport (SCT)

Information Technology - SMART Command Transport (SCT) Working Draft T13 1701DT-N Revision 2a October 1, 2004 Information Technology - SMART Command Transport (SCT) This is an internal technical report of T13, a Technical Committee of Accredited Standards

More information

BIST-SCT Command Proposal

BIST-SCT Command Proposal BIST-SCT Command Proposal Revision 1 Technical Editor: Curtis E. Stevens Western Digital 20511 Lake Forest Lake Forest, Ca. 92630 USA Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Revision History

More information

Proposal of an Improved Description of Read Native Max and Set Max Commands including rules for C/H/S and LBA calculation

Proposal of an Improved Description of Read Native Max and Set Max Commands including rules for C/H/S and LBA calculation T13/D97119R2 Proposal of an Improved Description of Read Native Max and Set Max Commands including rules for C/H/S and LBA calculation To: X3T13 Technical committee From: Dan Colegrove, IBM Corporation

More information

TrustedFlash Security System Mapping for ATA-ACS8

TrustedFlash Security System Mapping for ATA-ACS8 TrustedFlash Security System Mapping for ATA-ACS8 To: T13 Technical Committee From: Dave Landsman SanDisk Corporation 601 McCarthy Blvd Milpitas, CA Phone: 206.275.4385 Email: Dave.Landsman@SanDisk.com

More information

TuffDrive. Industrial msata. Product Specification VMS 200 High Speed Series

TuffDrive. Industrial msata. Product Specification VMS 200 High Speed Series TuffDrive TM Industrial msata Product Specification VMS 200 High Speed Series 1.0 Introduction Virtium s industrial temperature VMS200 msata High Speed Series is intended as embedded flash solution for

More information

Technical Note. SMART Command Feature Set for the eu500. Introduction. TN-FD-35: eu500 eusb SMART Commands. Introduction

Technical Note. SMART Command Feature Set for the eu500. Introduction. TN-FD-35: eu500 eusb SMART Commands. Introduction Technical Note SMART Command Feature Set for the eu500 Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set for

More information

SMART Self-Test Reference for P400e SATA SSDs

SMART Self-Test Reference for P400e SATA SSDs Introduction SMART Self-Test Reference for P400e SATA SSDs Introduction This technical note describes the self-test modes, commands, values, and result checks for the self-monitoring, analysis, and reporting

More information

Device Statistics Solid State

Device Statistics Solid State Device Statistics Solid State T13 Technical Proposal e06184r8 By Steve Livaccari, IBM, and Joseph Chen, Samsung Revision 8, 2008 06 05 [This document is a proposal for the T13 to describe the Device Statistics

More information

Proposal For A General Purpose Logging Feature Set

Proposal For A General Purpose Logging Feature Set T13/E00138R0 Proposal For A General Purpose Logging Feature Set To: T13 Technical committee From: Matt Rooke Fujitsu Computer Products of America 2904 Orchard Parkway San Jose, CA 95134 Phone: 408-894-3826

More information

16 June 2007 e07129r1 ATA8-ACS Endianness clarifications

16 June 2007 e07129r1 ATA8-ACS Endianness clarifications 16 June 2007 e07129r1 ATA8-ACS Endianness clarifications To: T13 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 16 June 2007 Subject: e07129r1 ATA8-ACS Endianness clarifications Revision

More information

26 April r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT

26 April r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT 26 April 2007 07-200r0 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) and Jeff Wolford, HP (jeff.wolford@hp.com) Date: 26 April 2007 Subject:

More information

FORESEE SATAIII 2.5 inch SSD S900 Datasheet

FORESEE SATAIII 2.5 inch SSD S900 Datasheet FORESEE SATAIII 2.5 inch SSD S900 Datasheet Version: A2 2017.02.10 LONGSYS ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications

More information

SFF Committee Specification for. Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) SFF-8035i Revision 2.0

SFF Committee Specification for. Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) SFF-8035i Revision 2.0 SFF Committee Specification for Self-Monitoring, Analysis and Reporting Technology (S.M.A.R.T.) SFF-8035i Revision 2.0 April 1, 1996 This document is endorsed by Compaq Computer Corporation, Hitachi, Ltd.,

More information

Technical Note. SMART Command Feature Set for the Introduction. TN-FD-34: 5100 SSD SMART Implementation. Introduction

Technical Note. SMART Command Feature Set for the Introduction. TN-FD-34: 5100 SSD SMART Implementation. Introduction Technical Note SMART Command Feature Set for the 5100 Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set for

More information

Technical Note. SMART Command Feature Set for the M500DC. Introduction. TN-FD-26: M500DC SSD SMART Implimentation. Introduction

Technical Note. SMART Command Feature Set for the M500DC. Introduction. TN-FD-26: M500DC SSD SMART Implimentation. Introduction Technical Note SMART Command Feature Set for the M500DC Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set

More information

Technical Note. SMART Command Feature Set for the M510DC. Introduction. TN-FD-33: M510DC SSD SMART Implementation. Introduction

Technical Note. SMART Command Feature Set for the M510DC. Introduction. TN-FD-33: M510DC SSD SMART Implementation. Introduction Technical Note SMART Command Feature Set for the M510DC Introduction Introduction This technical note provides the self-monitoring, analysis, and reporting technology (SMART) command (B0h) feature set

More information

Technical Note. Client SATA SSD SMART Attribute Reference. Introduction. TN-FD-22: Client SATA SSD SMART Attribute Reference.

Technical Note. Client SATA SSD SMART Attribute Reference. Introduction. TN-FD-22: Client SATA SSD SMART Attribute Reference. Technical Note Client SATA SSD SMART Attribute Reference Introduction Introduction This technical note describes the self-monitoring, analysis, and reporting technology (SMART) feature set available for

More information

ACS Proposal - Device Internal Status Log

ACS Proposal - Device Internal Status Log ACS Proposal - Device Internal Status Log June 23, 2010 Revision 2 Author: Nathan Obr 1 Microsoft Way Redmond, WA 98052 425-705-9157 NatObr@Microsoft.com ACS Proposal - Device Internal Status Log 1 Document

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r0 August 11, 2004 ATA Command Pass-Through August 11, 2004 Revision 0 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Table of Contents

More information

SQFlash SATA DOM 630 Horizontal SATA DOM 630 Horizontal Datasheet (SQF-SDMxx-xG-9xx)

SQFlash SATA DOM 630 Horizontal SATA DOM 630 Horizontal Datasheet (SQF-SDMxx-xG-9xx) Datasheet (SQF-SDMxx-xG-9xx) REV 1.0 Page 1 of 25 Apr. 1, 2016 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 10

More information

CFast Embedded Flash Module Gen II

CFast Embedded Flash Module Gen II CFast Embedded Flash Module Gen II Engineering Specification Document Number: 401-0047-00 Revision: A 32GB 1014765 1530 Made in USA BE32MGGZZ-XN000-D 2015 Delkin Devices Inc. 1 Table of Contents 1 General

More information

External Path Protection

External Path Protection June 26, 2008 T13/e07162r2-External_Path_Protection.fm External Path Protection June 26, 2008 Revision 2 Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com

More information

Revision history Related documents Overview Suggested changes to SAT Approved references

Revision history Related documents Overview Suggested changes to SAT Approved references To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) and Jeff Wolford, HP (jeff.wolford@hp.com) Date: 10 Dec 2007 Subject: 07-200r3 SAT-2 WRITE LONG to WRITE UNCORRECTABLE EXT Revision history

More information

SQFlash msata 630 msata 630 Datasheet (SQF-SMSxx-xG-S9x)

SQFlash msata 630 msata 630 Datasheet (SQF-SMSxx-xG-S9x) Datasheet (SQF-SMSxx-xG-S9x) REV 0.5 Page 1 of 25 Jun. 8, 2015 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 10

More information

X-200 Series SATA II - 3.0Gb/s up to UDMA6 / MDMA2 / PIO4

X-200 Series SATA II - 3.0Gb/s up to UDMA6 / MDMA2 / PIO4 Product data sheet Industrial SATA SSD 2.5 X-200 Series SATA II - 3.0Gb/s up to UDMA6 / MDMA2 / PIO4 Standard and industrial temperature grade BU: Swissbit Group Date: Jaary 2, 2012 Revision: 1.2 File:

More information

SQFlash H/S msata 630 H/S msata 630 Datasheet (SQF-SHMxx-xG-S9x)

SQFlash H/S msata 630 H/S msata 630 Datasheet (SQF-SHMxx-xG-S9x) Datasheet (SQF-SHMxx-xG-S9x) REV 0.4 Page 1 of 26 Apr. 1, 2016 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 10

More information

Series. Customer. InnoDisk. Approver. Approver. Customer: Customer. Part Number: InnoDisk. Part Number: InnoDisk.

Series. Customer. InnoDisk. Approver. Approver. Customer: Customer. Part Number: InnoDisk. Part Number: InnoDisk. Series Customer: Customer Part Number: InnoDisk Part Number: InnoDisk Model me: Date: InnoDisk Approver Customer Approver id 1.8 SATA D150 SSD Datasheet Table of contents TABLE O CONTENTS... 2 REVISION

More information

Sanitize Device Ext Command

Sanitize Device Ext Command Sanitize Device Ext Command March 4, 2009 Revision 5 Deleted: 4 Technical Editor: John Geldman 47300 Bayside Parkway Fremont, CA 94538 USA (510) 580-8715 jgeldman@lexar.com March 4. 2009 Page 1 of 16 Document

More information

06-378r0: SAT - Miscellaneous changes 18 August 2006

06-378r0: SAT - Miscellaneous changes 18 August 2006 To: T10 Technical Committee From: Bob Sheffield(robert.l.sheffield@intel.com) Date: 18 August 2006 Subject: 06-378r0: SAT - Miscellaneous changes Revision history Revision 0 (18 August 2006) First revision

More information

Assignments for Trusted Computing Group

Assignments for Trusted Computing Group Assignments for Trusted Computing Group Revision History: 0: Initial revision 1 Introduction To: T13 Technical Committee From: Jim Hatfield Seagate Technology (for the Trusted Computed Group) 389 Disc

More information

Revision History Revision 0 (09 December 2007) first revision

Revision History Revision 0 (09 December 2007) first revision To: T10 Technical Committee From: Jeff Wolford, HP (jeff.wolford@hp.com) Date: 09 December 2007 Subject: T10/08-019r0 SAT-2 WRITE BUFFER MODE 7 to DOWNLOAD MICROCODE Mode 3 Revision History Revision 0

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r2 August 16, 2004 ATA Command Pass-Through August 16, 2004 Revision 2 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Table of Contents

More information

04-082r0 SBC-2 Replace Notch and Partition mode page with READ CAPACITY 5 March 2004

04-082r0 SBC-2 Replace Notch and Partition mode page with READ CAPACITY 5 March 2004 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 5 March 2004 Subject: 04-082r0 SBC-2 Replace Notch and Partition mode page with READ CAPACITY Revision history Revision 0 (5 March

More information

Citrix IMA Service Error Codes

Citrix IMA Service Error Codes Citrix IMA Service Error Codes This article contains Citrix IMA Service error codes that can appear in the Event Viewer. Page 1 IMA Error Codes Hex Value Signed Value Unsigned Value Mnemonic 80000001h

More information

Assignments for Trusted Computing Group

Assignments for Trusted Computing Group Revision History: 0: Initial revision 1: Corrected names of DMA command versions To: T13 Technical Committee From: Jim Hatfield Seagate Technology (for the Trusted Computed Group www.trustedcomputinggroup.org

More information

BIOS Enhanced Disk Drive Specification. June 24, 1999

BIOS Enhanced Disk Drive Specification. June 24, 1999 BIOS Enhanced Disk Drive Specification Version 3.0 Rev 0.9b June 24, 1999 Technical Editor: Curtis E. Stevens Phoenix Technologies 135 Technology Dr. Irvine, Ca. 92618 Phone: (949) 790-2000 Fax: (949)

More information

Hard Drive Self-tests

Hard Drive Self-tests T10/99-179 rev 1 To: T10 Technical committee From: Mark Evans Quantum Corporation 500 McCarthy Boulevard Milpitas, CA USA 95035 Phone: 408-894-4019 Fax: 408-952-3620 Email: mark.evans@quantum.com Date:

More information

S100 Product Specification

S100 Product Specification Myung SSD 2.5 Inch PATA S100 Product Specification Sep / 2012 Rev. 0.1 Table of Contents 1. Revision History....... 3 2. General Description..... 4 3. Features.. 4 4. Block Diagram.... 5 5. Specifications..

More information

InnoDisk SATADOM i100 Datasheet

InnoDisk SATADOM i100 Datasheet InnoDisk SATADOM i100 Datasheet InnoDisk Corp. SATADOM i100 Datasheet Rev. 1.2 1 Rev. 1.2 Datasheet, Jan 2010 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 7 1. PRODUCT

More information

Compact Flash 4 Series

Compact Flash 4 Series RoHS Compliant Compact Flash 4 Series Datasheet for Industrial CF November 17, 2009 Version 1.0 Apacer Technology Inc. 4 th Fl., 75 Hsin Tai Wu Rd., Sec.1, Hsichih, Taipei Hsien 221, Taiwan Tel: +886-2-2698-2888

More information

NVM Express Technical Errata

NVM Express Technical Errata NVM Express Technical Errata Errata ID 016 Change Date 7/14/2011 Affected Spec Ver. NVM Express 1.0b Corrected Spec Ver. Submission info Name Company Date Amber Huffman Intel 6/30/2011 Peter Onufryk IDT

More information

SQFlash CFast Card (SLC) CFast Card (SLC) Datasheet

SQFlash CFast Card (SLC) CFast Card (SLC) Datasheet Datasheet REV 1.1 Page 1 of 27 Jan. 26, 2011 CONTENTS 1. Overview... 4 2. Features... 5 3. Theory of operation... 7 4. Pin Assignment and Description... 9 4.1 CFast card Interface Pin Assignments (Signal

More information

Silicon Media Limited. C4 2.5 SATA Solid State Drive Specification (7mm & 9mm height compatible) SMSS325MxxxG-C4-x

Silicon Media Limited. C4 2.5 SATA Solid State Drive Specification (7mm & 9mm height compatible) SMSS325MxxxG-C4-x Silicon Media Limited C4 2.5 SATA Specification (7mm & 9mm height compatible) SMSS325MxxxG-C4-x Version 1.2 Document Number: S-12157 ALL RIGHTS ARE STRICTLY RESERVED. ANY PORTION OF THIS PAPER SHALL NOT

More information

6 May 2008 T10/08-018r3

6 May 2008 T10/08-018r3 To: T10 Technical Committee From: Mark Overby, NVIDIA Corporation (moverby@nvidia.com) Date: 6 May 2008 Subject: T10/08-018r3 SAT-2: NV Cache Translation Revision History Revision 0 - Initial draft of

More information

Industrial SATA Flash Module. Product Data Sheet

Industrial SATA Flash Module. Product Data Sheet Industrial SATA Flash Module Product Data Sheet 1 1. Introduction... 5 1.1. General Description... 5 1.2. Block Diagram... 5 2. Product Specifications... 6 3. Environmental Specifications... 7 3.1. Environmental

More information

ATA Command Pass-Through

ATA Command Pass-Through T10/04-262r4 October 14, 2004 ATA Command Pass-Through October 14, 2004 Revision 4 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com Revision History

More information

Technical Note: NVMe Basic Management Command

Technical Note: NVMe Basic Management Command Technical Note: NVMe Basic Management Command Revision 1.0a April 16, 2015 LEGAL NOTICE: Copyright 2007-2015 NVM Express, Inc. ALL RIGHTS RESERVED. This Technical Note on the NVMe Basic Management Command

More information

Product Specification

Product Specification Myung SSD SATA-III F200 Series (6Gbps) Product Specification Jan / 2012 Rev. 0.1 Table of Contents 1. Revision History....... 4 2. General Description..... 5 3. Features.. 5 4. Block Diagram.... 6 5. Specifications..

More information

Suggested Changes. Add to Clause 8 8.AA SECURITY PROTOCOL IN command 8.BB SECURITY PROTOCOL OUT command. Jim Hatfield (Seagate) Page 1 of 5

Suggested Changes. Add to Clause 8 8.AA SECURITY PROTOCOL IN command 8.BB SECURITY PROTOCOL OUT command. Jim Hatfield (Seagate) Page 1 of 5 To: T10 Technical Committee From: Jim Hatfield, Seagate (James.C.Hatfield@seagate.com) Date: May 8, 2007 Subject: Revision History Revision 0 (Feb. 14, 2007) First revision Revision 1 (Mar. 1, 2007) Incorporate

More information

2 May r2 SAS-2 WWN-based Attached Device Name for SATA

2 May r2 SAS-2 WWN-based Attached Device Name for SATA To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 2 May 2007 Subject: 06-476r2 SAS-2 WWN-based Attached Device Name for SATA Revision history Revision 0 (31 October 2006) First revision

More information

Industrial M SATA Drive. Product Data Sheet

Industrial M SATA Drive. Product Data Sheet Industrial M.2 2242 SATA Drive Product Data Sheet 1 1. Introduction...4 1.1. General Description... 4 1.2. Block Diagram... 4 2. Product Specifications...5 3. Environmental Specifications...6 3.1. Environmental

More information

CFast Embedded Flash Module

CFast Embedded Flash Module CFast Embedded Flash Module Engineering Specification Document Number: L50025 Revision: D No part of this document may be reproduced, copied, recorded, stored in a retrieval system, or transmitted in any

More information

SQFlash 2.5 SSD SSD 640 Datasheet (SQF-S25x-xxx-SBx)

SQFlash 2.5 SSD SSD 640 Datasheet (SQF-S25x-xxx-SBx) Datasheet (SQF-S25x-xxx-SBx) REV 1.1 Page 1 of 24 Oct. 30, 2018 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 11

More information

T10/05-142r3 SAT - LOG SENSE command and SMART

T10/05-142r3 SAT - LOG SENSE command and SMART To: T10 Technical Committee From: Wayne Bellamy (wayne.bellamy@hp.com), Hewlett Packard Date: September 2, 2005 Subject: T10/05-142r3 SAT - LOG SENSE command and SMART Revision History Revision 0 (April

More information

SQFlash SATA Slim 640 SATA Slim 640 Datasheet (SQF-SLMx-xxx-SBx)

SQFlash SATA Slim 640 SATA Slim 640 Datasheet (SQF-SLMx-xxx-SBx) Datasheet (SQF-SLMx-xxx-SBx) REV 0.7 Page 1 of 24 Aug. 31, 2018 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 11

More information

Extended Power Conditions (EPC)

Extended Power Conditions (EPC) ACS-2 Extended Power Conditions (EPC) June 10, 2008 Revision 0 Technical Editor: Jim Hatfield 389 Disc Drive Longmont, CO 80503 USA 720-684-2120 James.C.Hatfield@seagate.com 06/10/2008 Page 1 of 24 Document

More information

RAID Option ROM. Product Implementation Guide. Version 1.8 Date: 08/19/2009. Copyright 2009, Promise Technology, Inc. All Rights Reserved

RAID Option ROM. Product Implementation Guide. Version 1.8 Date: 08/19/2009. Copyright 2009, Promise Technology, Inc. All Rights Reserved RAID Option ROM Product Implementation Guide Version 1.8 Date: 08/19/2009 Copyright 2009, Promise Technology, Inc. All Rights Reserved Revision History Version Date Author Notes 1.8 2009/08/19 Adam Hsu

More information

ACS Proposal - Device Crashdump Collection

ACS Proposal - Device Crashdump Collection ACS Proposal - Device Crashdump Collection June 08, 2010 Revision 1 Author: Nathan Obr 1 Microsoft Way Redmond, WA 98052 425-705-9157 NatObr@Microsoft.com Device Crashdump Collection 1 Document Status

More information

InnoDisk FiD 2.5 SATA10000

InnoDisk FiD 2.5 SATA10000 InnoDisk FiD 2.5 SATA10000 Datasheet Ver1.9 1 Ver1.9 Datasheet, February 2010 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 8 1. PRODUCT OVERVIEW... 9 1.1 INTRODUCTION

More information

Utility. SATA III Industrial MLC 2.5 Solid State Drive Engineering Specification. Document Number: Revision: G Delkin Devices Inc.

Utility. SATA III Industrial MLC 2.5 Solid State Drive Engineering Specification. Document Number: Revision: G Delkin Devices Inc. Utility + SATA III Industrial MLC 2.5 Solid State Drive Engineering Specification Document Number: 404-0002-00 Revision: G 2016 Delkin Devices Inc. Product Overview Capacity 64GB up to 2TB SATA Interface

More information

Datasheet (SQF-SM8x-xxx-SBx)

Datasheet (SQF-SM8x-xxx-SBx) Datasheet (SQF-SM8x-xxx-SBx) REV 1.2 Page 1 of 26 Nov. 21, 2018 CONTENTS 1. Overview... 4 2. Features... 5 3. Specification Table... 6 4. General Description... 8 5. Pin Assignment and Description... 11

More information

TS2GSSD25H-S TS8GSSD25H-S

TS2GSSD25H-S TS8GSSD25H-S Description Features Compatible with SATA II 3.0Gb/s standard, due to smaller size, high speed, low power consumption, and great reliability, Transcend s is the perfect storage device for tablet PC, laptop,

More information

msata Mini Embedded Flash Module Engineering Specification

msata Mini Embedded Flash Module Engineering Specification msata Mini Embedded Flash Module (MO-300B Mini - Variation B) Engineering Specification Document Number: L500583 Revision: A No part of this document may be reproduced, copied, recorded, stored in a retrieval

More information

Removable Media Status Notification Feature Set and Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY ***

Removable Media Status Notification Feature Set and Removable Media Feature Set (Changes and additions to ATA/ATAPI-4) *** PROPOSAL ONLY *** DOCUMENT STATUS Revision 0-18 March 1997 - Ron Stephens Revision 1-21 May 1997 - Terry Miller and Christopher Mayne Revision 2-2 June 1997 - Christopher Mayne American National Standard for Information

More information

Summer 2003 Lecture 26 07/24/03

Summer 2003 Lecture 26 07/24/03 Summer 2003 Lecture 26 07/24/03 Organization of Data on the Disk The logical organization of the FAT file system on a disk is made up of the following elements. BOOT Sector Root Directory Structure File

More information

TRIM DRAT / RZAT clarifications for ATA8-ACS2

TRIM DRAT / RZAT clarifications for ATA8-ACS2 TRIM DRAT / RZAT clarifications for ATA8-ACS2 December February 2314, 201009 Revision 21 Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com

More information

04-374r0 SES-2 Define a SAS Expander element 7 November 2004

04-374r0 SES-2 Define a SAS Expander element 7 November 2004 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 7 November 2004 Subject: 04-374r0 SES-2 Define a SAS Expander element Revision history Revision 0 (7 November 2004) First revision

More information

T10/06-393r3 On-disk bitmap support. Date: January 16, T10 Committee (SCSI) Roger Cummings (Symantec)

T10/06-393r3 On-disk bitmap support. Date: January 16, T10 Committee (SCSI) Roger Cummings (Symantec) Date: January 16, 2007 To: From: Subject: T10 Committee (SCSI) Roger Cummings (Symantec) T10/06-393r3 On-disk bitmap support Revision History 06-393r0 (August 31, 2006) Original 06-393r1 (October 24, 2006)

More information

Advantech. AQS-I42N I Series. Semi-Industrial Temperature. Datasheet. SATA III 6Gb/s M.2 SSD Semi-Industrial Temp AQS-I42N I series

Advantech. AQS-I42N I Series. Semi-Industrial Temperature. Datasheet. SATA III 6Gb/s M.2 SSD Semi-Industrial Temp AQS-I42N I series Advantech AQS-I42N I Series erature Datasheet Rev. 2.0 2015-09-13 1 AQS-I42N I Series Features SATA III 6Gb/s M.2 SSD I Series Offers industrial level M.2 SSD that sustains and extends system lifecycle

More information

UD info Corp. Industrial M SATA Drive M2S-80UD Series Product DataSheet

UD info Corp. Industrial M SATA Drive M2S-80UD Series Product DataSheet UD info Corp. Industrial M.2 2280 SATA Drive M2S-80UD Series Product DataSheet UD info CORP. TEL: +886-2-7713-6050 FAX: +886-2-8511-3151 E-mail: sales@udinfo.com.tw 1. Introduction... 5 1.1. General Description...

More information

ELEG3923 Microprocessor Ch.9 Timer Programming

ELEG3923 Microprocessor Ch.9 Timer Programming Department of Electrical Engineering University of Arkansas ELEG3923 Microprocessor Ch.9 Timer Programming Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Programming 8051 Timers Counter programming Timer programming

More information

Document Title SAMSUNG Serial ATA NSSD 2.5" Revision History Revision No History Revised Date Remark Preliminary version Added New Par

Document Title SAMSUNG Serial ATA NSSD 2.5 Revision History Revision No History Revised Date Remark Preliminary version Added New Par Serial ATA NSSD () Datasheet Rev. 1.0 Sept 2008 INFORMATION IN THIS DOCUMENT IS PROVIDED IN RELATION TO SAMSUNG PRODUCTS, AND IS SUBJECT TO CHANGE WITHOUT NOTICE. NOTHING IN THIS DOCUMENT SHALL BE CONSTRUED

More information

Features. CFX700 CFast 2.0 Card. Placement. Dimensions. Side Millimeters Inches

Features. CFX700 CFast 2.0 Card. Placement. Dimensions. Side Millimeters Inches CFX700 CFast 2.0 Card Transcend CFX700 is designed to satisfy high performance requirements using a SATA 6Gb/s interface. As a removable device, it is easier to plug in and remove from space-limited applications,

More information

InnoRobust II SATA SSD

InnoRobust II SATA SSD Datasheet Rev. 1.3 Table of contents LIST OF TABLES... 4 LIST OF FIGURES... 7 1. PRODUCT OVERVIEW... 8 1.1 INTRODUCTION OF INNOROBUST II SATA SSD... 8 1.2 PRODUCT VIEW... 8 1.3 PRODUCT MODELS... 8 1.4

More information

Rev. 1.1, Mar MCB4E50G5MXP-0VB MCCOE1HG5MXP-0VB SS "SATA 3.0Gb/s SLC SSD (NAND based Solid State Drive) datasheet SAMS

Rev. 1.1, Mar MCB4E50G5MXP-0VB MCCOE1HG5MXP-0VB SS SATA 3.0Gb/s SLC SSD (NAND based Solid State Drive) datasheet SAMS , Mar. 2010 MCB4E50G5MXP-0VB SS805-2.5"SATA 3.0Gb/s SLC SSD (NAND based Solid State Drive) datasheet SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE.

More information

Integral Industrial 2.5 SATA SSD (PS3109-S9) Specification

Integral Industrial 2.5 SATA SSD (PS3109-S9) Specification Integral Industrial 2.5 SATA SSD (PS3109-S9) Specification Pseudo SLC Version 1.9 All rights are strictly reserved. Any portion of this paper shall not be reproduced, copied, or translated to any other

More information

T10/06-393r1 On-disk bitmap support. Date: October 24, T10 Committee (SCSI) Roger Cummings (Symantec)

T10/06-393r1 On-disk bitmap support. Date: October 24, T10 Committee (SCSI) Roger Cummings (Symantec) Date: October 24, 2006 To: From: Subject: T10 Committee (SCSI) Roger Cummings (Symantec) T10/06-393r1 On-disk bitmap support Revision History 06-393r0 (August 31, 2006) Original 06-393r1 (October 24, 2006)

More information

Integral Industrial msata(ps3109-s9) Specification

Integral Industrial msata(ps3109-s9) Specification Integral Industrial msata(ps3109-s9) Specification (Pseudo SLC) Version 2.0 All rights are strictly reserved. Any portion of this paper shall not be reproduced, copied, or translated to any other forms

More information

Table 180 REPORT GENERAL request. Byte\Bit SMP FRAME TYPE (40h) 4 (MSB) CRC (LSB)

Table 180 REPORT GENERAL request. Byte\Bit SMP FRAME TYPE (40h) 4 (MSB) CRC (LSB) Date: February 26, 2007 To: T10 Committee From Brad Besmer, LSI Logic Subject: SAS-2 SES-2 Enclosure connector information Overview An enclosure may contain multiple expanders. If one (or more) of the

More information

AN1528 APPLICATION NOTE

AN1528 APPLICATION NOTE AN1528 APPLICATION NOTE ST92F120/F124/150/F250 TESTFLASH INTRODUCTION The testflash is a ST reserved flash area that contains device information, flash parameters and the boot code. This boot code contains

More information

UD info Corp. Industrial SATA Solid State Drive HF3-25UD(8-ch) Series Product DataSheet

UD info Corp. Industrial SATA Solid State Drive HF3-25UD(8-ch) Series Product DataSheet UD info Corp. Industrial SATA Solid State Drive HF3-25UD(8-ch) Series Product DataSheet UD info CORP. TEL: +886-2-7713-6050 FAX: +886-2-8511-3151 E-mail: sales@udinfo.com.tw 1. Introduction... 5 1.1. General

More information

CS609 Final Term Solved MCQs with References Without Repetitions 14/02/2013

CS609 Final Term Solved MCQs with References Without Repetitions 14/02/2013 1 CS609 Final Term Solved MCQs with References Without Repetitions 14/02/2013 In BPB, root directory is saved in. (BIOS parameter block) Cluster#0 Cluster#1 (Ref) Cluster#2 Cluster#3 In NTFS, total sizes

More information

SATA-IO Commands for ATA-8

SATA-IO Commands for ATA-8 SATA-IO Commands for ATA-8 April 24, 2007 Revision 1 e07131r1-sata-io_commands_for_ata-8.fm Technical Editor: Curtis E. Stevens 20511 Lake Forest Dr. Lake Forest, Ca. 92630 949-672-7933 Curtis.Stevens@wdc.com

More information

S218 SATA SSD. 1.8 Solid State SATA Drives. Engineering Specification. Document Number L Revision: D

S218 SATA SSD. 1.8 Solid State SATA Drives. Engineering Specification. Document Number L Revision: D S218 SATA SSD 1.8 Solid State SATA Drives Engineering Specification Document Number L500171 Revision: D No part of this document may be reproduced, copied, recorded, stored in a retrieval system, or transmitted

More information

D150Q Series. Customer. InnoDisk. Approver. Approver. Customer: Customer. Part Number: InnoDisk. Part Number: InnoDisk.

D150Q Series. Customer. InnoDisk. Approver. Approver. Customer: Customer. Part Number: InnoDisk. Part Number: InnoDisk. D150Q Series Customer: Customer Part Number: InnoDisk Part Number: InnoDisk Model me: Date: InnoDisk Approver Customer Approver InnoLite Cast D150Q Table of contents REISION HISTORY... 4 LIST O TABLES...

More information

Working Draft Project. Standard. Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) Revision 4 June 23, 2010

Working Draft Project. Standard. Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) Revision 4 June 23, 2010 Working Draft Project American National Standard T13/1697-D Revision 4 June 23, 2010 Information technology - AT Attachment 8 - ATA/ATAPI Serial Transport (ATA8-AST) This is a draft proposed American National

More information

Features. Placement. Dimensions. MSM360 SATA III 6Gb/s msata mini SSD

Features. Placement. Dimensions. MSM360 SATA III 6Gb/s msata mini SSD MSM360 SATA III 6Gb/s msata mini SSD Transcend MSM360 series are msata mini Solid State Drives (SSDs) with high performance and quality Flash Memory assembled on a printed circuit board. These devices

More information

TO: FROM: DATE: SUBJECT: Revisions General 2.1 The Mismatch does

TO: FROM: DATE: SUBJECT: Revisions General 2.1 The Mismatch does TO: FROM: T10 Membership Paul A Suhler, Quantum Corporation David Black, EMC DATE: 22 October 2008 SUBJECT: T10/08-46r1, SPC-4: Correction to IKEv2-SCSI Certificate Request Payload 1 Revisions 0 Initial

More information

Ρουτίνες Λειτουργίας (DOS function calls)

Ρουτίνες Λειτουργίας (DOS function calls) Ρουτίνες Λειτουργίας (DOS function calls) Παρακάτω ακολουθεί µία λίστα αυτών των AH κωδικών µε τα ονόµατα της ρουτίνας λειτουργίας (DOS function calls). 00H 01H 02H 03H 04H 05H 06H 07H 08H 09H TERMINATE

More information

Product Specification

Product Specification October 2013 Product Specification Industrial mini PCI-e Module (MPM) -HERMES-D Series- Doc-No: 100-xBMPM-JDTL-1V0 This document is for information use only and is subject to change without prior notice.

More information

Table 1 - GET CONFIGURATION Command Descriptor Block

Table 1 - GET CONFIGURATION Command Descriptor Block Doc Number: T0/97-263r0 TO: T0 Membership From: Ron Roberts RE: Get Configuration Command Date: 0/22/97 0.. GET CONFIGURATION Command This command is intended to provide information to the initiator about

More information

M510DC 2.5-Inch TCG Enterprise SATA NAND Flash SSD

M510DC 2.5-Inch TCG Enterprise SATA NAND Flash SSD M510DC 2.5-Inch TCG Enterprise SATA NAND Flash SSD MTFDDAK120MBP, MTFDDAK240MBP, MTFDDAK480MBP, MTFDDAK600MBP, MTFDDAK800MBP, MTFDDAK960MBP M510DC 2.5-Inch NAND Flash SSD Features Features Micron 16nm

More information

M SATA III Industrial MLC Solid State Drive

M SATA III Industrial MLC Solid State Drive M.2 2280 SATA III Industrial MLC Solid State Drive Engineering Specification Document Number: 401-0244-00 Revision: A 2017 Delkin Devices Inc. 1 Product Overview Capacity 16GB up to 512GB SATA Interface

More information

T10/06-119r0 SAS-2 BREAK_REPLY 28 February 2006

T10/06-119r0 SAS-2 BREAK_REPLY 28 February 2006 T10/06-119r0 SAS-2 _REPLY 28 February 2006 To: T10 Technical Committee From: Timothy Hoglund, LSI Logic Date: 28 February 2006 Subject: Serial Attached SCSI - 2 (SAS-2) Revision History Revision 0 (28

More information

04-172r1 SAS-2 More counters 11 September 2005

04-172r1 SAS-2 More counters 11 September 2005 To: T10 Technical Committee From: Rob Elliott, HP (elliott@hp.com) Date: 11 September 2005 Subject: 04-172r1 SAS-2 More ers Revision history Revision 0 (21 June 2004) First revision Revision 1 (11 September

More information

The next page shows the questions asked in revision 0 of this proposal and the answers supplied by the May SCSI Working Group meeting.

The next page shows the questions asked in revision 0 of this proposal and the answers supplied by the May SCSI Working Group meeting. T10/99-163r1 Date: 13 May 1999 To: T10 Technical Committee From: Ralph Weber, LSI Logic Alternate Member of T10 Subj: EXTENDED COPY command for SPC-2 This revision contains those changes agreed by the

More information

Utility msata Solid State Drive Engineering Specification Document Number: L Revision: C

Utility msata Solid State Drive Engineering Specification Document Number: L Revision: C Utility msata Solid State Drive Engineering Specification Document Number: L500644 Revision: C 2016 Delkin Devices Inc. Product Overview Capacity 32GB up to 1TB SATA Interface SATA Revision 3.0 SATA 1.5Gbps,

More information