Flash Media A Forensics View. Barry Gavrich CS 589 Digital Forensics David Duggan, Bob Hutchinson, Dr. Lorie Liebrock 17 October 2006

Size: px
Start display at page:

Download "Flash Media A Forensics View. Barry Gavrich CS 589 Digital Forensics David Duggan, Bob Hutchinson, Dr. Lorie Liebrock 17 October 2006"

Transcription

1 Flash Media A Forensics View Barry Gavrich CS 589 Digital Forensics David Duggan, Bob Hutchinson, Dr. Lorie Liebrock 17 October 2006 Executive Summary Flash media consists of non-volatile memory, which offers a good trade-off for numerous data storage applications. It is available in many form factors for meeting today s high demand for portable storage solutions. Non-volatile memory does not require any power to maintain data stored within a device is located in numerous products: control systems, BIOS memory chips, USB flash drives, flash memory cards for consumer electronics, and many other multimedia devices in use today. In short, flash memory is found in virtually all of today s electronic devices due to its relatively high-density storage capability, along with its ability to withstand numerous environmental factors. Flash memory presents many familiar and new challenges to the field of digital forensics investigations, which is examined here in more depth.

2 Introduction Flash media consists of non-volatile memory, which offers good trade-offs for numerous data storage applications and is available in many form factors for meeting today s high demand for portable storage solutions in both commercial and consumer products. Non-volatile memory does not require any power to maintain data stored within a device and is found in products as diverse as: control systems, BIOS memory chips in computer systems, USB flash drives, flash memory cards for digital cameras and video recorders, game consoles, MP3 players and other multimedia devices such as mobile phones, smartphones, and PDAs. In short, flash memory is used in virtually all of today s electronic devices due to its relatively high-density storage capability, along with its ability to withstand numerous harsh environmental factors such as vibration, moisture, and temperature extremes that affect other types of storage devices. While flash memory provides a good overall solution, it has yet to replace hard disk drive (HDD) technology for storing extremely large amounts of data due to its currently higher overall cost and size per MB of storage. Manufacturing improvements in the area of flash memory is allowing flash memory to gain market share over traditional HDD technologies. Industry trends suggest that flash memory will largely supplant HDDs within the next decade. This paper is focused on the use of flash media in its most common use, that of consumer products, which provide high portability storage for data files, images, and audio / video files. The manufacturing of flash media is governed by Moore s Law, thus leading to increased density of flash media where each new product generation results in smaller, cheaper, faster memory storage per given volume. Flash memory was invented and developed by Toshiba in There are two types of flash memory technologies; NOR which is based on the use of negative OR (NOR) gates, and NAND which is based on negative AND (NAND) gates. Each technology has certain advantages, thus its usage is dictated by the specific memory application requirements. Although both types of flash memory have relatively fast read times, NAND flash has significantly faster write and erase times than that of NOR flash, thus the use of NAND flash has become predominant in today s flash memory cards, particularly for digital camera applications since it is desired to have fast write and erase cycles for use with today s higher megapixel based digital cameras. Another advantage that NAND flash has is that it is also more inexpensive to manufacture and has a higher density per given volume. Conversely, the use of NOR flash is preferred in flash based firmware applications such as computer BIOS schemes, since NOR flash has full random access as in traditional RAM based applications. NAND flash is limited to the sequential access method for addressing the memory. Both types of flash memory have a characteristic that is of primary interest for digital forensics, namely that file deletion is similar to that used in HDD technology where the operating system (OS) merely deletes its references to the file(s) until the disk area needs to be reclaimed for writing new files. Additionally, erasure of data is typically performed on a block device basis with usual physical layer block sizes of 64, 128, or 256 KB. Memory structures For either type of flash to be useful, memory structures must be implemented for each. NOR memory structures can be configured in a standard ROM memory mode, thus operating through the use of address mapping configured by a higher level device or controller and can support execute-in-place memory. The software application handles all bad block management of the memory structure. When the memory structure is in its write and erase mode, the memory structure is controlled via the Common Flash memory Interface (CIF), an open standard designed and developed by a consortium comprised of AMD, Fujitsu, Intel, and Sharp. NAND memory structures are configured as standard block devices where the block is considered the atomic unit for storage purposes at this abstraction level. Typical block sizing is either 512 or 2048 bytes in most common applications, similar to those of HDDs. Each block has a few bytes within the block reserved for overhead use in storing error detection and correction checksums, again, similar to that of HDD technology. The most common application of NAND memory is for the use of USB flash drives and memory cards. 2

