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

Size: px
Start display at page:

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

Transcription

1 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 Phone: Fax: and Mark Evans, Quantum Corporation Phone: Fax: Date: 28 March 1997 Subj: Proposal of rules for C/H/S and LBA calculation for inclusion in ATA/ATAPI-4 Introduction: The following is a proposal for inclusion into ATA/ATAPI-4 of additiol explicit rules for determining the cylinder/head/sector and logical block addressing values returned in the IDENTIFY DEVICE data, including the interaction of INITIALIZE DEVICE PARAMETERS and SET MAX ADDRESS. Also included in this proposal are improvements to the description of the Set Max and Read Native Maximum Address commands. The change bars indicate the edits to revision 1. Page 1

2 0.0 Host Protected Area feature set A reserved area for data storage outside the normal operating system file system is required for several specialized applications. Systems may wish to store configuration data or save memory to the device in a location that the operating systems cannot change. The Host Protected Area feature set allows a portion of the device to be reserved for such an area when the device is initially configured. A device that implements the Host Protected Area feature set shall implement the following minimum set of commands: a) READ NATIVE MAX ADDRESS b) SET MAX ADDRESS If the Host Protected Area feature set is supported, the device shall indicate so by setting bit 10 of word 82 of the IDENTIFY DEVICE response. The READ NATIVE MAX ADDRESS command allows the host to determine the maximum tive address space of the device even when a protected area has been allocated. The SET MAX ADDRESS command allows the host to redefine the maximum address of the user accessible address space. That is, when the SET MAX ADDRESS command is issued with a maximum address less than the tive maximum address, the device reduces the user accessible address space to the maximum set, providing a protected area above that maximum address. The SET MAX ADDRESS command shall be immediately preceded by a READ NATIVE MAX ADDRESS command. After the SET MAX ADDRESS command has been issued, the device shall report the reduced user address space in response to an IDENTIFY DEVICE command in words 1, 54, 57, 58, 60, and 61. Any read or write command to an address above the maximum address set shall return an IDNF error for a bad parameter just would be for any address that exceeds the device capacity. The volatility bit in the register allows the host to specify if the maximum address set is preserved over power-up and hardware reset On power up or hardware reset the device maximum address returns to the last non-volatile address setting regardless of subsequent volatile SET MAX ADDRESS commands. If the SET MAX ADDRESS command is issued with a value that exceeds the tive maximum address an Aborted command error shall be returned. Typical use of these commands would be: On Reset a) BIOS receives control after a system reset; b) BIOS issues a Read Native Max Address command to find the max capacity of the device;. c) BIOS issues a Set Max Address command to the values returned by Read Native Max Address; d) BIOS reads configuration data from the highest area on the disk; e) BIOS issues a Read Native Max Address command followed by a Non-volatile Set Max Address command to reset the device to the size of the file system. On Save to Disk a) BIOS receives control prior to shut down; b) BIOS issues a Read Native Max Address command to find the max capacity of the device; c) BIOS issues a volatile Set Max Address command to the values returned by Read Native Max Address; d) Memory is copied to the reserved area; e) Shut down completes; f) On power on or hard reset the drive max address returns to the last Non-volatile setting. These commands are intended for use only by system BIOS or other low level boot time process. Using these commands outside BIOS controlled boot or shutdown may result in damage to file systems on the device. Devices may abort a second non-volatile Set Max Address command after a power on or hardware reset Host protected area orphan sectors Page 2

3 Issuing a SET MAX ADDRESS command with an LBA value may create orphan sectors just as an INITIALIZE DEVICE PARAMETERS command may create such sectors (see B.3). If the SET MAX ADDRESS LBA value does not correspond to a cylinder boundary, orphan sectors are created. The device shall report the CHS boundary just below the requested LBA value in word 1. Sectors above this cylinder boundary are orphan sectors and the device may or may not allow access to them in CHS translation. Page 3

4 0.1 READ NATIVE MAX ADDRESS Command code F8h Feature set Host Protected Area feature set. Mandatory when the Host Protected Area feature set is implemented Protocol Non-data command, see Inputs Features Device/Head obs LBA obs DEV Command F8h Device/Head - if LBA is set to one, the maximum address shall be reported as an LBA value. If LBA is cleared to zero, the maximum address shall be reported as a CHS value Normal outputs Error Max tive sector number or LBA Max tive cylinder number low or LBA Max tive cylinder number high or LBA Device/Head obs obs DEV Max tive head or LBA Status BSY DRDY DF DRQ ERR - maximum tive sector number (Identify device information Word 6) or LBA bits (7:0) on the device. - maximum tive cylinder number low or LBA bits (15:8) on the device. - maximum tive cylinder number high or LBA bits (23:16) on device. Device/Head - maximum tive head number ((Identify device information Word 3)-1) or LBA bits (27:24) on the device. Status register - BSY shall be cleared to zero when the command is complete DRDY shall be set to one Page 4

