CompactFlash

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Waij (talk | contribs) at 18:34, 25 January 2013 (Undid revision 534867497 by 94.175.153.63 (talk) Undid minor vandalism). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CompactFlash
A 2 GB CompactFlash card
Media typeMass storage device format
EncodingVarious file systems
Capacity2 MiB to 256 GiB[1][2](CF5.0: up to 128 PiB)[3]
Developed bySanDisk
Dimensions43×36×3.3 mm (Type I) 43×36×5 mm (Type II)
Weight10 gram (typical)
UsageDigital cameras and other mass storage devices
Extended fromPCMCIA / PC Card

CompactFlash (CF) is a mass storage device format used in portable electronic devices. The format was first specified and produced by SanDisk in 1994.[4] It is now used for a variety of devices; most contain flash memory but some, such as the Microdrive, contain a hard disk.

CompactFlash became the most successful of the early memory card formats, surpassing Miniature Card, SmartMedia, and PC Card Type I in popularity. Subsequent formats, such as MMC/SD, various Memory Stick formats, and xD-Picture Card offered stiff competition. Most of these cards are smaller than CompactFlash while offering comparable capacity and speed. Proprietary memory card formats for use in professional audio and video, such as P2 and SxS, are physically larger, faster, and costlier.

CompactFlash remains popular and is supported not only in many high end consumer devices, but in some professional applications as well. As of 2012, both Canon[5][6] and Nikon[7] use CompactFlash as storage medium for their flagship digital still cameras. Canon also chose CompactFlash as the recording medium for its professional high-definition tapeless video cameras.[8] Ikegami professional video cameras can record digital video onto CompactFlash cards through an adaptor.[9]

In 2008, a variant of CompactFlash known as CFast was announced. CFast is based on the Serial ATA bus rather than the Parallel ATA bus, used by the original CompactFlash.

In November 2010, Sandisk, Sony and Nikon proposed a next generation card format to the CompactFlash Association which would come in a similar form factor as CF/CFast but be based on PCI Express instead of Parallel ATA or SATA.[10][11] The new format is targeted at high-definition camcorders and high-resolution digital photo cameras, would offer a target read and write speeds of 1 Gbit/s (125 Mbyte/s) and storage capabilities beyond 2 TiB, and is not backward compatible with either CompactFlash or CFast. The XQD card format was officially announced by the CompactFlash Association in December 2011.[12]

Description

A 16-GB CompactFlash card installed in a 2.5" IDE port with adapter

There are two main subdivisions of CF cards, Type I (3.3 mm thick) and the thicker Type II (CF2) cards (5 mm thick). The CF Type II slot is used by Microdrives and some other devices, such as the Hasselblad CFV Digital Back for the Hasselblad series of medium format cameras. There are four main speeds of cards including the original CF, CF High Speed (using CF+/CF2.0), a faster CF 3.0 standard and a yet faster CF 4.0 standard that is being adopted as of 2007. The thickness of the CF card type is dictated by the preceding PC Card standard.

CompactFlash was originally built around Intel's NOR-based flash memory, but has switched to NAND technology.[13] CF is among the oldest and most successful formats, and has held a niche in the professional camera market especially well. It has benefited from both a better cost to memory-size ratio than other formats, (for much of its life) and generally from greater available capacity than other formats.

CF cards can be used directly in a PC Card slot with a plug adapter, used as an ATA (IDE) or PCMCIA storage device with a passive adapter or with a reader, or attached to other types of ports such as USB or FireWire. As some newer card types are smaller, they can be used directly in a CF card slot with an adapter. Formats that can be used this way include SD/MMC, Memory Stick Duo, xD-Picture Card in a Type I slot, and SmartMedia in a Type II slot, as of 2005. Some multi-card readers use CF for I/O as well.

Technical details

The CompactFlash interface is a 50-pin subset of the 68-pin PCMCIA[14] connector. "It can be easily slipped into a passive 68-pin PCMCIA Type II to CF Type I adapter that fully meets PCMCIA electrical and mechanical interface specifications", according to compactflash.org.[15] The interface operates, depending on the state of a mode pin on power-up, as either a 16-bit PC Card (0x7FF address limit) or as an IDE (PATA) interface.[16]