3 Types of Flash Media Flash media is available in many form factors, but only the more commonly used forms will be described here. The flash media types enumerated here have similar memory structures supporting standard filesystems including Windows FAT32 and NTFS, Apple HFS, and Linux (typically ext2 and ext3). From a forensic standpoint, most flash media devices can be analyzed using a number of existing digital forensic tools available today. Command line tools and tool kits such as Sleuth Kit / Autopsy, EnCase, SafeBack, and others provide a large array of tools for analyzing storage mediums at various layers and performing forensic duplications. Compact Flash (CF) cards were first developed in 1994 by SanDisk using NOR memory originally, but have migrated to a NAND memory basis in current production schemes. CF cards are similar to PCMCIA or CardBus technologies and use the PCMCIA-ATA interface. CF cards also contain an onboard IDE controller for communicating to the memory itself, similar to HDDs. CF cards with storage capacities of up to 8GB are common today. SmartMedia (SM) cards were first developed in 1995 by Toshiba using the more inexpensive and higher density NAND memory. SM card technology is significantly smaller than that of CF as it lacks an onboard controller. Thus, the electronic device using the SM card must control the memory directly. SM cards are limited to a maximum capacity of 128MB. This format has been replaced largely by Secure Digital cards in most small portable consumer devices due to its smaller form factor and higher capacity. Secure Digital (SD) cards were first developed by a consortium consisting of Matsushita, SanDisk, and Toshiba in The term Secure refers to the technology s inclusion of encryption hardware to allow for Digital Rights Management (DRM) in the format, but is not used in most applications. Neither CF nor SM technologies support any form of DRM. Similar to SM cards, the SD format requires the electronic device to control the memory directly. SD cards with storage capacities of up to 8GB are common today. An even smaller version of the SD card has become popular for use in next generation mobile phones and GPS units, namely microsd cards. This format has high future potential for two reasons. It is currently the smallest mass produced form factor at 11 x 15 x 1 mm, making it ideal for ultra portability and use in personal communication devices. Second, microsd cards have the capability to support Near Field Communication (NFC) technology. NFC holds the promise of allowing two portable devices to communicate directly when in close proximity (maximum range of 20 cm, typically less than 2 cm) in the 13.56MHz RF band. SD cards with storage capacities of up to 2GB are common. While there are a number of other varieties of flash media, the above types represent the bulk of the current market types in common use for non-volatile portable storage devices. Many of these form factors can be utilized in place of other older technologies via the use of adapters that allow a smaller but electrically compatible device to be placed into a larger form factor card slot (e.g., a microsd can be placed in an SD card adapter for use in SD card applications). Many notebook computers have a PCMCIA and/or SD card slot available, thus allowing users to transfer data between flash media cards and the host computer relatively easily. Another related technology that is being exploited for use in PDAs and MP3 players, is that of microdrives. While microdrives are not flash memory based, they are similar in nature as they are miniature HDDs that can fit in a CF type II card slot in an electronic device. A number of MP3 players are being introduced that utilize 1 or 0.85 microdrives for storage purposes. Since they are designed to fit the CF form factor and standards, these drives also support the ATA command interface natively. Microdrives supporting larger than 4GB of storage are formatted using FAT32, NTFS, or Linux filesystems. Two other dominant form factors for flash media are those of USB flash drives and flash based MP3 players. USB flash drives and MP3 players are generally based on using NAND memory technology and can support filesystem types such as FAT32, NTFS, HFS, and Linux filesystems. USB flash drives would normally be considered in the same category as flash media cards regardless of their physical packaging, as a number of the products today are being unbundled from their traditional USB stick" shape. This 3

4 leaves MP3 players as a more unique form factor based on the balance of the supporting electronics making up the player. Our concern here though is strictly with the flash memory itself, which is accessed by various connectivity interfaces depending on the manufacturer of the device. Problem Description The growing use of flash media presents a significant challenge in both the number and types of devices that can provide data storage capabilities. While much of the digital forensics field has been focused on the analysis and study of HDD technologies, it is becoming a baseline requirement that the digital forensics community become as experienced with supporting forensic investigations of non-hard disk technologies such as flash media devices. Currently, many of the same problems exist with flash media as in traditional HDDs. Examining both allocated and unallocated space, searching for deleted files, and analyzing slack space is a tedious and time consuming task. With the widespread use of flash memory in its numerous form factors, its high portability, ease of concealment due to its small size, criminal and corporate investigators are being challenged to seek new and innovative ways to perform digital forensics investigations for recovering deleted and hidden data that can be used to prove criminal intent or activities. With flash memory devices being configured as block devices, the use of standard filesystem structures modified for flash memory operations has become the norm. The initial filesystem developed by Microsoft, was the Flash File System 2 (FFS2), which was an MS-DOS equivalent architecture. Subsequently, the PCMCIA trade group drove the next generation specification for the Flash Translation Layer (FTL), which has the device appear as a FAT filesystem to the host device. Similar filesystems have been developed for use with Linux kernels, namely the Journaling Flash File System (JFFS), JFFS2, and Yet Another Flash File System (YAFFS). The YAFFS is capable of interfacing with non-linux kernels such as Microsoft s WinCE platform, which is used for a number of small portable devices such as PDAs, smartphones, and handheld PCs. Flash memory exhibits a unique phenomenon in that the memory cells that physically store the 0 and 1 bits can wear out from constant write and erase cycles. Even though the standard industry guarantee is that a flash memory device will support one million (1,000,000) write / erase cycles, many flash devices experience premature failure prematurely due the constant write / erase cycles to a limited area within the memory structure. To help counter this phenomenon, wear-leveling was introduced in modern systems to cause the write / erase cycles to be spread throughout the memory structure so as to increase the overall lifespan of the flash media. Wear-leveling is generally implemented at the hardware level so as to keep the data layer consistent with established filesystems. Potentially, wear-leveling can be reverse engineered and leveraged so that an individual desiring to hide data could carve out a portion of the memory structure so as to not be used during normal write / erase cycles. If 100MB of storage on an 8GB flash media device were carved out for data hiding purposes, this would represent 1.25% of the card s total memory structure. A casual observation of the memory contents could easily miss this hidden portion, which could hide a significant amount of data. Solutions Flash media can be interrogated through the respective host environment (e.g., digital camera, MP3 players), or in a standalone fashion for devices that have the capability of being inserted into a computer interface (e.g., USB, SD, or CardBus connection). Unfortunately once many of these devices are connected to a computer via their interface cable or inserted into the host computer itself, the host computer OS writes overhead data to the flash memory in preparation for communication, thus possibly ruining the integrity of the media prior to an investigation being carried out. Use of a standalone controller or dedicated media drive bay that keeps the flash memory isolated is a popular method for performing forensic investigations. The OnSpec 90C46D is an ATA/ATAPI is a flash media read/write controller that supports up to twenty-seven different form factors for flash memory cards. It is compatible with Windows 95B/98/2000/XP, Apple OS X, and Linux v2.4 or later kernels. Another unit available is the OmniFlash Uno4 (7-4-1), an IDE/ATAPI compliant drive system that provides the capability to support CF, SM, SD, microsd, and microdrive units in a 3.5 drive bay of a desktop 4