5 DF shall be cleared to zero DRQ shall be cleared to zero ERR shall be cleared to zero Error outputs If this command is not supported an Aborted command error shall be returned. An Aborted command error shall be returned if a CHS address is requested and the device does not support a CHS translation. Error ABRT Device/Head obs obs DEV Status BSY DRDY ERR Error register - ABRT shall be set to one if this command not supported. Device/Head register - Status register - BSY shall be cleared to zero when the command is complete DRDY shall be set to one ERR shall be set to one if an Error register bit is set to one Prerequisites DRDY set equal to one Description This command returns the tive maximum address. The tive maximum address is the maximum address that is valid when using the SET MAX ADDRESS command. Page 5

6 0.2 SET MAX ADDRESS Command code F9h Feature set Host Protected Area feature set. Mandatory when the Host Protected Area feature set is implemented Protocol Non-data command, see Inputs Features V V Max tive sector number or Max LBA Max cylinder low or LBA Max cylinder high or LBA Device/Head obs LBA obs DEV Max tive head or Max LBA Command F9h - V V (Value volatile). If bit 0 is set to one, the device shall preserve the maximum values over powerup or hardware reset. If bit 0 is cleared to zero, the device shall revert to the most recent non-volatile maximum address value setting over power-up or hardware reset. - contains the maximum tive sector number (Identify device information Word 6) or LBA bits (7:0) value to be set. - contains the maximum cylinder low or LBA bits (15:8) value to be set. - contains the maximum cylinder high or LBA bits (23:16) value to be set. Device/Head - if LBA is set to one, the maximum address value is an LBA value. If LBA is cleared to zero, the maximum address value is a CHS value. DEV shall indicate the selected device. Bits (3:0) contain the maximum tive head number ((Identify device information Word 3)-1) or LBA bits (27:24) value to be set Normal outputs Error Max tive sector or Max LBA Max cylinder low or LBA Max cylinder high or LBA Device/Head obs obs DEV Max tive head or Max LBA Page 6

7 Status BSY DRDY DF DRQ ERR - maximum tive sector number or LBA bits (7:0) set on the device. - maximum cylinder number low or LBA bits (15:8) set on the device. - maximum cylinder number high or LBA bits (23:16) set on device. Device/Head - maximum tive head number or LBA bits (27:24) set on the device. Status register - BSY shall be cleared to zero when the command is complete DRDY shall be set to one DF shall be cleared to zero DRQ shall be cleared to zero ERR shall be cleared to zero Error outputs If this command is not supported or the maximum value to be set exceeds the capacity of the device an Aborted command error shall be returned. Error ABRT Device/Head obs obs DEV Status BSY DRDY ERR Error register - ABRT shall be set to one if this command not supported or maximum value requested exceeds the device capacity. Device/Head register - Status register - BSY shall be cleared to zero when the command is complete DRDY shall be set to one ERR shall be set to one if an Error register bit is set to one Prerequisites DRDY set equal to one. A successful READ NATIVE MAX ADDRESS command shall immediately precede a SET MAX ADDRESS command Description After successful completion of this command, all read and write access attempts to LBA or Cylinder addresses greater than specified in the,, and Device/Head registers shall be rejected with an IDNF error. Identify command data words 1, 54, 57, 58, 60, and 61 shall reflect the maximum address set with this command. Devices may abort a second non-volatile Set Max Address command after a power on or hardware reset. After a successful Set Max Address command using a maximum cylinder number value: Page 7

8 Identify Word 1 = Set Max Cylinder Number +1 Identify Words 60,61 = Identify Word 1 * Identify Word 3 * Identify Word 6 Identify Word 54 = Identify Words 60,61 / (Identify Word 55 * Identify Word 56) Identify Words 57,58 = Identify Word 54 * Identify Word 55 * Identify Word 56 After a successful Set Max Address using a maximum LBA address: Identify Words 60,61 = Maximum LBA address +1 Identify Word 1 = Identify Words 60,61 / (Identify Word 3 * Identify Word 6) Identify Word 54 = Identify Words 60,61 / (Identify Word 55 * Identify Word 56) Identify Words 57,58 = Identify Word 54 * Identify Word 55 * Identify Word 56 The / operator indicates integer division; the * operator multiplication. Page 8

9 0.3 INITIALIZE DEVICE PARAMETERS Command code 91h Feature set General feature set Mandatory for devices not implementing the PACKET Command feature set if a CHS translation is supported. Not mandatory for devices not implementing the PACKET command feature set if the device capacity is greater then 8 Gbytes and only LBA translation is supported. Use prohibited for devices implementing the PACKET Command feature set Protocol Non-data, see Inputs The register specifies the number of logical sectors per logical track, and the Device/Head register specifies the maximum head number. Features Logical sectors per logical track Device/Head obs obs DE V Max head Command 91h Device/Head register Normal outputs Error Device/Head obs obs DEV Status BSY DF DRQ ERR Device/Head register - Status register - BSY shall be cleared to zero when the command is complete DF shall be cleared to zero DRQ shall be cleared to zero ERR shall be cleared to zero Page 9