1 GB CF card in a Nikon D200 DSLR camera

CompactFlash IDE mode defines an interface that is smaller than, but electrically identical to, the ATA interface. The CF device contains an ATA controller and appears to the host device as if it were a hard disk. CF devices operate at 3.3 volts or 5 volts, and can be swapped from system to system. CompactFlash supports C-H-S and 28-bit Logical block addressing (CF 5.0 introduced support for LBA-48). CF cards with flash memory are able to cope with extremely rapid changes in temperature. Industrial versions of flash memory cards can operate at a range of −45° to +85°C.

NOR-based flash has lower density than newer NAND-based systems, and CompactFlash is therefore the physically largest of the three memory card formats introduced in the early 1990s, being derived from the JEIDA/PCMCIA Memory Card formats. The other two are Miniature Card (MiniCard) and SmartMedia (SSFDC). However, CF did switch to NAND type memory later. The IBM Microdrive format implements the CF Type II interface, but is not solid-state memory. Hitachi and Seagate also make microdrives.

Speed

CompactFlash IDE (ATA) emulation speed is usually specified in "x" ratings, e.g. 8x, 20x, 133x. This is the same system used for CD-ROMs and indicates the maximum transfer rate in the form of a multiplier based on the original audio CD data transfer rate, which is 150 kByte/s.

, kByte/s

where R = transfer rate, K = speed rating. For example, 133x rating means transfer speed of: 133 * 150 kByte/s = 19,950 kByte/s ~ 20 MB/s.

These are manufacturer speed ratings. Actual transfer speed may be higher, or lower, than shown on the card[17] depending on several factors. The speed rating quoted is almost always the read speed, while write speed is often slower.

Solid state

For reads, the onboard controller first powers up the memory chips from standby. Reads are usually in parallel, error correction is done on the data, then transferred through the interface 16 bits at a time. Error checking is required due to soft read errors. Writes require powerup from standby, wear leveling calculation, a block erase of the area to be written to, ECC calculation, write itself (an individual memory cell read takes around 100 ns, a write to the chip takes 1ms+ or 10,000 times longer).

Because the USB 2.0 interface is limited to 60 Mbyte/s and lacks bus mastering hardware, USB implementation results in slower access.

A direct motherboard connection is often limited to 33 Mbyte/s because IDE to CF adapters lack high speed ATA (66 Mbyte/s plus) cable support. Power on from sleep/off takes longer than power up from standby.

Magnetic media

Many 1-inch (25 mm) hard drives (often referred to by the trademarked name "Microdrive") typically spin at 3600 rpm so rotational latency is a consideration, as is spin-up from standby or idle. Seagate's 8 GB ST68022CF drive[18] spins up fully within a few revolutions but power draw can reach up to 350 milliamps and runs at 40-50 mA average power. Its average seek time is 8 ms and can sustain 9 Mbyte/s read and write, and has an interface speed of 33 Mbyte/s. Hitachi's 4 GB Microdrive is 12 ms seek, sustained 6 Mbyte/s.

Capacities and compatibility

Since flash memory is generally produced in capacities that are multiples of powers of 2, IEC standard binary prefixes are used throughout this article.

The CF Specification supports capacities up to 137 GB using 28-bit logical block addressing (LBA). Prior to 2006, CF drives using magnetic media offered the highest capacities (up to 8 GiB). Now there are solid-state cards with higher capacities (up to 64 GiB).

As of 2011, solid-state drives (SSDs) have supplanted both kinds of CF drive for large capacity requirements.

Solid state capacities

SanDisk announced its 16 GiB Extreme III card at the Photokina trade fair, in September, 2006.[19] That same month, Samsung announced 16, 32 and 64 GiB CF cards.[20] Two years later, in September, 2008, PRETEC announced 100GB cards.[21]

Magnetic media capacities