5 computer. It is compatible with Windows 95B/98/NT4.0/2000/XP, MS-DOS, and Linux v2.4 or later kernels. These two hardware solutions give a forensic investigator a good choice for analyzing the flash memory contents using both open source and commercially available tool kits. This allows the investigator to use already familiar tools to make qualified forensic duplicates and perform a digital forensics investigation following established procedures for preserving the integrity of the data. Future Practice and Research Current industry trends indicate the increased use of flash memory in many applications. As the manufacturing density increases, flash memory disks will come into mainstream use, eventually replacing today s HDDs. Samsung began shipping notebook computers in May 2006 incorporating a 32GB NAND flash memory solid state disk (SSD) in lieu of a traditional HDD. These new 1.8 SSDs are capable of reading from the device at 53MB per second (300% faster than current HDD technology), and writing to the device at 28MB per second (150% faster than current HDD technology). Power consumption is greatly reduced, thus extending the overall operating time of the notebook. Additionally, SSD devices can survive much more rugged environments than traditional HDDs such as severe impact forces and liquid contamination of the notebook itself. Overall, the demand for memory products is increasing, but probably none more than that of non-volatile memory for use in highly portable handheld devices. Figure 1 provides the projected growth of flash memory requirements in the marketplace. The largest growth areas for flash memory will be in mobile phone, music players, and imaging. Figure 1. NAND flash consumption, current and forecast Current manufacturing technology of flash memory uses 2-bit/cell storage also referred to as multi level cell (MLC) fabrication technology. Rapid progress is being made for commercializing the next generation of 4-bit/cell storage capacity. Announcements have been made by two industry suppliers: Msystems is projecting the fabrication of 4-bit/cell NAND flash in the near future, and similarly an announcement by Spansion for producing 4-bit/cell NOR flash memory by the end of 2006, with 16GB devices being delivered in From a forensics viewpoint, the advent of SDD technology will help to mitigate these problems associated with HDD technology, thus saving valuable time that is presently spent in repairing damaged drives and applying it to the forensic investigation itself. This will allow for a faster overall turn-around time for performing the forensic analysis portion of a given investigation. Additional research will need to be applied to flash memory technologies to strive to improve forensic investigation capabilities within the ever increasing capacity of the flash memory device. 5

6 Bibliography Wikipedia, Flash media, Memorex, Reference guide for flash media, WhitePaper_Reference_Guide_Flash_Mar06.pdf New Technologies Inc. (NTI), Processing flash media, Wikipedia, Memory card, OnSpec Electronic Inc., ATA / ATAPI / PCMCIA storage, CompuApps Inc., OmniFlash products, IDE% htm Samsung, Samsung electronics launches the world s first pcs with nand flash-based solid state disk, HowStuffWorks, How flash memory works, Msystems, msystems' x4 technology: 4-bit/cell NAND usage impossible? possible!, 6E3C8278CE69/0/ x4_technology_white_paper.pdf Spansion, Spansion announces mirrorbit(r) quad technology - world's first 4-bit-per cell flash memory, 6

NAND Flash Memory. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

NAND Flash Memory. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University NAND Flash Memory Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Flash Memory Memory Types EPROM FLASH High-density Low-cost High-speed Low-power

More information

Solid State Drives (SSDs) Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

Solid State Drives (SSDs) Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University Solid State Drives (SSDs) Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Memory Types FLASH High-density Low-cost High-speed Low-power High reliability

More information

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University NAND Flash-based Storage Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics NAND flash memory Flash Translation Layer (FTL) OS implications

More information

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University NAND Flash-based Storage Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics NAND flash memory Flash Translation Layer (FTL) OS implications

More information

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

NAND Flash-based Storage. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University NAND Flash-based Storage Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics NAND flash memory Flash Translation Layer (FTL) OS implications

More information

Flash Memory Guide Portable Flash memory for computers, digital cameras, cell phones and other devices. kingston.com.flash

Flash Memory Guide Portable Flash memory for computers, digital cameras, cell phones and other devices. kingston.com.flash kingston.com.flash Flash Memory Guide Portable Flash memory for computers, digital cameras, cell phones and other devices Kingston, the world s leading independent manufacturer of memory products, offers

More information

NAND Flash-based Storage. Computer Systems Laboratory Sungkyunkwan University

NAND Flash-based Storage. Computer Systems Laboratory Sungkyunkwan University NAND Flash-based Storage Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics NAND flash memory Flash Translation Layer (FTL) OS implications

More information

Storage Architecture and Software Support for SLC/MLC Combined Flash Memory