10 0.3.6 Error outputs Error ABRT Device/Head obs obs DEV Status BSY DF DRQ ERR Error register - ABRT shall be set to one if the device does not support the requested CHS translation. Device/Head register - Status register - BSY shall be cleared to zero when the command is complete DF (Device Fault) shall be set to one if a device fault has occurred DRQ shall be cleared to zero ERR shall be set to one if an Error register bit is set to one Prerequisites This command shall be accepted regardless of the state of DRDY Description This command ebles the host to set the number of logical sectors per track and the number of logical heads minus 1, per logical cylinder for the current CHS translation mode. A logical sectors per track value zero is illegal. If the capacity of the device is less than 16,515,072 sectors, a device shall support the CHS translation described in words 1, 3, and 6 of the IDENTIFY DEVICE information. Support of other CHS translations is optiol. If the requested CHS translation is not supported, the device shall set the Error bit to one in the Status register and set the Aborted command bit to one in the Error register before clearing the BSY bit to zero in the Status register. If the requested CHS translation is not supported, the device shall fail all media access commands with an ID Not Found error until a valid CHS translation is established. After a successful Initialize Device Parameters command: Identify Word 55 = Max Head + 1 Identify Word 56 = Logical Sectors per Logical Track Identify Word 54 = Identify Words 60,61 / (Identify Word 55 * Identify Word 56) Identify Words 57,58 = Identify Word 54 * Identify Word 55 * Identify Word 56 Page 10

11 B.2.1 Word 1 For devices less than or equal to 528 MB, IDENTIFY DEVICE data word 1 (Default Cylinders) does not specify a value greater than 1,024. If a device is greater than 528 MB but less than or equal to 8 GB, the maximum value that is placed into this word is determined by the value in Word 3 as shown in table B.1. The value in this word is changed by the Set Maximum Address command. NOTE This algorithm reserves a gap at cylinder address 16,384 to support the legacy of a maintence cylinder. Table B.1 Word 1 value Value in Word 3 Maximum value in Word 1 1 1h 65,535 FFFFh 2 2h 65,535 FFFFh 3 3h 65,535 FFFFh 4 4h 65,535 FFFFh 5 5h 32,767 7FFFh 6 6h 32,767 7FFFh 7 7h 32,767 7FFFh 8 8h 32,767 7FFFh 9 9h 16,383 3FFFh 10 Ah 16,383 3FFFh 11 Bh 16,383 3FFFh 12 Ch 16,383 3FFFh 13 Dh 16,383 3FFFh 14 Eh 16,383 3FFFh 15 Fh 16,383 3FFFh 16 10h 16,383 3FFFh Updated Table 7 Table 7 Security mode command actions Command Locked mode Unlocked mode Frozen mode CHECK POWER MODE Executable Executable Executable DEVICE RESET Executable Executable Executable DOWNLOAD MICROCODE Executable Executable Executable EXECUTE DEVICE DIAGNOSTIC Executable Executable Executable FORMAT TRACK Aborted Executable Executable IDENTIFY DEVICE Executable Executable Executable IDENTIFY DEVICE DMA Executable Executable Executable IDENTIFY PACKET DEVICE Executable Executable Executable IDLE Executable Executable Executable IDLE IMMEDIATE Executable Executable Executable INITIALIZE DEVICE PARAMETERS Executable Executable Executable NOP Executable Executable Executable PACKET Aborted Executable Executable READ BUFFER Executable Executable Executable READ DMA Aborted Executable Executable READ LONG Aborted Executable Executable READ MULTIPLE Aborted Executable Executable READ NATIVE MAX ADDRESS Executable Executable Executable READ SECTORS Aborted Executable Executable Page 11