Seagate announced a 5 GiB "1-inch hard drive" in June, 2004,[22] and an 8 GiB version in June, 2005.[23]

Use in place of a hard disk drive

CompactFlash to SATA adapter with a card inserted

In early 2008 the CFA demonstrated CompactFlash cards with a built in SATA interface.[24] Several companies make adapters to allow CF cards to be connected to PCI, PCMCIA, IDE, 44-pin laptop mini-IDE, and SATA connections,[25] allowing a CF card to act as a solid-state drive with virtually any operating system or BIOS, and even in a RAID configuration.

CF cards may perform the function of the master or slave drive on the IDE bus, but have issues sharing the bus. Moreover, late-model cards that provide DMA (using UDMA or MWDMA) may present problems when used through a passive adapter that does not support DMA.[26]

Reliability

Original PC Card memory cards used an internal battery to maintain data when power was removed; the rated life of the battery was the only reliability issue. CompactFlash cards that use flash memory, like other flash-memory devices, are rated for a limited number of erase/write cycles for any "block." (Read cycles do not cause wear to the device.) Cards using NOR flash had a write endurance of 10,000 cycles. Current cards using NAND flash are rated for 1,000,000 writes per block before hard failure.[27] This is less reliable than magnetic media.[28] Car PC Hacks[29] suggests disabling the Windows swap file and using its Enhanced Write Filter (EWF) to eliminate unnecessary writes to flash memory.[30] Additionally, when formatting a flash-memory drive, the Quick Format method should be used, as one need not write every block on the drive, as may be necessary for a new magnetic disk.

Most CompactFlash flash-memory devices limit wear on blocks by varying the physical location to which a block is written. This process is called wear leveling. When using CompactFlash in ATA mode to take the place of the hard disk drive, wear leveling becomes critical because low-numbered blocks contain tables whose contents change frequently. Current CompactFlash cards spread the wear-leveling across the entire drive. The more advanced CompactFlash cards will move data that rarely changes to ensure all blocks wear evenly.

NAND flash memory is prone to frequent soft read errors.[29] The CompactFlash card includes error checking and correcting (ECC) that detects the error and re-reads the block. The process is transparent to the user, although it may slow data access.

As flash memory devices are solid-state, they are more shock-proof than rotating disks. For example, the ST68022CF Microdrive is shock rated at 175G operating and 750G non-operating.

The possibility for electrical damage from upside-down insertion is prevented by asymmetrical side slots, assuming that the host device uses a suitable connector.

Small cards consume around 5% of the power required by small disk drives and still have reasonable transfer rates of over 45 Mbyte/s for the more expensive 'high-speed' cards.[31] However, the manufacturer's warning on the flash memory used for ReadyBoost indicates a current draw in excess of 500 mA.

File systems

Originally, flash memory used Flash File System and JFFS to work around low-level technical issues. Hardware now hides much of the complexity from the end user, and CompactFlash cards for use in consumer devices are typically formatted as FAT12 (for media up to 16 MiB), FAT16 (for media up to 2 GiB, sometimes up to 4 GiB) and FAT32 (for media larger than 2 GiB). This lets the devices be read by personal computers but also suits the limited processing ability of some consumer devices such as cameras.

There are varying levels of compatibility among FAT32-compatible cameras, MP3 players, PDAs, and other devices. While any device that claims FAT32-capability should read and write to a FAT32-formatted card without problems, some devices are tripped up by cards larger than 2 GB that are completely unformatted, while others may take longer to apply a FAT32 format.

The way many digital cameras update the file system as they write to the card creates a FAT32 bottleneck. Writing to a FAT32-formatted card generally takes a little longer than writing to a FAT16-formatted card with similar performance capabilities. For instance, the Canon EOS 10D writes the same photo to a FAT16-formatted 2 GB CompactFlash card somewhat faster than to a same speed 4 GB FAT32-formatted CompactFlash card, although the memory chips in both cards have the same write speed specification.[32] Although FAT16 is more wasteful of disk space with its larger clusters, it works better with the write strategy that flash memory chips require.