Storage Architecture and Software Support for SLC/MLC Combined Flash Memory Storage Architecture and Software Support for SLC/MLC Combined Flash Memory Soojun Im and Dongkun Shin Sungkyunkwan University Suwon, Korea {lang33, dongkun}@skku.edu ABSTRACT We propose a novel flash

More information

SSD (Solid State Disk)

SSD (Solid State Disk) SSD (Solid State Disk) http://en.wikipedia.org/wiki/solid-state_drive SSD (Solid State Disk) drives Most SSD drives gives very good performance 4x ~ 100x No noise, low weight, power and heat generation

More information

WHITE PAPER. Know Your SSDs. Why SSDs? How do you make SSDs cost-effective? How do you get the most out of SSDs?

WHITE PAPER. Know Your SSDs. Why SSDs? How do you make SSDs cost-effective? How do you get the most out of SSDs? WHITE PAPER Know Your SSDs Why SSDs? How do you make SSDs cost-effective? How do you get the most out of SSDs? Introduction: Solid-State Drives (SSDs) are one of the fastest storage devices in the world

More information

Intel s s Memory Strategy for the Wireless Phone

Intel s s Memory Strategy for the Wireless Phone Intel s s Memory Strategy for the Wireless Phone Stefan Lai VP and Co-Director, CTM Intel Corporation Nikkei Microdevices Memory Symposium January 26 th, 2005 Agenda Evolution of Memory Requirements Evolution

More information

G i v e Y o u r H a r d D r i v e w h a t i t s B e e n M i s s i n g P e r f o r m a n c e The new Synapse

G i v e Y o u r H a r d D r i v e w h a t i t s B e e n M i s s i n g P e r f o r m a n c e The new Synapse OCZ Synapse Cache Solid State Drives accelerate workstation and desktop computing applications with an innovative hardware-meets-software design and advanced caching feature-set. Delivers up to 8, IOPS

More information

Presented by: Nafiseh Mahmoudi Spring 2017

Presented by: Nafiseh Mahmoudi Spring 2017 Presented by: Nafiseh Mahmoudi Spring 2017 Authors: Publication: Type: ACM Transactions on Storage (TOS), 2016 Research Paper 2 High speed data processing demands high storage I/O performance. Flash memory

More information

Anatomy of Linux flash file systems

Anatomy of Linux flash file systems Options and architectures Skill Level: Intermediate M. Tim Jones (mtj@mtjones.com) Consultant Engineer Emulex Corp. 20 May 2008 You've probably heard of Journaling Flash File System (JFFS) and Yet Another

More information

NAND/MTD support under Linux

NAND/MTD support under Linux 12 July 2012 NAND Features 1 Flash is everywhere NAND Features non-volatile computer storage chip that can be electrically erased and reprogrammed usb flash drives memory cards solid-state drives Flash

More information

Content courtesy of Wikipedia.org. David Harrison, CEO/Design Engineer for Model Sounds Inc.

Content courtesy of Wikipedia.org. David Harrison, CEO/Design Engineer for Model Sounds Inc. Content courtesy of Wikipedia.org David Harrison, CEO/Design Engineer for Model Sounds Inc. Common FLASH Memory SD cards + mini, micro versions serial interface slower Compact Flash - parallel interface

More information

Toshiba America Electronic Components, Inc. Flash Memory

Toshiba America Electronic Components, Inc. Flash Memory Toshiba America Electronic Components, Inc. Flash Memory Fact Sheet Company Overview Combining quality and flexibility with design engineering expertise, TAEC brings a breadth of advanced, next-generation

More information

APRO aslc SATA III CFast Card

APRO aslc SATA III CFast Card aslc SATA III CFast Card PHANES-C Series Product Specification APRO aslc SATA III CFast Card Version 01V1 Document No. 100-xPCFA-PCCTMBAS November 14 APRO CO., LTD. Phone: +88628226-1539 Fax: +88628226-1389

More information

File System Management

File System Management Lecture 8: Storage Management File System Management Contents Non volatile memory Tape, HDD, SSD Files & File System Interface Directories & their Organization File System Implementation Disk Space Allocation

More information

SATA III MLC CFast Card

SATA III MLC CFast Card SATA III MLC CFast Card PHANES-C Series Product Specification APRO MLC SATA III CFast Card Version 01V0 Document No. 100-xPCFA-JGTM April 2015 APRO CO., LTD. Phone: +88628226-1539 Fax: +88628226-1389 This

More information

Optimizes Embedded Flash-based Storage for Automotive Use

Optimizes Embedded Flash-based Storage for Automotive Use WHITE PAPER Optimizes Embedded Flash-based Storage for Automotive Use The In-Vehicle Infotainment (IVI) systems in new car designs today have a huge appetite for data storage capacity and this appetite

More information

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved.

WWW. FUSIONIO. COM. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io, All Rights Reserved. Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability iodrive Fusion-io s Solid State Storage A New Standard for Enterprise-Class Reliability Fusion-io offers solid state storage

More information

Computers. Storage, storage units & accessing. R. S., Elektronika,

Computers. Storage, storage units & accessing. R. S., Elektronika, Computers Storage, storage units & accessing R. S., Elektronika, 10. 12. 2008 Data storage devices A data storage device is a device for recording (storing) information (data). Recording can be done using

More information

The Many Flavors of NAND and More to Come

The Many Flavors of NAND and More to Come The Many Flavors of NAND and More to Come Brian Shirley VP Micron Memory Product Group 1 NAND Market Growth Drivers Top 10 Applications by Units Shipped 4000 # of Units per Application 3500 Millions of