12 READ VERIFY SECTORS Aborted Executable Executable RECALIBRATE Executable Executable Executable SECURITY DISABLE PASSWORD Aborted Executable Aborted SECURITY ERASE PREPARE Executable Executable Executable SECURITY ERASE UNIT Executable Executable Aborted SECURITY FREEZE LOCK Aborted Executable Executable SECURITY SET PASSWORD Aborted Executable Aborted SECURITY UNLOCK Executable Executable Aborted SEEK Executable Executable Executable SERVICE Aborted Executable Executable SET FEATURES Executable Executable Executable SET MAX ADDRESS Aborted Executable Executable SET MULTIPLE MODE Executable Executable Executable SLEEP Executable Executable Executable SMART DISABLE OPERATIONS Executable Executable Executable SMART ENABLE/DISABLE AUTOSAVE Executable Executable Executable SMART ENABLE OPERATIONS Executable Executable Executable SMART READ THRESHOLDS Executable Executable Executable SMART READ VALUES Executable Executable Executable SMART RETURN STATUS Executable Executable Executable SMART SAVE VALUES Executable Executable Executable STANDBY Executable Executable Executable STANDBY IMMEDIATE Executable Executable Executable WRITE BUFFER Executable Executable Executable WRITE DMA Aborted Executable Executable WRITE LONG Aborted Executable Executable WRITE MULTIPLE Aborted Executable Executable WRITE SECTORS Aborted Executable Executable WRITE VERIFY Aborted Executable Executable (i) this (i) courtesy of the Microsoft Word incomprehensible feature feature. Page 12

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

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

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

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

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 American National Standard for Information Systems Removable Media Feature Set (Changes

More information

ATA Command Extension Proposal for Media Card Pass Through Command

ATA Command Extension Proposal for Media Card Pass Through Command Media Card Pass Through Command Extension Proposal (E00157R1) ATA Command Extension Proposal for Media Card Pass Through Command Dec. 07, 2000 To: Technical Committee T13 From: Toshiba, SanDiIsk and MEI

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

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

InnoDisk FiD 2.5 SATA20000-H

InnoDisk FiD 2.5 SATA20000-H InnoDisk FiD 2.5 SATA20000-H SLC Solution Datasheet Rev 0.3 1 Rev 0.3 Datasheet, February. 2010 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 7 1. PRODUCT OVERVIEW... 8

More information

Product Specification

Product Specification August 2012 Product Specification Rugged Metal 2.5 SATA II MLC SSD - HERMES-E Series - Doc-No: 100-xR2SF-JEML-01V0 This document is for information use only and is subject to change without prior notice.

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

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

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

SLC Series. Customer. InnoDisk. Approver. Approver. Customer: Customer. Part Number: InnoDisk. Part Number: InnoDisk. SLC Series Customer: Customer Part Number: InnoDisk Part Number: InnoDisk Model me: Date: InnoDisk Approver Customer Approver Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES...

More information

Content Protection for Recordable Media (CPRM) Proposal

Content Protection for Recordable Media (CPRM) Proposal Content Protection for Recordable Media (CPRM) Proposal To: Technical Committee T13 From: Jeffrey Lotspiech IBM Corporation 650 Harry Road San Jose, CA 95120 408-927-1851 lotspiech@almaden.ibm.com Date:

More information

InnoDisk FiD 2.5 SATA20000-R

InnoDisk FiD 2.5 SATA20000-R InnoDisk FiD 2.5 SATA20000-R SLC Solution Datasheet Rev 1.0 1 Rev 1.0 Datasheet, September. 2009 Table of contents REVISION HISTORY... 4 LIST OF TABLES... 5 LIST OF FIGURES... 7 1. PRODUCT OVERVIEW...

More information

KLEVV NEO N600 SSD DATASHEET

KLEVV NEO N600 SSD DATASHEET KLEVV NEO N600 SSD DATASHEET Contents Contents... 1 1. General Description... 2 2. Mechanical Specification... 3 3. Product Specification... 4 3.1 Performance... 4 3.2 Capacity... 4 3.3 Supply Voltage...

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

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

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

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

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

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

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

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

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

Write Uncorrectable EXT Proposal

Write Uncorrectable EXT Proposal Page 1 of 5 Write Uncorrectable EXT Proposal To: T13 Technical committee From: Steve Livaccari IBM Phone: (919) 543.7393 Email: livaccar@us.ibm.com Date: August 23, 2005 1 Introduction This proposal defines

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

Revision History Revision No. History Draft Date Remark Editor 0.1 Preliminary version Jun. 04, 2010 Preliminary 0.2 Changed Part Number Jun. 18, 2010

Revision History Revision No. History Draft Date Remark Editor 0.1 Preliminary version Jun. 04, 2010 Preliminary 0.2 Changed Part Number Jun. 18, 2010 , Aug. 2010 MZ7PA256HMDR-010 2.5" SATA 3.0Gb/s MLC (NAND based Solid State Drive) SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and

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

Product Specification Industrial SLC CFast Card -HERMES Series-

Product Specification Industrial SLC CFast Card -HERMES Series- December 2010 Product Specification Industrial SLC CFast Card -HERMES Series- Doc-No: 100-XPCFAJB-01V0 This document is for information use only and is subject to change without prior notice. APRO Co.,

More information

Standard. Innodisk. Customer. Approver. Approver. Customer: Customer. Innodisk. Part Number: Innodisk. Model Name: Date:

Standard. Innodisk. Customer. Approver. Approver. Customer: Customer. Innodisk. Part Number: Innodisk. Model Name: Date: Standard Customer: Customer Part Number: Innodisk Part Number: Innodisk Model me: Date: Innodisk Approver Customer Approver Table of contents 1. INTRODUCTION... 9 2. FEATURES... 9 3. PIN ASSIGNMENT...11

More information

Product Specification

Product Specification Myung Solid State Drive 3.5 PATA MITS Series Product Specification Sep / 2012 Rev. 0.3 Table of Contents 1. Revision History....... 3 2. General Description..... 4 3. Features.. 4 4. Block Diagram....

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

InnoDisk icf8000. Industrial CompactFlash Card Datasheet. Datasheet. AmpliconBenelux.com. Rev IT and Instrumentation for Industry

InnoDisk icf8000. Industrial CompactFlash Card Datasheet. Datasheet. AmpliconBenelux.com. Rev IT and Instrumentation for Industry InnoDisk icf8000 Industrial CompactFlash Card 8000 Datasheet Rev. 1.3 1 Rev. 1.3 Datasheet, Dec. 2009 Table of contents 1. INTRODUCTION... 9 2. FEATURES... 9 3. PIN ASSIGNMENT... 11 4. PIN DESCRIPTION...

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

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module M.2 2280 Momentum Series (MLC) M336 Family Product Datasheet Date: 2018.04.20 Revision: 1.0 File: Cervoz_Industrial_Embedded_Module_M.2_2280_M336_Datasheet_Rev1.0 Revision

More information

Datasheet. Embedded Storage Solutions SATA EDOM SDM0CII-V(T/M) CDXXXXGRK-XXXXXXXX. V Aug

Datasheet. Embedded Storage Solutions SATA EDOM SDM0CII-V(T/M) CDXXXXGRK-XXXXXXXX. V Aug Embedded Storage Solutions SATA EDOM SDM0CII-V(T/M) CDXXXXGRK-XXXXXXXX 1 Revision History Revision Date Description Remark V 1.0 2014/7/29 First Release V 1.1 2015/9/1 Revised Ordering Information V 1.2

More information

SED2C Series. Embedded Storage. Solutions 2.5 SATA SSD CSXXXXXXX-XXXXXXXX. Datasheet. Industrial. 5 March 2014

SED2C Series. Embedded Storage. Solutions 2.5 SATA SSD CSXXXXXXX-XXXXXXXX. Datasheet. Industrial. 5 March 2014 Embedded Storage Industrial 2.5 SATA SSD SED2C Series CSXXXXXXX-XXXXXXXX Solutions 24, rue Gustave Madiot ZA Les Bordes 91070 BONDOUFLE Tél. : 01 69 11 51 00 infos@6ta.fr ~ http://www.6ta.fr/ 1 Table of

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

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

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

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module SATA Disk 7pin Vertical Tall Momentum Series (MLC) M210 Family Product Datasheet Date: 2015.12.29 Revision: 1.2 File: Cervoz_Industrial_Embedded_Module_SATA_Disk_7pin_Vertical_Tall_M210_Datasheet_Rev1.2

More information

SATA-Disk ModuleⅡ. RoHS Compliant. Datasheet for 7P/180D Low Profile. October 28, Version 1.0. Apacer Technology Inc.

SATA-Disk ModuleⅡ. RoHS Compliant. Datasheet for 7P/180D Low Profile. October 28, Version 1.0. Apacer Technology Inc. RoHS Compliant SATA-Disk ModuleⅡ Datasheet for 7P/180D Low Profile October 28, 2009 Version 1.0 Apacer Technology Inc. 4 th Fl., 75 intai 5 th Rd., Sec.1, Hsichih, Taipei Hsien 221, Taiwan Tel: +886-2-2698-2888

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

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module msata Momentum Series (MLC) M350 Family Product Datasheet Date: 2017.03.27 Revision: 1.1 File: Cervoz_Industrial_Embedded_Module_mSATA_M350_Datasheet_Rev 1.1 Revision

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

2.5 SATA 6.0Gb/s TLC SSD (NAND Based Solid State Drive) MZ7TD128HAFV00000B

2.5 SATA 6.0Gb/s TLC SSD (NAND Based Solid State Drive) MZ7TD128HAFV00000B Originado por & Cargo: Lista de Aprovação: Função / Nome / Assinatura e Data Paulo Giuliani, R&D Cargo: Quality Manag. Data: Nome: S.Taveira Ass.: Cargo: Operation Manag. Data: Nome: N. Gagliardo Ass.:

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

SATA III 6Gb/S 2.5 SSD Industrial Temp AQS-I25S I Series. Advantech. Industrial Temperature. Datasheet. Rev

SATA III 6Gb/S 2.5 SSD Industrial Temp AQS-I25S I Series. Advantech. Industrial Temperature. Datasheet. Rev Advantech erature Datasheet Rev. 3.0 2015-09-22 1 Features SATA III 6Gb/s SSD Advanced Global Wear-Leveling and Block management for reliability I Series Offers industrial level SSD that sustains and extends

More information

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module M.2 2280 Momentum Series (MLC) M350 Family Product Datasheet Date: 2017.03.27 Revision: 1.0 File: Cervoz_Industrial_Embedded_Module_M.2_2280_M350_Datasheet_Rev1.0 Revision

More information

CFast Module. Industrial Design and Durability. Made in the USA 5/8/2014. Version 1.0 Page 1

CFast Module. Industrial Design and Durability. Made in the USA 5/8/2014. Version 1.0 Page 1 s Industrial Design and Durability Made in the USA Version 1.0 Page 1 Product Introduction WinSystems CFast CFAST-A Series WinSystems CFast TM card provides high capacity data storage that electrically

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Momentum Series (MLC) M350 Family Product Datasheet Date: 2017.09.28 Revision: 1.4 File: Cervoz_Industrial_SSD_2.5 _SATA_M350_Datasheet_Rev 1.4 Revision History Date Revision

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

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FIV Series CSXXXXXRC-XX09XXXX. 04 Jul 2016 V1.

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FIV Series CSXXXXXRC-XX09XXXX. 04 Jul 2016 V1. Embedded Storage Solutions Industrial SATA III 2.5 Solid State Drive SED2FIV Series CSXXXXXRC-XX09XXXX 1 Table of Contents 1. Product Description... 4 1.1. Product Overview... 4 1.2. Product Features...

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

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

CFS3F Series Datasheet. Embedded Storage Solutions. Industrial. SATAIII CFast Card. CFS3FSeries CFXXXXXRX-XXXXXXXX. 27 Oct 2017

CFS3F Series Datasheet. Embedded Storage Solutions. Industrial. SATAIII CFast Card. CFS3FSeries CFXXXXXRX-XXXXXXXX. 27 Oct 2017 Embedded Storage Solutions Industrial SATAIII CFast Card CFS3FSeries CFXXXXXRX-XXXXXXXX 1 Table of Contents 1. Description 3 2. Features 3 3. Interface Description 4 3.1. Card pin Assignment 4 3.2. Card

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Momentum Series (MLC) M331 Family Product Datasheet Revision History Date Revision Description 2015.05.22 1.0 First Released Table of Contents 1. Product Overview.4 1.1 Introduction.....4

More information

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FV Series. V Aug

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FV Series. V Aug Embedded Storage Solutions Industrial SATA III 2.5 Solid State Drive SED2FV Series 1 Table of Contents Product Description... 4 1.1. Product Overview... 4 1.2. Product Features... 4 1.3. Specifications...

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

Standard. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

Standard. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Standard Customer: Customer Part Number: Innodisk Part Number: Innodisk Model me: Date: Innodisk Approver Customer Approver Table of contents 1. INTRODUCTION... 9 2. FEATURES... 9 3. PIN ASSIGNMENT...

More information

HP SSD S700 Series. Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash

HP SSD S700 Series. Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash HP SSD S700 Series Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash Read and Write IOPS (Iometer* Queue Depth 32) 120 GB Random 4 KB reads: Up to 71 K IOPS Random 4 KB

More information

1.8 PATA IDE Solid State Drive. RunCore Pro IV. 1.8 PATA IDE Solid State Disk Product Manual

1.8 PATA IDE Solid State Drive. RunCore Pro IV. 1.8 PATA IDE Solid State Disk Product Manual RunCore Pro IV 1.8 PATA IDE Solid State Disk Product Manual Version 1.2 JUL, 2010 Revision History Version #Number Description Date Version 1.0 Original Release Oct 2009 Version 1.1 Addition of some items

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Supreme Series (SLC) S310 Family Product Datasheet Date: 2015.01.05 Revision: 1.0 Revision History Date Revision Description 2015.01.05 1.0 First Released Table of Contents

More information

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FV Series. V Aug

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FV Series. V Aug Embedded Storage Solutions Industrial SATA III 2.5 Solid State Drive SED2FV Series 1 Table of Contents Product Description... 4 1.1. Product Overview... 4 1.2. Product Features... 4 1.3. Specifications...

More information

RENICE X5 CF CARD SSD Datasheet

RENICE X5 CF CARD SSD Datasheet 2011 RENICE X5 CF CARD SSD Datasheet Alee Xu Renice Technology Co., Limited 2011-8-16 1 CATALOGUE 1. INTRODUCTION...3 1.1 PRODUCT OVERVIEW...3 1.2 FEATURE...3 2. FUNCTIONAL BLOCK DIAGRAM...4 3. PRODUCT

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

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FIV Series CSXXXXXRC-XX10XXXX. 22 Aug 2017 V1.

Datasheet. Embedded Storage Solutions. Industrial. SATA III 2.5 Solid State Drive. SED2FIV Series CSXXXXXRC-XX10XXXX. 22 Aug 2017 V1. Embedded Storage Solutions Industrial SATA III 2.5 Solid State Drive SED2FIV Series CSXXXXXRC-XX10XXXX 1 Table of Contents 1. Product Description... 4 1.1. Product Overview... 4 1.2. Product Features...

More information

SCT LBA Segment Access Command Extension Proposal

SCT LBA Segment Access Command Extension Proposal SCT LBA Segment Access Command Extension Proposal October 06 2005 Revision 1 Proposers: Randeep Sidhu Dan Colegrove David McDougall Bill Martin Sierra Logic Inc. Hitachi Global Storage 9083 Foothills Blvd

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

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

Cervoz Industrial Memory Card

Cervoz Industrial Memory Card Cervoz Industrial Memory Card CFast Momentum Series (MLC) M310 Family Product Datasheet Date: 2015.01.05 Revision: 1.0 File: Revision History Date Revision Description 2015.01.05 1.0 First Released www.cervoz.com

More information

MS Series Product Specification

MS Series Product Specification Myung 3.5 Inch PATA SLC MS Series Product Specification May 2012 Rev. 0.3 Table of Contents 1. Revision History....... 3 2. General Description..... 4 3. Features.. 4 4. Block Diagram.... 5 5. Specifications..

More information

Turbo II+ 2.5" IDE Solid State Disk. DK85R Series

Turbo II+ 2.5 IDE Solid State Disk. DK85R Series Turbo II+ 2.5" IDE Solid State Disk DK85R Series 081124001064 Rev. A.6 Nov. 2008 Table of Contents 1. Product Description...1 1.1 Product Overview... 1 1.2 Product Features... 1 1.3 System Requirement...

More information

FMJ ES PC Card FEATURES

FMJ ES PC Card FEATURES FEATURES Capacity range: 128MB to 32GB Industry standard Type II PC Card form factor Integrated wear-leveling and ECC technology OVERVIEW The is a small, low cost, high performance, removable solidstate

More information

EPTDM Features SATA III 6Gb/s msata SSD

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

More information

HP SSD S700 M.2. Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash

HP SSD S700 M.2. Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash HP SSD S700 M.2 Product Specification Capacity: 120GB, 250GB, 500GB Components: 3D TLC NAND Flash Read and Write IOPS (Iometer* Queue Depth 32) 120 GB Random 4 KB reads: Up to 70 K IOPS Random 4 KB writes:

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Supreme Series (SLC) S310 Family Product Datasheet Date: 2015.04.13 Revision: 1.1 File: Cervoz_Industrial_SSD_ 2.5 _SATA _S310_Datasheet_Rev1.1 Revision History Date Revision

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Reliance Series (RO-MLC) R310 Family Product Datasheet Date: 2015.11.20 Revision: 2.0 File: Cervoz_Industrial_SSD_ 2.5 _SATA _R310_Datasheet_Rev2.0 Revision History Date

More information

Cervoz Industrial Memory Card

Cervoz Industrial Memory Card Cervoz Industrial Memory Card CFast Momentum Series (MLC) M310 Family Product Datasheet Date: 2015.11.20 Revision: 2.0 File: Revision History Date Revision Description 2015.01.05 1.0 First Released 2015.04.13

More information

RunCore Half Slim SATA. RunCore Elite III. Half Slim SATA Solid State Disk Product Manual. Version

RunCore Half Slim SATA. RunCore Elite III. Half Slim SATA Solid State Disk Product Manual. Version RunCore Elite III Half Slim SATA Solid State Disk Product Manual Version 1.0 2010.9. Revision History Version #Number Description Date 1.0 Original Release 2010.09 2 Table of Contents I. General Description...

More information

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module M.2 2260 Momentum Series (MLC) M310 Family Product Datasheet Date: 2016.04.13 Revision: 2.1 File: Cervoz_Industrial_Embedded_Module_M.2_2260_M310_Datasheet_Rev2.1 Revision

More information

70mm MiniPCI-e SATA Solid State Drive. RunCore PRO IV. 70mm MiniPCIe SATA Solid State Disk Product Manual

70mm MiniPCI-e SATA Solid State Drive. RunCore PRO IV. 70mm MiniPCIe SATA Solid State Disk Product Manual RunCore PRO IV 70mm MiniPCIe SATA Solid State Disk Product Manual Version 1.2 JUL, 2010 Revision History Version #Number Description Date Version 1.0 Original Release Dec 2009 Version 1.0 Addition of some

More information

INDEX. 1.Description. 2.Features. 3.Introduction. 4.Specification.. 5.Installation Guide.. 6.Block Diagram. 7.Assignment

INDEX. 1.Description. 2.Features. 3.Introduction. 4.Specification.. 5.Installation Guide.. 6.Block Diagram. 7.Assignment Power Quotient Intertiol Co., Ltd. INDEX 1.Description. 2.Features. 3.Introduction 4.Specification.. 5.Installation Guide.. 6.Block Diagram. 7.Assignment 8.Interface Sigl Assignments. 9.Sigl Description.

More information

SED2FIII-MP Series. Embedded Storage Solutions. SATA III 2.5 Solid State Drive. SED2FIII Series Datasheet. Enterprise Grade CSXXXXXXB-XXXXB3XX

SED2FIII-MP Series. Embedded Storage Solutions. SATA III 2.5 Solid State Drive. SED2FIII Series Datasheet. Enterprise Grade CSXXXXXXB-XXXXB3XX Embedded Storage Solutions Enterprise Grade SATA III 2.5 Solid State Drive SED2FIII-MP Series CSXXXXXXB-XXXXB3XX 1 Table of Contents 1. Product Description... 4 1.1. Product Overview... 4 1.2. Product

More information

Datasheet. Embedded Storage. Solutions. Embedded SSD. SATAIII msata (mini PCIe) MSS4FIII Series

Datasheet. Embedded Storage. Solutions. Embedded SSD. SATAIII msata (mini PCIe) MSS4FIII Series Embedded Storage Embedded SSD SATAIII msata (mini PCIe) MSS4FIII Series Solutions V1.0 1 Table of Contents 1. Product Description... 4 1.1. Product Overview... 4 1.2. Product Features... 4 1.3. System

More information

Cervoz Industrial Embedded Module

Cervoz Industrial Embedded Module Cervoz Industrial Embedded Module SATA Disk 7pin Horizontal Right Supreme Series (SLC) S310 Family Product Datasheet Date: 2015.04.27 Revision: 1.0 File: Cervoz_Industrial_Embedded_Module_SATA_Disk_7pin_Horizontal_Right_S310_Datasheet_Rev1.0

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Momentum Series (MLC) M310 Family Product Datasheet Date: 2015.11.20 Revision: 2.0 File: Cervoz_Industrial_SSD_ 2.5 _SATA _M310_Datasheet_Rev2.0 Revision History Date Revision

More information

DiskOnChip IDE Pro. Flash Disk with IDE Interface. Highlights. Operating Temperature. Environmental Conditions. IDE Modes.

DiskOnChip IDE Pro. Flash Disk with IDE Interface. Highlights. Operating Temperature. Environmental Conditions. IDE Modes. Data Sheet DiskOnChip IDE Pro Flash Disk with IDE Interface Highlights DiskOnChip IDE Pro is a flash disk with an IDE interface. It combines advanced and proven DiskOnChip technology with a standard IDE

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

Cervoz Industrial Memory Card

Cervoz Industrial Memory Card Cervoz Industrial Memory Card CFast Reliance Series (RO-MLC) R310 Family Product Datasheet Revision History Date Revision Description 2015.01.05 1.0 First Released 2015.04.13 1.1 TeraByte Written (TBW)

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

Cervoz Industrial Memory Card

Cervoz Industrial Memory Card Cervoz Industrial Memory Card CFast Reliance Series (RO-MLC) R310 Family Product Datasheet Date: 2015.04.13 Revision: 1.1 File: Revision History Date Revision Description 2015.01.05 1.0 First Released

More information

3ME3 Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

3ME3 Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3ME3 Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model me: Date: Innodisk Approver Customer Approver Table of contents 2.5 SATA SSD 3ME3 LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

KSD-USB.1. Datasheet. Rev. 1.0 AUG 2009

KSD-USB.1. Datasheet. Rev. 1.0 AUG 2009 KSD-USB.1 USB.1-XXX XXXMJ (Based on MLC NAND Flash USB SSD) Datasheet Rev. 1.0 AUG 2009 NOTE: INFORMATION IN THIS PRODUCT SPECIFICATION IS SUBJECT TO CHANGE AT ANYTIME WITHOUT NOTICE,ALL PRODUCT SPECIFICATIONS

More information

Cervoz Industrial SSD

Cervoz Industrial SSD Cervoz Industrial SSD 2.5 SATA Momentum Series (MLC) M336 Family Product Datasheet Date: 2017.07.14 Revision: 1.1 File: Cervoz_Industrial_SSD_2 5_inch_SATA_M336_Datasheet_Rev1.1 Revision History Date Revision

More information

Write Read Verify Feature Set

Write Read Verify Feature Set e04129r45 Write Read Verify Feature Set To: T13 Technical committee From: Sumit Puri Fujitsu Computer Products Of America 2904 Orchard Parkway San Jose, CA 95134 Vox: 408 570 4070 Fax: 408 999 4150 Email:

More information

Commercial Grade -240S series SSD. Product Manual

Commercial Grade -240S series SSD. Product Manual Commercial Grade -240S series SSD Product Manual March 2, 2016 Corporate Headquarters Suite C, 15/F, Capital Trade Center 62 Tsun Yip Street, Kwun Tong Kowloon, Hong Kong 1 The information in this manual

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

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

Write Read Verify Feature Set

Write Read Verify Feature Set Write Read Verify Feature Set To: T13 Technical committee From: Sumit Puri Fujitsu Computer Products Of America 2904 Orchard Parkway San Jose, CA 95134 Vox: 408 570 4070 Fax: 408 999 4150 Email: spuri@fcpa.fujitsu.com

More information