The cards themselves can of course be formatted with any type of file system such as Ext, JFS and NTFS. It can be divided into partitions as long as the host device can read them. CompactFlash cards are often used instead of hard drives in embedded systems, dumb terminals and various small form-factor PCs that are built for low noise output or power consumption. CompactFlash cards are often more readily available and smaller than purpose-built solid-state drives and often have faster seek times than hard drives.

CF+ and CompactFlash specification revisions

When CompactFlash was first being standardized, even full-sized hard disks were rarely larger than 4 GB in size, and so the limitations of the ATA standard were considered acceptable. However, CF cards manufactured after the original Revision 1.0 specification are available in capacities up to 256 GiB. While the current revision 6.0 works in [P]ATA mode, future revisions are expected to implement SATA mode.

  • CompactFlash Revision 1.0 (1995), 8.3 Mbyte/s (PIO mode 2), support for up to 128 GiB (137 GB) storage space.
  • CompactFlash+ aka CompactFlash I/O (1997)
  • CF+ and CompactFlash Revision 2.0 (2003) added an increase in speed to 16.6 Mbyte/s data-transfer (PIO mode 4). At the end of 2003, DMA 33 transfers were added as well, available since mid 2004.
  • CF+ and CompactFlash Revision 3.0 (2004) added support for up to a 66 Mbyte/s data transfer rate (UDMA 66), 25 Mbyte/s in PC Card mode, added password protection, along with a number of other features. CFA recommends usage of the FAT32 filesystem for storage cards larger than 2 GiB.
  • CF+ and CompactFlash Revision 4.0 (2006) added support for IDE Ultra DMA Mode 6 for a maximum data transfer rate of 133 Mbyte/s (UDMA 133).
  • CF+ and CompactFlash Revision 4.1 (2007) added support for Power Enhanced CF Storage Cards.
  • CompactFlash Revision 5.0 (2010) added a number of features, including 48-bit addressing (supporting 128 Petabyte of storage), larger block transfers of up to 32 Megabytes, quality-of-service and video performance guarantees, and other enhancements [33]
  • CompactFlash Revision 6.0 (November 2010) added UltraDMA Mode 7 (167 Mbyte/s), ATA-8/ACS-2 sanitize command, TRIM and an optional card capability to report the operating temperature range of the card.[34]

CE-ATA

CE-ATA is a Serial ATA interface based on the MultiMediaCard standard.[35][36]

CFast

A variant of CompactFlash known as CFast is based on the Serial ATA bus, rather than the Parallel ATA/IDE bus for which all previous versions of CompactFlash are designed.

CFast supports a higher maximum transfer rate than current CompactFlash cards. As of 2011, SATA supports transfer rates up to 600 Mbyte/s while PATA is limited to 133 Mbyte/s using UDMA 6.

CFast cards are not physically or electrically compatible with CompactFlash cards. However, since SATA can emulate the PATA command protocol, existing CompactFlash software drivers can be used, although writing new drivers to use AHCI instead of PATA emulation will almost always result in significant performance gains. CFast cards use a 7-pin SATA data connector (identical to the standard SATA connector), but a 17-pin power connector that appears incompatible with the standard 15-pin SATA power connector,[37] so an adaptor is required to connect CFast cards in place of standard SATA hard drives.

The first CFast cards reached the market in late 2009.[38] At CES 2009, Pretec showed a 32 GB CFast and announced that they should reach the market within a few months.[39] Delock began distributing CFast cards in 2010 and offers several card readers with USB3.0 port and eSATAp (power over eSATA) port to support CFast cards.

Type I and Type II

The only physical difference between the two types is that Type I devices are 3.3 mm thick while Type II devices are 5 mm thick.[40] Electrically, the two interfaces are the same except that Type I devices are permitted to draw up to 70 mA supply current from the interface, while type II devices may draw up to 500 mA.