More information

NON-VOLATILE SOLID STATE RECORDING

NON-VOLATILE SOLID STATE RECORDING NON-VOLATILE SOLID STATE RECORDING Doyle Johnson Mountain Optech Inc. 4775 Walnut St, Suite A Boulder CO 80301 Phone: +1-303-444-2851; FAX: +1-303-444-4431 doyle@mt-optec.com Presented at the THIC Meeting

More information

IDEMA Keynote Address February 17, Sanjay Mehrotra COO, Executive VP

IDEMA Keynote Address February 17, Sanjay Mehrotra COO, Executive VP IDEMA Keynote Address February 17, 2005 Sanjay Mehrotra COO, Executive VP The Future of Flash MemoryIs Everywhere Product Line Breadth & Depth USB 2.0 Reader Memory Stick PRO SD TransFlash MP3 Players

More information

Delkin Devices, Inc.

Delkin Devices, Inc. Delkin Devices, Inc. Delkin Devices Company Overview Industrial Memory Market Product Overview & Roadmaps The Delkin Advantage Company Overview Delkin Overview Private company founded in 1986 USA-based

More information

Sentient Storage: Do SSDs have a mind of their own? Tom Kopchak

Sentient Storage: Do SSDs have a mind of their own? Tom Kopchak Sentient Storage: Do SSDs have a mind of their own? Tom Kopchak :: @tomkopchak About me Why we're here Current forensic practices for working with hard drives are well-defined Solid state drives behave

More information

Unit 2: Technology Systems. Computer and technology systems

Unit 2: Technology Systems. Computer and technology systems Unit 2: Technology Systems Computer and technology systems So far Introduction Applications in different industries Issues Sustainability Privacy and copyright Networking Today Learning aim B: Understand

More information

SATA III MLC CFast Card

SATA III MLC CFast Card SATA III MLC CFast Card HERMES-G Series Product Specification APRO MLC SATA III CFast Card Version 01V2 Document No. 100-xPCFA-JGTM April 2015 APRO CO., LTD. Phone: +88628226-1539 Fax: +88628226-1389 This

More information

Acknowledgments Introduction p. 1 Brief History of Information Storage Technology p. 2 Early Storage Technologies p. 2 Storage of Sound p.

Acknowledgments Introduction p. 1 Brief History of Information Storage Technology p. 2 Early Storage Technologies p. 2 Storage of Sound p. Preface p. xix Acknowledgments p. xxi Introduction p. 1 Brief History of Information Storage Technology p. 2 Early Storage Technologies p. 2 Storage of Sound p. 3 Computer Data Storage p. 5 Basic Concepts

More information

DMP SATA DOM SDM-4G-V SDM-8G-V SDM-16G-V

DMP SATA DOM SDM-4G-V SDM-8G-V SDM-16G-V DMP SATA DOM SDM-4G-V SDM-8G-V SDM-16G-V Copyright The information in this manual is subject to change without notice for continuous improvement in the product. All rights are reserved. The manufacturer

More information

16:30 18:00, June 20 (Monday), 2011 # (even student IDs) # (odd student IDs) Scope

16:30 18:00, June 20 (Monday), 2011 # (even student IDs) # (odd student IDs) Scope Final Exam 16:30 18:00, June 20 (Monday), 2011 #440102 (even student IDs) #440112 (odd student IDs) Scope Chap. 1 5 (except 3.7, 5.7) Chap. 6.1, 6.3, 6.4 Chap. 7.1 7.6 Closed-book exam 1 Storage Jin-Soo

More information

Multi-Level Cell NAND Flash Performance for Consumer Applications Application Note

Multi-Level Cell NAND Flash Performance for Consumer Applications Application Note Multi-Level Cell NAND Flash Performance for Consumer Applications Application Note Revision 1.0 May 2004 Copyright 2004 by Toshiba America Electronic Components, Inc. All Rights Reserved. This Multi-Level

More information

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D.

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. Chapter Two File Systems CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. 1 Learning Objectives At the end of this section, you will be able to: Explain the purpose and structure of file systems

More information

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes

Chapter 6A. Describing Storage Devices. Describing Storage Devices. Types of Storage Devices. Store data when computer is off Two processes Chapter 6A Types of Storage Devices Describing Storage Devices Store data when computer is off Two processes Writing data Reading data 2 Describing Storage Devices Storage terms Media is the material storing

More information

Understanding SSD overprovisioning

Understanding SSD overprovisioning Understanding SSD overprovisioning Kent Smith, LSI Corporation - January 8, 2013 The over-provisioning of NAND flash memory in solid state drives (SSDs) and flash memory-based accelerator cards (cache)

More information

3MG2-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

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

More information

Mobile phones Memory technologies MMC, emmc, SD & UFS

Mobile phones Memory technologies MMC, emmc, SD & UFS http://www.linux-mtd.infradead.org/ Mobile phones Memory technologies MMC, emmc, SD & UFS Good reads The Flash memory mobile forensic article must be read! http://www.informit.com/store/product.aspx?isbn=0132396556

More information

Grade 5 lesson 2 Computer storage and computer care and you

Grade 5 lesson 2 Computer storage and computer care and you Grade 5 lesson 2 Computer storage and computer care and you COMPUTER STORAGE 1 Storage is a means to hold and store data to present and future use. All computers have some sort of storage to function properly.

More information

1MG3-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

1MG3-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 1MG3-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents 2.5 PATA SSD 1MG3-P LIST OF FIGURES... 6 1. PRODUCT

More information

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

3IE Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: 3IE Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents SATADOM-MV 3IE LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

Storage. Chapter3 ITBIS105

Storage. Chapter3 ITBIS105 Storage Chapter3 ITBIS105 IS-IT-UOB 2013 Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage

More information

Kanguru FlashBlu II User Guide

Kanguru FlashBlu II User Guide Kanguru FlashBlu II User Guide Copyright 2014, All Rights Reserved Model no: ALK Notices and Information NOTICES AND INFORMATION Please be aware of the following points before using your Kanguru FlashBlu

More information

The Past, Present, and Future of SD Memory Cards

The Past, Present, and Future of SD Memory Cards The Past, Present, and Future of SD Memory Cards Douglas Wong Toshiba America Electronic Components, Inc. Flash Memory Summit 2011 Santa Clara, CA 1 Early Flash Memory Cards in the 90s PCMCIA ATA Card

More information

Digital Cameras. An evaluation of the collection, preservation and evaluation of data collected from digital

Digital Cameras. An evaluation of the collection, preservation and evaluation of data collected from digital Ronald Prine CSC 589 - Digital Forensics New Mexico Institute of Mining and Technology October 17, 2006 Digital Cameras Executive Summary An evaluation of the collection, preservation and evaluation of

More information

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

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

More information

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM Memories Overview Memory Classification Read-Only Memory (ROM) Types of ROM PROM, EPROM, E 2 PROM Flash ROMs (Compact Flash, Secure Digital, Memory Stick) Random Access Memory (RAM) Types of RAM Static

More information

Flash File Systems Overview

Flash File Systems Overview Table of contents 1.0 Overview 3 1.1 Flash architecture 3 1.1.1 Partitions 3 1.1.2 Blocks 3 1.2 Programming data 3 1.3 Data integrity 4 2.0 Flash file system functions 4 2.1 Wear leveling 4 2.2 Reclaim

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

GLS87BP032G3/064G3/128G3/256G3/512G3/001T3 Industrial Temp SATA M.2 ArmourDrive PX Series

GLS87BP032G3/064G3/128G3/256G3/512G3/001T3 Industrial Temp SATA M.2 ArmourDrive PX Series Features Industry Standard M.2 Serial ATA (SATA) Host Interface - SATA 1.5Gb/s, 3Gb/s and 6Gb/s - SATA Revision 3.2 - ATA/ATAPI-8 compliant - Supports 48-bit address feature set Performance - Sequential

More information

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23 FILE SYSTEMS CS124 Operating Systems Winter 2015-2016, Lecture 23 2 Persistent Storage All programs require some form of persistent storage that lasts beyond the lifetime of an individual process Most

More information

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

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

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 Name: Date: InnoDisk Approver Customer Approver Table of contents SATADOM-ML 3ME3 LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

SFS: Random Write Considered Harmful in Solid State Drives

SFS: Random Write Considered Harmful in Solid State Drives SFS: Random Write Considered Harmful in Solid State Drives Changwoo Min 1, 2, Kangnyeon Kim 1, Hyunjin Cho 2, Sang-Won Lee 1, Young Ik Eom 1 1 Sungkyunkwan University, Korea 2 Samsung Electronics, Korea

More information

FILE SYSTEMS, PART 2. CS124 Operating Systems Fall , Lecture 24

FILE SYSTEMS, PART 2. CS124 Operating Systems Fall , Lecture 24 FILE SYSTEMS, PART 2 CS124 Operating Systems Fall 2017-2018, Lecture 24 2 Last Time: File Systems Introduced the concept of file systems Explored several ways of managing the contents of files Contiguous

More information

Flash memory talk Felton Linux Group 27 August 2016 Jim Warner

Flash memory talk Felton Linux Group 27 August 2016 Jim Warner Flash memory talk Felton Linux Group 27 August 2016 Jim Warner Flash Memory Summit Annual trade show at Santa Clara Convention Center Where there is money, trade shows follow. August 8 11, 2016 Borrowing

More information

Pseudo SLC. Comparison of SLC, MLC and p-slc structures. pslc

Pseudo SLC. Comparison of SLC, MLC and p-slc structures. pslc 1 Pseudo SLC In the MLC structures, it contains strong pages and weak pages for 2-bit per cell. Pseudo SLC (pslc) is to store only 1bit per cell data on the strong pages of MLC. With this algorithm, it

More information

Computer System Management - File Systems

Computer System Management - File Systems Computer System Management - File Systems Amarjeet Singh August 27, 2012 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Lab Session Please read through the handout and

More information

NAND Flash Memory. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