Most Type II devices are Microdrives (see below), other miniature hard drives, and adapters, such as a popular adapter that takes Secure Digital cards.[41][42] A few flash-based Type II devices were manufactured, but Type I cards are now available in capacities that exceed Microdrives. Manufacturers of CompactFlash cards such as Sandisk, Toshiba, Alcotek and Hynix offer devices with Type I slots only. Some of the latest DSLR cameras, like the Nikon D800, have also dropped Type II support.[43]

Microdrives

IBM 1 GB Microdrive

Microdrives are tiny hard disks—about 25 mm (1 inch) wide—in a CompactFlash Type II package. The first was developed and released in 1999 by IBM, with a capacity of 170 Mbyte. IBM sold its disk drive division, including the Microdrive trademark, to Hitachi in 2002. Comparable hard disks were also made by other vendors, such as Seagate and Sony. They are available in capacities of up to 8 GB.

As Microdrives are mechanical devices, they draw more current than flash memory (100 mA maximum). Early versions drew up to 500 mA, but more recent Microdrives draw under 200 mA for reads and under 300 mA for writes. (Some devices used for high speed—such as Readyboost, which has no low-power standby mode—exceed the 500 mA maximum of the Type II standard.) Microdrives are also susceptible to damage from physical shock or temperature changes. However, Microdrives typically have a longer lifespan of write cycles than flash memory.

The iPod mini, Nokia N91, iriver H10 (5 or 6 GB model), PalmOne LifeDrive, and Rio Carbon all used a CF Microdrive to store data.

Compared to other portable storage

  • CompactFlash cards that use flash memory are more rugged than some competing solutions because they are solid-state. (See also Reliability above.) Separately, CompactFlash cards are thicker than other card formats, which may render them less susceptible to breakage from harsh treatment.
  • CompactFlash does not have any built in DRM or cryptographic features found on some USB flash drives and other card formats. The absence of such features contributes to the openness of the standard, since card standards with such features are subject to restrictive licensing agreements.[citation needed]
  • The initial CompactFlash specification envisaged a higher maximum capacity than other card formats. For this reason, many early CompactFlash host devices are usable with modern multi-gigabyte memories, where users of other families such as SecureDigital have had to migrate to SDHC and SDXC.
  • CompactFlash is physically larger than other card formats. This limits its use, especially in miniature consumer devices where internal space is limited, such as point-and-shoot digital cameras. (An offsetting benefit of larger size is that the card is easier to insert and remove, and harder to misplace.)

Counterfeiting

The marketplace for CompactFlash is extensive and includes counterfeits. Off-brand or counterfeit cards may be mislabeled, might not contain the actual amount of memory their controllers report to the host device, and may use types of memory that are not rated for the number of erase/rewrite cycles that the purchaser expects.[44][45]

Other devices in the CF form factor

Various CF I/O network interface cards

Since CompactFlash interface is electrically identical to the 16-bit PC card, the CompactFlash form factor is also used for a variety of Input/Output and interface devices; many standard PC cards have CF counterparts, some examples include:

CompactFlash card manufacturers

Template:Multicol

Template:Multicol-break

Template:Multicol-break

Template:Multicol-end

See also