NAND Flash Memory. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University NAND Flash Memory Jinkyu Jeong (Jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu ICE3028: Embedded Systems Design, Fall 2018, Jinkyu Jeong (jinkyu@skku.edu) Flash

More information

Cruzer flash drive NOT detected by Windows PC

Cruzer flash drive NOT detected by Windows PC Cruzer flash drive NOT detected by Windows PC My Cruzer flash drive is NOT detected when plugged in to my PC. What do I do? SOLUTION 1 - Verify if minimum operating system requirements are met. Operating

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 Name: Date: Innodisk Approver Customer Approver Table of contents SATA Slim 3ME3 LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

Running Head: IPHONE FORENSICS 1. iphone Forensics Jaclyn Sottilaro Monica Figueroa-Santos Antonina Spinella Saint Leo University

Running Head: IPHONE FORENSICS 1. iphone Forensics Jaclyn Sottilaro Monica Figueroa-Santos Antonina Spinella Saint Leo University Running Head: IPHONE FORENSICS 1 iphone Forensics Jaclyn Sottilaro Monica Figueroa-Santos Antonina Spinella Saint Leo University IPHONE FORENSICS 2 Abstract With an ever-growing evolution on technology,

More information

College of Computer & Information Science Spring 2010 Northeastern University 12 March 2010

College of Computer & Information Science Spring 2010 Northeastern University 12 March 2010 College of Computer & Information Science Spring 21 Northeastern University 12 March 21 CS 76: Intensive Computer Systems Scribe: Dimitrios Kanoulas Lecture Outline: Disk Scheduling NAND Flash Memory RAID:

More information

1ME Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

1ME Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 1ME Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents 2.5 PATA SSD 1ME LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

Silicon Motion Technology Corporation

Silicon Motion Technology Corporation Silicon Motion Technology Corporation Silicon for Mobile Information Investor Presentation March 2006 Safe Harbor Statement This presentation does not constitute or form part of any offer for sale or subscription

More information

Secondary storage. CS 537 Lecture 11 Secondary Storage. Disk trends. Another trip down memory lane

Secondary storage. CS 537 Lecture 11 Secondary Storage. Disk trends. Another trip down memory lane Secondary storage CS 537 Lecture 11 Secondary Storage Michael Swift Secondary storage typically: is anything that is outside of primary memory does not permit direct execution of instructions or data retrieval

More information

3MR-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date:

3MR-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: 3MR-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of Contents LIST OF FIGURES... 6 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION

More information

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

3ME Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3ME Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents SATADOM-MV 3ME LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

3MG2-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date:

3MG2-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: 3MG2-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of Contents 1.8 SATA SSD 3MG2-P LIST OF FIGURES... 6 1. PRODUCT

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

Optimize your system designs using Flash memory

Optimize your system designs using Flash memory Optimize your system designs using Flash memory Howard Cheng Sr. Segment Applications Manager Embedded Solutions Group, Micron 2012 Micron Technology, Inc. All rights reserved. Products are warranted only

More information

FAQs HP Z Turbo Drive Quad Pro

FAQs HP Z Turbo Drive Quad Pro FAQs HP Z Turbo Drive Quad Pro Product performance/implementation What is the HP Z Turbo Drive PCIe SSD? The HP Z Turbo Drive PCIe SSD is the family name for an M.2 PCIe connected SSD. The M.2 PCIe card

More information

GLS89SP032G3/064G3/128G3/256G3/512G3/001T3 Industrial Temp 2.5 SATA ArmourDrive PX Series

GLS89SP032G3/064G3/128G3/256G3/512G3/001T3 Industrial Temp 2.5 SATA ArmourDrive PX Series Features Industry Standard 2.5 SATA Host Interface - SATA 1.5Gb/s, 3Gb/s and 6Gb/s - SATA Revision 3.2 - ATA/ATAPI-8 compliant - Supports 48-bit address feature set Performance - Sequential data read:

More information

SD 3.0 series (MLC) Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date:

SD 3.0 series (MLC) Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: SD 3.0 series (MLC) Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents Industrial SD card 3.0 (MLC) LIST OF FIGURES...

More information

Solid State Drives Leading the Innovation Curve

Solid State Drives Leading the Innovation Curve Solid State Drives Leading the Innovation Curve Don Barnetson SanDisk Corp. Achieve More. March 9 th, 2009 1 Forward Looking Statements During our meeting and presentation today we will be making forwardlooking

More information

Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices

Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices Page Mapping Scheme to Support Secure File Deletion for NANDbased Block Devices Ilhoon Shin Seoul National University of Science & Technology ilhoon.shin@snut.ac.kr Abstract As the amount of digitized

More information

GLS86FB008G2 / 016G2 / 032G2 / 064G2 Industrial Temp msata ArmourDrive

GLS86FB008G2 / 016G2 / 032G2 / 064G2 Industrial Temp msata ArmourDrive Features Industry Standard mini-serial ATA (minisata or msata) Host Interface - SATA 1.5 Gb/s or SATA 3.0 Gb/s 1) - ATA/ATAPI-8 compliant - Supports 48-bit address feature set Performance - Sequential

More information

SD 3.0 series (SLC) Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date:

SD 3.0 series (SLC) Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: SD 3.0 series (SLC) Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents Industrial SD card 3.0 (SLC) LIST OF FIGURES...

More information

CS311 Lecture 21: SRAM/DRAM/FLASH