References

  1. ^ Bill Frank (March 2, 2003). "COMPACTFLASH® SPECIFICATION ALLOWS FOR THE ADDRESSING OF UP TO 137GB" (PDF) (Press release). CompactFlash Association.
  2. ^ CompactFlash Frequently Asked Questions
  3. ^ Eric Reagan (January 6, 2012). "Lexar Introduces 256GB CF Card in Pro Line Refresh" (Press release). Lexar. The card referenced is described as supporting UDMA 7, which indicates conformance to the CF6.0 spec.
  4. ^ Digiprint Uk
  5. ^ "Canon U.S.A. Introduces The New Canon EOS-1D X Digital SLR Camera, Re-Designed From The Inside Out" (Press release). Canon. 18 October 2011.
  6. ^ "Canon U.S.A. Introduces EOS-1D C Digital SLR Camera Featuring 4K High-Resolution Video Capture" (Press release). Canon. 12 April 2012.
  7. ^ "Digital SLR Camera Nikon D4". Nikon Corporation. January 6, 2012. Retrieved January 7, 2012.
  8. ^ File-based video recording onto CF cards: features and benefits, by Canon Inc.
  9. ^ Ikegami at Government Video EXPO 2010, press-release by Ikegami Ltd.
  10. ^ Engadget: Sandisk, Sony, and Nikon propose 500MBps memory card with more than 2TB capacity
  11. ^ CNET: CompactFlash allies rally against dominant SD
  12. ^ Engadget: CompactFlash Association readies next-gen XQD format, promises write speeds of 125 MB/s and up
  13. ^ http://www.karlfoster.com/text/DP_flashmemory.doc
  14. ^ http://www.pcmcia.org/pccard.htm
  15. ^ http://www.compactflash.org/faqs/faq.php
  16. ^ http://www.allpinouts.org/index.php/CompactFlash
  17. ^ http://photofocus.com/2009/06/30/long-term-test-udma-flash-memory-lexar-won/
  18. ^ http://www.seagate.com/ww/v/index.jsp?name=ST1.2-Series_8-GB_CompactFlash_ST68022CF&vgnextoid=5ddc44ab7cffd010VgnVCM100000dd04090aRCRD&locale=en-US#tTabContentSpecifications
  19. ^ SanDisk Introduces the World's Highest Capacity Card for Professional Photographers
  20. ^ Samsung Announces First 40-nanometer Device 32 Gb NAND Flash with Revolutionary Charge Trap Technology
  21. ^ Pretec Releases 64GB and 100GB CF Card - Highest Capacity in the World
  22. ^ Seagate Expands Consumer Electronics Leadership with First 5GB 1-Inch Hard Drive, First 5GB Compact Flash Hard Drive, and New 400GB DVR Hard Drive
  23. ^ Seagate Does it Again: Drives Innovation with 10 New, Groundbreaking Hard Disc Drives
  24. ^ Submerged camera holds functional memory card two years after accident - Engadget
  25. ^ "Compact Flash and Secure Digital Adapters". Addonics. Retrieved 2008-05-18.
  26. ^ http://www.fccps.cz/download/adv/frr/cf.html
  27. ^ http://www.samsung.com/global/business/semiconductor/products/flash/downloads/applicationnote/app_nand.pdf
  28. ^ The comparison is not in the same terms as for magnetic media, for which hours of operation and reads also impose wear.
  29. ^ a b Car PC hacks, Damien Stolarz, 2005, Farnham:O’Reilly Media, Sebastopol, CA, USA, ISBN 0-596-00871-6
  30. ^ EWF is available only in XP Embedded, not the XP Professional, Home, or Media Editions versions of Windows.
  31. ^ SanDisk Extreme IV review
  32. ^ Rob Galbraith CompactFlash Performance Database
  33. ^ CFA Announces Availability of the New CF5.0 Specification
  34. ^ CompactFlash 6.0
  35. ^ http://www.hitachigst.com/tech/techlib.nsf/techdocs/98ABCD658D41637A8625706700616161/$file/Ready_for_CE-ATA.pdf
  36. ^ http://www.mmca.org/tech/MMCA_System_summaryV41.pdf
  37. ^ "CFast – Evolution of the CompactFlash Interface" (PDF). CompactFlash Association. 2008-04-14. Retrieved 2010-01-22.
  38. ^ Donald Melanson (2008-02-25). "CFast CompactFlash cards now said to be coming in "18 to 24 months"". Engadget.
  39. ^ "Pretec release CFast card with SATA interface". DPReview. 2008-01-08.
  40. ^ CompactFlash Frequently Asked Questions
  41. ^ Delkin Devices ship 224MB CF type II: Digital Photography Review
  42. ^ Lexar Media announces 8 GB CompactFlash type II
  43. ^ Nikon D700 - see Tech Specs
  44. ^ eBay.ie Guides - FAKE SanDisk Extreme Compact Flash Cards Exposed
  45. ^ July 2007 - Counterfeit SanDisk Cards

External links