CS311 Lecture 21: SRAM/DRAM/FLASH S 14 L21-1 2014 CS311 Lecture 21: SRAM/DRAM/FLASH DARM part based on ISCA 2002 tutorial DRAM: Architectures, Interfaces, and Systems by Bruce Jacob and David Wang Jangwoo Kim (POSTECH) Thomas Wenisch (University

More information

Frequently asked questions from the previous class survey

Frequently asked questions from the previous class survey CS 370: OPERATING SYSTEMS [MASS STORAGE] Shrideep Pallickara Computer Science Colorado State University L29.1 Frequently asked questions from the previous class survey How does NTFS compare with UFS? L29.2

More information

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

3ME2 Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3ME2 Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents LIST OF FIGURES... 6 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION

More information

Advancements in SSD Forensics

Advancements in SSD Forensics Advancements in SSD Forensics Jeff Hedlesky, Guidance Software David Sun, S34A Chris Bross, DriveSavers www.encase.com/ceic www.s34a.com www.drivesavers.com Presentation Overview Introduction Background

More information

Using Transparent Compression to Improve SSD-based I/O Caches

Using Transparent Compression to Improve SSD-based I/O Caches Using Transparent Compression to Improve SSD-based I/O Caches Thanos Makatos, Yannis Klonatos, Manolis Marazakis, Michail D. Flouris, and Angelos Bilas {mcatos,klonatos,maraz,flouris,bilas}@ics.forth.gr

More information

Chapter 1. Computer Technology Concept of Programming & Algorithm and Flow Charts

Chapter 1. Computer Technology Concept of Programming & Algorithm and Flow Charts Chapter 1 Computer Technology Concept of Programming & Algorithm and Flow Charts What is Computer? Computer is a device that can perform computations and make logical decisions billions of times faster

More information

TEFS: A Flash File System for Use on Memory Constrained Devices

TEFS: A Flash File System for Use on Memory Constrained Devices 2016 IEEE Canadian Conference on Electrical and Computer Engineering (CCECE) TEFS: A Flash File for Use on Memory Constrained Devices Wade Penson wpenson@alumni.ubc.ca Scott Fazackerley scott.fazackerley@alumni.ubc.ca

More information

3MG2-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

3MG2-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3MG2-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of Contents 1.8 SATA SSD 3MG2-P LIST OF FIGURES... 6 1. PRODUCT

More information

3MG-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

3MG-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3MG-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents LIST OF FIGURES... 6 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION

More information

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

3ME2 Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3ME2 Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents LIST OF FIGURES... 6 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION

More information

A Memory Management Scheme for Hybrid Memory Architecture in Mission Critical Computers

A Memory Management Scheme for Hybrid Memory Architecture in Mission Critical Computers A Memory Management Scheme for Hybrid Memory Architecture in Mission Critical Computers Soohyun Yang and Yeonseung Ryu Department of Computer Engineering, Myongji University Yongin, Gyeonggi-do, Korea

More information

MLC. Mini SATA III Flash Module. HERMES-JI Series. Product Specification APRO MLC MINI SATA III FLASH MODULE

MLC. Mini SATA III Flash Module. HERMES-JI Series. Product Specification APRO MLC MINI SATA III FLASH MODULE MLC Mini SATA III Module HERMES-JI Series Product Specification APRO MLC MINI SATA III FLASH MODULE Version 01V2 Document No. 100-xBMSM-JJICTMB March 2016 APRO CO., LTD. Phone: +88628226-1539 Fax: +88628226-1389

More information

Storage. CS 3410 Computer System Organization & Programming

Storage. CS 3410 Computer System Organization & Programming Storage CS 3410 Computer System Organization & Programming These slides are the product of many rounds of teaching CS 3410 by Deniz Altinbuke, Kevin Walsh, and Professors Weatherspoon, Bala, Bracy, and

More information

Your Laptop s Midlife Crisis - How to Help It Cope

Your Laptop s Midlife Crisis - How to Help It Cope Your Laptop s Midlife Crisis - How to Help It Cope Part 2 Upgrading Your Laptop s Hard Drive Presentation to APCUG VTC - 5/07/16 G. Skalka What is the Lifespan of a Laptop? Hardware is current for about

More information

Frequently Asked Questions. s620 SATA SSD Enterprise-Class Solid-State Device

Frequently Asked Questions. s620 SATA SSD Enterprise-Class Solid-State Device Frequently Asked Questions s620 SATA SSD Enterprise-Class Solid-State Device Frequently Asked Questions Q: What about advanced data protection? A: In mission-critical enterprise and datacenter applications,

More information

3MG-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date:

3MG-P Series. Customer Approver. Innodisk Approver. Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: 3MG-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of contents msata 3MG-P LIST OF FIGURES... 6 1. PRODUCT OVERVIEW...

More information

A File-System-Aware FTL Design for Flash Memory Storage Systems

A File-System-Aware FTL Design for Flash Memory Storage Systems 1 A File-System-Aware FTL Design for Flash Memory Storage Systems Po-Liang Wu, Yuan-Hao Chang, Po-Chun Huang, and Tei-Wei Kuo National Taiwan University 2 Outline Introduction File Systems Observations

More information

Data Organization and Processing

Data Organization and Processing Data Organization and Processing Indexing Techniques for Solid State Drives (NDBI007) David Hoksza http://siret.ms.mff.cuni.cz/hoksza Outline SSD technology overview Motivation for standard algorithms

More information

3SR-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date:

3SR-P Series. Customer Approver. Approver. Customer: Customer Part Number: Innodisk Part Number: Model Name: Date: 3SR-P Series Customer: Customer Part Number: Innodisk Part Number: Innodisk Model Name: Date: Innodisk Approver Customer Approver Table of Contents LIST OF FIGURES... 6 1. PRODUCT OVERVIEW... 7 1.1 INTRODUCTION

More information

Flash Memory Overview: Technology & Market Trends. Allen Yu Phison Electronics Corp.

Flash Memory Overview: Technology & Market Trends. Allen Yu Phison Electronics Corp. Flash Memory Overview: Technology & Market Trends Allen Yu Phison Electronics Corp. 25,000 20,000 15,000 The NAND Market 40% CAGR 10,000 5,000 ($Million) - 2001 2002 2003 2004 2005 2006 2007 2008 2009

More information