Slashdot Mirror


SimpleTech Announces 8GB Compact Flash Card

alterego writes "Digital Photography Review is reporting that SimpleTech has announced 2, 4, 5 and 8GB Type II Compact Flash Cards utilizing its patented IC Tower stacking technology. This comes just a month after Hitachi announced its 4GB HD in under an inch, and less than one year after Lexar announced the first 4 GB CF card, marking a huge leap in drive density. And at only $5,999 it is sure "to meet budget and performance requirements.""

86 of 279 comments (clear)

  1. reliability? by plinius · · Score: 5, Interesting

    They're rushing these products to market so fast with new semiconductor technologies, I'm beginning to wonder about reliability. This is storage after all, not a processor: if these data is lost you can't just reboot and start over.

    1. Re:reliability? by peter_gzowski · · Score: 4, Interesting

      I'm always concerned with the reliability of these cards. I think their ability to keep their state wanes over time, although I don't know what that time period is. With the Type II cards, battery life is also an issue, as they suck much more juice than the Type I. The article says that they have a 5 GB Type I card, which would bring my Nex IIe up to the storage capacity of a Mini iPod, if I could afford either :). I'll just have to wait a year or two for these cards to be in the hundreds instead of thousands.

      --
      "Now gluttony and exploitation serves eight!" - TV's Frank
    2. Re:reliability? by plinius · · Score: 2, Informative

      Flash as well as EEPROM accept only a limited number of write cycles, after which you can expect problems. But in casual use e.g. digital cameras this shouldn't be a big issue. The specs for one flash chip that I investigated said it will last up to a minimum of 100,000 write cycles. Personally I keep a lot of my precious data on CompactFlash, so that when I go online I can just pop out the card to prevent crackers from getting the goodies. But about these new flash cards, I'm skeptical...

  2. Only $5,999? by Stile+65 · · Score: 5, Funny

    Just in time for V-Day! I'm stocking up and getting every member of my harem one.

    Being a /. member, of course, this will be yet another costless Valentine's Day for me.

    --
    I claim first use of "Error No. 0B" - or "No. 0B error." It'll be the new ID 10T!
  3. And to all the naysayers... by carl67lp · · Score: 5, Funny

    ...who said it couldn't be done for less than $10,000! Ha!

    It's at just the right price point for those who might be on the fence with CF cards. Although you can, of course, get an extra 11GB for only $50 more...

  4. can I replace my laptop hard drive now? by way2trivial · · Score: 4, Interesting
    seriously.. what does it take to yank my hard drive, insert one of these, and drop that weight/power consumption/fragility of my drive?
    (yes, I know it takes six grand)

    what would the access times be like? comparable to a 42000 rpm drive? 5400? 10,000 sata?

    --
    every day http://en.wikipedia.org/wiki/Special:Random
    1. Re:can I replace my laptop hard drive now? by MoronGames · · Score: 5, Informative

      The access times, I think, are much faster than hard drives, but the transfer rates are somewhat lower. If I remember correctly.

      --
      hey!
    2. Re:can I replace my laptop hard drive now? by RainbowSix · · Score: 5, Interesting

      Using a flash card would be worse than a disk. Sure it has access times an order of magnitude faster than a hard disk (200ns according to the first google hit for "compact flash access time") but bandwidth sucks at less than 20MB/s while cheap desktop drives are getting between 30-60 sustained (tom's hardware review of Seagate Baracudda 7200.7)

      Furthermore since flash has limited flash cycles that is much less than that of a hard drive, your /tmp directory will have you buying a new card in no time.

      --
      --------
      It's OK to be social, just don't tell anyone about it.
    3. Re:can I replace my laptop hard drive now? by myc · · Score: 4, Interesting

      given the smaller form factor of flash cards, why not just RAID a bunch of smaller cards together? According to pricewatch. a 1GB flashcard is about $160.00 US. 160*8 = 1280, which is a little below 5 times the cost of the 8 gb card, and also gives you increased bandwidth. For a portable device that doesn't need oodles of space for multimedia files, you wouldn't even need this much disk space. the only thing that is worrisome is the limited flash cycles.

      --
      NO CARRIER
    4. Re:can I replace my laptop hard drive now? by AlecC · · Score: 4, Interesting

      Using a flash card would be worse than a disk. Sure it has access times an order of magnitude faster than a hard disk (200ns according to the first google hit for "compact flash access time") but bandwidth sucks at less than 20MB/s while cheap desktop drives are getting between 30-60 sustained (tom's hardware review of Seagate Baracudda 7200.7)

      But for most operations on a normal desktop system, access time is 99% of total transfer time. Most disk transfers are of the order 4-16kb - less than 1 millisec while transferring. Whereas disk average access time struggles to reach 4 millisec. Excluding, of course, things like streaming video.

      Furthermore since flash has limited flash cycles that is much less than that of a hard drive, your /tmp directory will have you buying a new card in no time.

      Much more relevant. You would have to do without a swap partition (buy morE dram). I think some flas drives are clever wnough to map out bad blocks invisibly, so /tmp shouldn't kill you too soon.

      But for $6k, how many complete disk based system can you drop/lose?

      --
      Consciousness is an illusion caused by an excess of self consciousness.
    5. Re:can I replace my laptop hard drive now? by mst76 · · Score: 4, Informative
      seriously.. what does it take to yank my hard drive, insert one of these, and drop that weight/power consumption/fragility of my drive?
      About 20 bucks.
      what would the access times be like? comparable to a 42000 rpm drive? 5400? 10,000 sata?
      I would guess that access time is much faster than hard disks, but throughput is much lower. Current CF cards operate in PIO mode, with a max of 8MB/s. The new specification allows up to 16MB/s (still PIO I think). But the speed of current flash chips are still way below that.
    6. Re:can I replace my laptop hard drive now? by tribulation2004 · · Score: 3, Informative

      We've tried this here at work for use in our embedded devices. The performance hit is awful, throughput is about 10% of 5400rpm IDE using an IDE-to-CF adapter (http://adis.ca/store/cfdisk.php). Using PIO3 (no DMA I'm afraid), hdparm -t reports speeds up to 4MB/s vs ~40MB/s for 7200RPM IDE. CF sectors also have the limitation of "wearing out" after about 10000 writes or so, so this is not a good solution for read-write partitions, although it will work great for read-only, or very infrequently written-to data (think binaries, libraries, config, etc). CF is optimized to do wear-levelling so that sectors are written to evenly (in theory, once the card begins to fail, it is failing across the board, not just a few sectors).

    7. Re:can I replace my laptop hard drive now? by MyHair · · Score: 4, Insightful

      Furthermore since flash has limited flash cycles that is much less than that of a hard drive, your /tmp directory will have you buying a new card in no time.

      I read somewhere that at least some flash disk devices will remap writes to evenly 'wear' the flash chip even if the writes are supposedly 'physically' in the same location. But I don't know how well that mechanism scales to 8GB or how it affects speed. I also don't know how long such a wear-managed device would last under a typical workstation or server load, but at least /tmp wouldn't burn a hole through the chip in 20 minutes.

      On the other hand, for a filesystem with few updates and many reads (some web servers and a few databases--think LDAP), this device could be neat for a low-latency but faster-than-network throughput network server. But I'll wait until the price drops a few thousand.

    8. Re:can I replace my laptop hard drive now? by Gordonjcp · · Score: 4, Insightful

      Put loads of RAM in, make /tmp a RAM disk. Oh, and turn off swap.

    9. Re:can I replace my laptop hard drive now? by bbsguru · · Score: 5, Funny
      Actually, that would be a RACE: A Redundant Array of Cards, Expensive. Since Johnny Cochran already patented the term, industry insiders are banking on the name MEMORY. That's a Massively Expensive Matrix Of Redundant Yottabytes.

      hmmm.... Registered Trademark Pending?

    10. Re:can I replace my laptop hard drive now? by iamhassi · · Score: 2, Informative
      "what would the access times be like? comparable to a 42000 rpm drive?"

      Doesn't matter, because the transfer rates for a 3gig $1100 CompactFlash Type II Card are so incredibly slow (3.5mB/sec). You can buy a 80gig IDE drive that transfers at 58mB/sec for $66.

      That's 16 times faster for 1/16th the price. Anyone still want to replace your hard drive with a CF card?

      --
      my karma will be here long after I'm gone
  5. WHAT??!?! by uprightcitizen · · Score: 5, Interesting

    Sweet Jesus, almost $6K for a memory card?

    Honestly, who the hell needs this?

    Even professional photographers couldn't possibly have a use for this instead of two 4GB disks.

    But hey, I guess this means that mass solid state storage for hard drives really isn't far off, at least for PDAs.

    1. Re:WHAT??!?! by dubdays · · Score: 4, Insightful

      The one good thing that can/will/may come out of this is simply the new advances in non-volatile memory technology, even if there isn't a sustainable immediate need for an 8GB CF card. I mean, seriously, how cool would it be to have an 80GB solid-state HD in a few years???

    2. Re:WHAT??!?! by tuffy · · Score: 2, Insightful
      I mean, seriously, how cool would it be to have an 80GB solid-state HD in a few years???

      That would be pretty cool (and silent!), I'll admit. But by then I'll have a hard time justifying it when I can get an 800GB+ platter-based HD for the same price.

      --

      Ita erat quando hic adveni.

    3. Re:WHAT??!?! by ZHaDoom · · Score: 2, Insightful

      It may be $6000 now but in four years you'll be able to get it on ebay for $5

      --
      War isn't about who's right. It's about who's left.
    4. Re:WHAT??!?! by robslimo · · Score: 2, Informative

      Speaking of patents...

      The 'stacking' description immediately made me think of 'prior art'. I recall articles back in the '80's on how to double the RAM in Apples and other microcomputers by stacking more DIP RAM IC's atop the existing ones and running wires for the additional address lines.

      So then I skimmed through the patent referenced... to be honest, I didn't study it in detail, but I'm left confused. I didn't see anything in to that had much to do with stacking memory IC's. In fact, I honestly don't see *what* they have patented.

      It's probably just another overly broad patent with the purpose of scaring up some license payments.

    5. Re:WHAT??!?! by magarity · · Score: 2, Interesting

      Even professional photographers couldn't possibly have a use for this instead of two 4GB disks.

      If you're going to Alaska to take pics of bears, moose, and whales for three months then you'll want a bag full of these 8GB monsters. The top line Nikon has a buffer that lets you take up to 144 pics in a row by holding down the shutter button. At 5 megapixels, that will eat up any size CF module in a big hurry. You'll want to do that if you're covering a sporting event. They won't pause the game while you swap cards or use the preview to delete pictures you don't want in order to save storage space. And as an expense for the photographer's job, they're deductable anyway.

    6. Re:WHAT??!?! by svirre · · Score: 2, Insightful

      "The top line Nikon has a buffer that lets you take up to 144 pics in a row by holding down the shutter button."

      You are thinking of the D70. While it is able to write fast enough to keep taking pictures in normal JPEG 3 pictures pr. second without filling the buffer, it does not have room for 144 pictures in the buffer.

      Nor is the D70 the top of the line Nikon. That honor goes to the D1x or D2h depending on what you want. Those have buffers in the 40 picture range. (Depending on the resolution). With 8 pictures pr. second for the D2h, this might be useful. (The D2h can alo be equipped with a 802.11b card and set to upload pictures via FTP as they are taken)

      As for using huge CF cards. I would think that most photographers would not like to put quite that many eggs in one basket. Those who require extreme capacity can also go for a X-drive or a laptop.

      Then again. For sports events, as you say, there may be some purpose to this. With pro-level optics for this purpose (Super teles and Super tele zooms) costing in the $1000-$5000 range the sticker shock might be slightly less.

  6. Digital Camera/Camcorder dilemna by swordboy · · Score: 5, Insightful

    With this, and digital cameras like Canon's new S1 IS with digital image stabilization and DV-quality movie capture, I'm not sure why anyone would need a camcorder anymore. Err... rather, cameras and camcorders are going to be on-in-the-same very soon...

    --

    Life is the leading cause of death in America.
    1. Re:Digital Camera/Camcorder dilemna by HeghmoH · · Score: 2, Insightful

      If it really is DV-quality, then you're going to need about 20GB of storage for an hour of footage. An hour of footage is $4 of DV tape. Call me when 20GB of CF is $4, or hell, call me when 20GB of CF plus a camera is less than a decent cheap DV camera plus a tape.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    2. Re:Digital Camera/Camcorder dilemna by meta-monkey · · Score: 4, Interesting

      Err... rather, cameras and camcorders are going to be on-in-the-same very soon...

      At the consumer level, that may well be true. Most people with point and shoot consumer digital cameras never print their photos, and those that do don't often print anything much bigger than a 4x6 or a 5x7. So, having the extra resolution of a still camera doesn't really do much good for them anyway. The resolution of a video camera would handle their still images just fine.

      However, an 8GB $6,000 CF card is not a product for somebody buying a $299 consumer camera :) Honestly, I can't figure out who it's aimed at. I'm a professional photographer, and I'm a pretty heavy shooter, and I'll generally only fill up about 2.5 1GB cards at a wedding. I'm not worried about having to change cards, as with a 6MP camera I'll get about 400 shots to a card, and there's plenty of dead time there to swap. Portrait and magazine photographers certainly don't need this. Actually, most serious magazine/fashion photographers shoot tethered, anyway. Sports photographers need speed (which this card has, but so do the SanDisk Ultra/Extreme II cards), and there's plenty of time at football game to swap out cards every 600 shots (assuming you're using a 4MP 1D or D2H. That might change when the 8MP Canon 1D mark II comes out this April...). Really, I would specifically NOT buy a card this big, simply because I'd be afraid of putting all my eggs in one basket. If I had somebody's wedding spread across three cards, and one of them was damaged/destroyed/lost/whatever, that would be horrible, but at least I'd still have the other two (yes, I backup with a portable harddrive at every opportunity). But if I had it all on one 8GB card and it died...ouch.

      Maybe an 8GB card will be practical when DSLRs all have 20MP (which probably never will happen...) but in the meantime, it's expensive overkill.

      * My shots/card figures assumed JPEG capture, not RAW. For RAW, cut my numbers in half.

      --
      We don't have a state-run media we have a media-run state.
  7. Replace Hard drives by Anonymous Coward · · Score: 4, Interesting

    They're still a "little" expensive, but when you least expect they're be affordable. And 8GB is a lot of space. My root partition is 4 GB and my home partition is a lot bigger :-D but lot's of stuff could be saved on DVDs...
    Main point is, quiet computers are the new trend, and quiter than this is impossible. So, when do you think this will replace hard drives?

  8. One day... by lukewarmfusion · · Score: 4, Funny

    In the future, compact flash cards will be so large and so expensive that only the richest people in the world will have one. $5,000 - 8GB compact flash card $80 - 160GB Western Digital 7200RPM at Best Buy (wait for a sale) Unless there's a $4900 mail in rebate on the compact flash card, then no way.

  9. trouble with CF is that... by Anonymous Coward · · Score: 4, Informative

    after a certain number of writes (many fewer than hard disks) it dies.

    1. Re:trouble with CF is that... by toastee · · Score: 3, Insightful

      While that's true, it takes about 2 weeks of swapfile use on a CF card to burn it out.
      A friend of mine made that mistake after installing ZipSlack on a 128mb CF card (in a CF->IDE adapter)
      I think he was using it on a 32mb machine... so 2 weeks of heavy swapping... that's a LOT of reads & writes.

      --
      - Better to speak your mind than to remain silent, or someone may speak for you.
  10. It needs to be said... by Eric_Cartman_South_P · · Score: 3, Funny
    That's a whole lot of porn on one card! Worth every penny.

    1. Re:It needs to be said... by Joel+Carr · · Score: 2, Funny

      If that's the sort of stuff you're after, you'd be better off using some of that $5,999 to get yourself the real thing!

      ---

      --
      Any man who can drive safely while kissing a pretty girl is simply not giving the kiss the attention it deserves. -- AE
  11. what about life span of these things? by deadmongrel · · Score: 4, Informative

    If I remember right(somebody correct me if I am wrong) flash cards have some max rewrite cycle. Even if its high, it still won't beat my 2.1 GB seagate from yesteryear in lifespan.

    1. Re:what about life span of these things? by Smallpond · · Score: 4, Informative

      My 2.1G drives had stiction problems and ended up in the trash.

      Flash is still on the order of 100,000 writes, but good software will write evenly and manage bad blocks. The big problem is still the 10^2 cost difference. Notebook drives are around $0.33/MB.

    2. Re:what about life span of these things? by glpierce · · Score: 2, Interesting

      External hard drives (FireWire/USB 2.0) are about $1/GB. They're realatively small and not particularly heavy - at larger sizes/prices (over 256MB/$60), I'd say they still have flash beat hands-down. For the price of a 512MB flash drive, you can have a 120GB hard drive. Yes, it's big and bulky in comparison, but unless you've got money to burn (which I'm assuming is not generally the case on /.), they're probably a better choice.

      --
      G
  12. You know... by MoeMoe · · Score: 4, Insightful

    You know the computers you work with are pretty damn old when you see a Flash Card that's larger than your hard drive (can't make this stuff up people, Maxtor 6.2 GB HDD)...

    How long until we see the obligatory "Yea, but how much pr0n can it fit" posts?

    --
    Business \Busi"ness\, n.;
    A scam in which all people involved perceive as beneficial...
  13. 4GB Hitachi for around $200 in mp3 players by Anonymous Coward · · Score: 4, Informative

    here is a post on fatwallet about removing it, to use in other devices. since it retails for around $500 this can be a good deal.

    post

  14. Re:reliability? - an after thought by pohzer · · Score: 5, Insightful

    True.

    SanDisk brought us SanDisk Ultra, rated at 60x speed. Then they reminded us that if we really want it to keep it's memory at low temperatures (such as outdoor photography in winter) then we really need to buy SanDisk Extreme (same speed, higher temperature tolerance).

    Seems to me these hardware manufacturers are taking a clue from the software industry. The "implied warranty of fitness for a particular purpose" is intended to protect consumers against such crap. But then, if you can shrink-wrap the product with all sorts of disclaimers of warranties (even implied warranties) then hey, why not? Cheating is cheating, and everybody is doing it, so it must be ok.

  15. Finally, a flash card big enough... by Anonymous Coward · · Score: 2, Funny

    ...to cache a couple of pages of Slashdot's HTML.

  16. When will it all be solid state? by OriginalSpaceMan · · Score: 5, Insightful

    I'm waiting for the day that my PC doesn't have a hard drive, CDROM drive, or anything else mechanical in it. If 8GB can be put on a CF card, being about 1" x 1" x .25", when is more development going to be put into replacing my 60GB hard drive with something the same size (3.5 inch standard HDD size) that uses eprom or something similar? I don't care about smaller and smaller and smaller sizes of hardware, I care about not having to deal with the motoro of my hard drive dying in 4 or less years.

    --

    You talk better than you fool!
    1. Re:When will it all be solid state? by vidarh · · Score: 2, Informative

      You're assuming the compact flash or eprom would live longer than your drive if subjected to the same usage pattern, which is certainly not a given - both flash and eprom can usually handle much fewer writes than a hard disk can before you can start expecting failures. Add to it that flash is more expensive and slower, and we're not anywhere near replacing hard disks yet.

  17. Only uses for this - by i-Chaos · · Score: 5, Insightful

    The only uses for an 8GB flash card that I can think of is digital video shoots. I'm guessing that read/write time will be about the same as current CF cards, so it's not going to be steller (not enough on an 8GB media), so you'll want to stream to it slowly. I mean, a photographer wouldn't have a reason to tote around 8GB worth of pictures, because he can always get to a terminal where he can sync pictures over an internet account. I mean, for $6000, I think he has no choice...

    And in regards to using this for video, why would you? There are DVD-based DV Cams out there that will write to 4.7GB discs that cost $1.5 each, so why bother spending 6 grand on something that can be done for $3? Plus, DVDs can be read almost anywhere these days, whereas you need to carry a special reader for CF.

    What I really want to see is an 8GB thumbdrive for CHEAP!

    --
    ...I am proof that intelligent beings are not always intelligent...
    1. Re:Only uses for this - by adrianbaugh · · Score: 2, Interesting

      Canon's EOS-1Ds has 12Mpixels: if you save an uncompressed image that's about 36MB per shot. Thus an 8GB flash card would provide space for 222 photos. That's not unreasonable for an expedition to the Khumbu or somewhere equally remote, where there might not be the possibility of transferring images to a computer. Of course, I'd still rather have 8 1GB cards (stored separately around my bags) just to minimise losses in case one got stolen.

      --
      "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
      - JRR Tolkien.
  18. Hard drives makers should take note... by blcamp · · Score: 5, Insightful

    Seems to me that Seagate, WD, Maxtor et al should be paying close attention (and perhaps they are).

    With Flash getting more and more mainstream, and with the now high volumes being made available, hard drives are becoming less and less necessary for commodity products such as desktops and notebooks. The latter especially will make the switch from HDs to Flash, to lighten up the power and physical load.

    If Flash sees overall performance and shelf-life improvements rivaling HDs (more so than what it does already), HDs may well be relegated to a place in history/tech museums... right next to the analog cameras.

    --
    The problem with socialism is that they always run out of other people's money. - Margaret Thatcher
    1. Re:Hard drives makers should take note... by Mr_Silver · · Score: 2, Interesting
      With Flash getting more and more mainstream, and with the now high volumes being made available, hard drives are becoming less and less necessary for commodity products such as desktops and notebooks. The latter especially will make the switch from HDs to Flash, to lighten up the power and physical load.

      I get the impression that Hard Drive manufacturers are heading towards making their drives smaller, lighter and with less power drain (for portable devices, eg. new iPod) than they will making them have a greater capacity.

      A tiny compact flash sized HD with very low power drain and good price point would be excellent. Something like the IBM Microdrive - but one that won't drain your PDA batteries after 30 minutes.

      Although bear in mind I know as much about Hard Drive technology as I do Russian Line Dancing.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
  19. $6000 by dcordeiro · · Score: 3, Funny

    with $6000 you buy:
    - 20 x 160GB harddrives
    - a bunch of 80GB notebook hardrives

    4GB of data:
    - 1 DVD
    - 6 CDs

    So why would someone wants (not even asking about *needs*) this!!!
    The $$$ per GB is $1250... reality check anyone ?

    Oh, I see, I can put one of this on my digital camera that I bought for $500, and could take 1 million photografs.. that's cool.

    or does it have a Ferrari logo, and makes the sound of filling gas when plugged to your ferrari notebook ?

  20. Yeeesh, take a chill pill people! by whiteranger99x · · Score: 5, Insightful

    The first remarks i hear is "why would anyone buy a $5999 8GB memory card... ...when they could buy 2 4GB cards, 4 2GB cards, ad nauseam ...who could possibly use that much space ...That could store a lot of PORN and DVDs (mayhaps porn DVDs....im guilty here :P)"

    But I digress, lets consider other technologies that we all thought we could never afford, and consequently never use. About 10-15 years ago, wouldn't our 256MB+ RAM and 30+ GB HDs run in the thousands or even millions for that stuff then. Give it time, and it will hopefully be cheap for all ;)

    --
    Join the TWIT army now!
  21. What is the failure rate like? by 59Bassman · · Score: 2, Insightful

    HDD failure can be devastating if a company isn't properly prepared. Yeah, the backup early and often mantra needs to be followed, but at least three times in the past couple of years I've been asked to help get data off of a drive that hadn't been backed up in years and failed for one reason or another. RAID isn't a solution, as the proprietary OS on the tools won't support it. I've thought before that a CF-style drive would solve a bunch of problems, if the reliability was good. Especially if the reader can emulate a HDD from the OS's perspective.

  22. Who's gonna buy it? by darnok · · Score: 2, Insightful

    My current 3M pixel camera gets approx 160 pictures onto a 256Mb flash card; that's with minimal compression of the JPG files. Doing a bit of maths, that means approx 5000 pictures per 8Gb flash card - a bit much to be carrying around with me!

    Looking at an extreme case: assume a pro photographer has a 12M pixel camera, and takes only TIFF files. That would get approx 750 pictures (I think; it's pretty late here!) on a 8Gb card. That's a hell of a lot of pictures to be carrying around with you, and a lot you're risking if the card dies or your camera gets stolen. I just can't believe that someone would need that capacity; surely they'd backup to some other, more sturdy media well before they got that quantity of pictures.

    IIRC, high-quality digital video would produce data faster than these these cards can store it. DV would conceivably merit the capacity, but the media would be too slow.

    Is there any other likely reasonably widespread use for these enormous flash cards? Something I've missed?

  23. great news all around by Monkey+Overlord · · Score: 4, Insightful

    This great news. People should keep in mind that 1Gb cards used to cost this much, just a few years ago ... now you can get 1Gb cards for $200 bucks or less. Considering that new cameras can output huge files, extra storage is very welcome. 8Gb is a lot of JPEGS, but only about 1000 RAW files ... which is not a lot if you are a pro and shooting an event. My only complaint is probably with the write speeds ... these cards need to get faster.

  24. embedded / military systems by Samuel+Nitzberg · · Score: 4, Interesting

    It could be a good item in high-cost systems with stringent weight / space / heat dissipation requirements, where there may not be many good solutions, regardless of cost.

    Sam
    http://www.iamsam.com

  25. Can I replace my Bootable CD by Bishop923 · · Score: 4, Interesting

    Better question would be if this could be adapted to work like a bootable CD. Imagine having a Knoppix-like distro on one of these things, You could upgrade packages piecemeal without having to burn a new CD, you could store data back to the card and it would fit in your wallet. It has 12x the storage of a CD, 3-4x the transfer rate, and faster access times by several orders of magnitude.

    What are we waiting for again?

    1. Re:Can I replace my Bootable CD by dasmegabyte · · Score: 2, Insightful

      I don't know. What you're talking about seems remarkably similar to the Linux install on my iPod. Which, BTW, only cost $538.96, has greater reliability, a faster overall transfer rate and 5 times the storage of the CF card.

      God, it never seemed like such a good deal before.

      --
      Hey freaks: now you're ju
  26. Boot from USB/Flashcard by MtlDty · · Score: 5, Interesting

    How feasible is it to make a 'boot from USB' option to a PC BIOS?

    I know its not an option currently, but with all the advances in personal storage recently it would make sense for motherboard manufacturers to consider adding some kind of ASIC that allows the USB to be used as a boot device.

    The next step is to move all device driver software from the operating system to a dedicated flash ROM embeded on the motherboard.

    These two advancements would then enable people to carry around an entire OS on a flashcard/portable USB disk. You could simply slot in your flashcard and boot up your own OS (be it windows or linux) on any PC, at home/work/hotel. You dont need to carry a bulky laptop, all your data (and applications) can be on portable storage.

    I imagine making the device driver software update a motherboard embeded flash chip is the most awkward part, but it makes much more sense to me to have the hardware drivers linked firmly to the hardware they drive (and not part of the OS as they are currently)

    Just something I've been thinking about for years, but with all the recent advances recently I think its slowly becoming more possible?

    1. Re:Boot from USB/Flashcard by Matt_Bennett · · Score: 2, Informative

      Boot from USB is available already- I purchased a USB flash drive a few months ago and it came with utilites to make it bootable.

    2. Re:Boot from USB/Flashcard by hymie3 · · Score: 2, Interesting

      I currently boot from a 64MB Lexar CF card I bought in 2000. I use it for disaster recovery and cleaning up viruses on family members computers. All of the new computers I'ved peeked into lately have a BIOS option that allows for USB booting.

      Now if I could boot a PC from ~firewire~, *that* would be cool.

    3. Re:Boot from USB/Flashcard by mst76 · · Score: 4, Informative

      > How feasible is it to make a 'boot from USB' option to a PC BIOS?
      > I know its not an option currently, [...]

      Actually, it's been in lots of PC BIOSes in for a few years now. The problem is that it is still not as reliable as floppy/hd/cdrom boot: some usb devices work, some don't. Also, there seem to be a number of different usb boot standards, usb-fdd, usb-zip, usb-cdrom, usb-hdd.

    4. Re:Boot from USB/Flashcard by eddy · · Score: 2, Informative

      What it said. You're not feigning ignorance are you? Boot KNOPPIX from an USB Memory Stick.

      --
      Belief is the currency of delusion.
    5. Re:Boot from USB/Flashcard by dtperik · · Score: 2, Informative

      Someone correct me if I'm wrong, but I think you can (almost) do just this with Knoppix now. You boot off the Knoppix cd into a full Linux environment, which mounts your home drive from a USB flash drive. As long as any PC you come across has a bootable CD and a USB port, you can have your whole environment with you. it wouldn't be as easy installing new software, etc. but it's close.

      - Dan

    6. Re:Boot from USB/Flashcard by beeblebrox87 · · Score: 2, Insightful

      Aside from USB booting being available in every modern BIOS, as a plethora of other posts have stated...

      The next step is to move all device driver software from the operating system to a dedicated flash ROM embeded on the motherboard.

      There are so many problems with this that it's silly. Most operating system kernels (including Linux and Windows) require drivers to be recompiled whenever the kernel is updated. Thus, you would have to make sure that the kernel on your USB drive is the same as the one that installed its drivers into the flashROM. Even if you could get around that problem, this sort of solution is just asking for DRM. Once drivers are no longer under the control of the operating system, one loses a LOT of the freedom that Linux and other such systems provide.

      Much better solutions would be:
      A) Standardize hardware interfaces. This is already done with IDE, as well as OHCI/UHCI USB and others. One IDE driver will work with all existing IDE hardware. Theres no reason we coudn't apply the same thing to network cards, sound cards, or whatever else you might need. In fact, hardware is already so standardized that most Linux distributions can ship a single disk with drivers supporting every piece of hardware found in most systems.
      B) Get bigger USB keydrives, and put more drivers on them. Such drives are already available with 1GB capacity, which is far more than you would need to store every single available Linux kernel module.

  27. Re:8gig CF cards!?!?!! by AlecC · · Score: 3, Insightful

    Must suck to be Apple right now though, considering they just released the mini iPods which are based on tech that is already looking rather inferior.

    Have you compared the prices? The mini-iPod is aomething like $199, this is $5,999. Disk is likely to beat silicon in $/mByte for a very long time. Where CF beats disk is access time. And streaming players don't need good access time: once they are on track, they have better performance than CF.

    In a dedicated device, this kind of capacity is going to be cheaper in disk. This wins where you need interchangeability (nobody had a good CF format hard disk drive, as far as I know), or ruggedness, or low power, or ultra-low noise. Specialist markets all.

    --
    Consciousness is an illusion caused by an excess of self consciousness.
  28. Battery Technology vs Storage Technology by thedillybar · · Score: 2, Interesting
    We need improvements in battery technologies before these improvements in storage technologies will even help us.

    CompactFlash is meant to be portable. I don't know of a portable battery on the market today that could allow a machine to fill up (or read all of) this 8GB memory card before the battery dies.

    I replace/charge my batteries much more often than the memory card. How would this ever help me?

  29. Other accessories by Mazzaroth · · Score: 2, Informative

    Instead of buying this kind of expenshuge flash card, I am considering Photo Memory Bank from SmartDisk ($549 (40GB); $699 (80GB)) or a Belkin Media Reader for iPod (price $109) - since I already have the iPod.

    However, this is still all eggs in one basket - you loose the thing, no pictures left. I guess the ultimate solution is to simply bring a portable with me for my photo expeditions and transfert my pictures on a daily basis on my computer and then either on CD-ROMS or on my web site.

    Loosing pictures is not an option for me - these moments almost never come back.

  30. Actual, factual information. by Masque · · Score: 4, Informative

    The 2, 4 and 5 are type I, not type II. Here's the actual press release:

    New 8 GB Card Utilizes Company's Patented IC Tower Stacking Technology

    SANTA ANA, Calif., Feb. 9 PRNewswire-FirstCall -- SimpleTech, Inc. (Nasdaq: STEC), a designer, manufacturer and marketer of custom and open-standard memory solutions based on Flash memory and DRAM technologies, today announced the industry's highest capacity CompactFlash with an 8 GB Type II card using the Company's patented stacking technology. The Company also announced 2, 4 and 5 GB Type I cards and a significant increase to the write speed of its entire ProX line of CompactFlash cards. The products will be unveiled at the PMA (Photo Marketing Association) trade show held at the Las Vegas Convention Center from February 12-15, 2004. SimpleTech will exhibit in booth N-64.

    "We combined the latest silicon with our patented IC Tower stacking technology and produced the highest density CompactFlash card available in the world," said Ken Roberts, director of product marketing at SimpleTech. "This card also uses a high speed controller with 10 MB/sec write speed -- the fastest on the market today."

    SimpleTech's IC Tower(TM) stacking technology allows multiple NAND Flash components to be stacked together to provide increased memory and storage densities that provide enhanced capacity in its 5 mm Type II cards.

    Delivering a breakthrough write speed of up to 10MB/second, SimpleTech's ProX CompactFlash cards enable images to be saved faster to the CompactFlash card and significantly reduces the wait time between digital photography shots.

    ProX CompactFlash cards incorporate Xcell(TM) technology, with a new advanced controller that provides an exponential increase in throughput for writing the picture file, delivering fast, accurate recording of high-resolution images and outstanding reliability.

    SimpleTech customers are offered a free trial of PhotoRescue software. Customers can download the photo recovery software onto their computer, and either insert the Flash card into a reader, or dock their camera, and view thumbnail images of their pictures. If one of the images on the card is corrupted, the rescue software allows the image to be recovered.

    All SimpleTech CompactFlash cards come with a lifetime warranty backed by SimpleTech's reputation for quality and support.

    Pricing and Availability

    Manufacturers suggested retail pricing for ProX CompactFlash cards ranges from $89.99 to $5,999 to meet budget and performance requirements. Samples of the new ProX CompactFlash Type I cards in 2, 4 and 5 GB capacities and the 8 GB type II cards are expected to ship during the first quarter of 2004, with production anticipated during the second quarter of 2004.

  31. Sports photographers by Anonymous Coward · · Score: 4, Interesting

    Sports photographers are the only people really for whom this is remotely useful. Toting an 8 megapixel camera which takes 8.5 frames per second they may just need the space, and they may be willing to pay not to have the card space run out at an inopportune moment. "Hey guys, could you do that touchdown again? My CF card ran out of space, I've got a new one in, now though and my magazine really wants this shot!" What I can't understand, though, is why it wouldn't be far more cost effective for the photographer to have a WiFi card in his camera and a WiFi enabled laptop or large storage device in his bag. Battery life? Is it really worth $6000 ?

  32. they could have 80 next week if they needed it. by *weasel · · Score: 3, Insightful

    the achievement here is in getting 8GB into a standard-form-factor compact flash slot, and keeping power consumption down to a reasonable amount for portable storage.

    They could easily bind 10 of these CF cards together and have roughly the same form factor as the sleekest slimline notebook drives. It'd really just be a matter of addressing if they wanted to release an 80GB solid-state drive.

    The first problem though, is the transfer rate bottleneck. CF has access times an order of magnitude lower than even the fastest disk drives (0.000256s vs 0.006s), but its transfer rate is ~25% of current consumer magnetic disk drives. (20MB/s vs 80MB/s)

    likely they could work out the transfer rate problem (and in under a year if there was a market), but then we're left with the other major problem. The relatively low write lifespan of flash memory. (between 100k and 1m writes/block)

    A system swap file would likely burn through that much faster than the consumer market would tolerate.

    The bottom line though, is that it's patented technology. Even if they released an 80 GB drive in a couple years, it wouldn't be priced for the consumer market. Not until a competing technology moves in.

    You and I will likely still be waiting for a solid state storage alternative for the next 5 years. Sad but true.

    --
    // "Can't clowns and pirates just -try- to get along?"
  33. NOT a bad price by jridley · · Score: 4, Insightful

    I see a lot of people expressing surprise about the price. For the target market, these are very reasonably priced. Pro photographers are out in the field shooting with $6000 bodies, sometimes multiple ones, and $2000+ lenses, maybe several in a bag besides the ones on the bodies.

    They're not targetting people with a $1000 consumer point-n-shoot, and CF is not good for HD replacement in most cases due to low bandwidth and rewrite lifetime issues.

    Having to stop shooting to change media half as often is WELL worth it. You don't want to have to tell your editor "There was a pulitzer-prize shot, but I missed it because I had my head down changing CF cards right at that moment."

    1. Re:NOT a bad price by mst76 · · Score: 4, Insightful
      Having to stop shooting to change media half as often is WELL worth it. You don't want to have to tell your editor "There was a pulitzer-prize shot, but I missed it because I had my head down changing CF cards right at that moment."
      A 2GB card costs under $200 and stores about 300 pictures in RAW mode from a 6MP camera. If you still can't see well in time that you need to change your card, maybe you shouldn't be in the professional photo business. How many pictures fitted on a 35mm roll again?
    2. Re:NOT a bad price by SailorBob · · Score: 2, Interesting

      There is another alternative. The photographer who did our wedding had a wireless card in his camera body which was constantly transmitting the pictues to his laptop. No worry about storage there. Not appropriate for everyone, but damn good for alot of situations.

      --

      Woopty Doo Basil, what does it all mean?!

  34. expensive and slow by rcb1974 · · Score: 3, Informative

    OK I'm excited about 8GB in a flash card because I think it would be cool to have a full fledged linux installation on a PDA which you can easily fit into 8GB. However, all you people who are excited about flash memory replacing hard drives because they're quieter need to realize something; these cards have a 10Mb/second interface which is SLOW compared to 100Mb/second+ speeds of a desktop/laptop hard drive. Copying disk images and or 700MB movies onto it is going to take about 10 minutes per disk as opposed to less than 1 minute... Plus, I could be wrong on this but don't these cards have a lifetime of like ~700 writes?

  35. Why not have a RAID array of flash cards? by blorg · · Score: 4, Insightful

    Lots of reasons. The sort things that use 'the smaller form factor of flash cards' aren't going to appreciate the CF card (already the largest form of flash storage) growing in size by a factor of eight. You've reached near 2.5" (laptop) hard-drive style sizes already, possibly larger with the necessary controlling circuitry. Factor in the expense of implementing the RAID controller in said portable device, and I don't think you're onto a winner. GB for GB, it is hardly a Redundant Array of Inexpensive Disks either.

    1. Re:Why not have a RAID array of flash cards? by sacherjj · · Score: 2, Interesting

      How much of a current CF card is packaging? If the standard casing for a CF card is removed, it should be much smaller. The better implementation would be an emulation of a 2.5" drive. Forget software drivers, use hardware to provide a flash drive that the computer sees as a "drive". Plug it into your existing laptop and you have an immediate power and vibration limit reduction.

    2. Re:Why not have a RAID array of flash cards? by BoomerSooner · · Score: 2, Interesting

      Inexpensive is all relative. If you told someone in 1970 that they could store 1TB of data for $5999 (Apple XRaid) they'd laugh. How about 1995 even? My POS IDE 2.1GB HD cost $400 and I thought I was getting a deal. The fact the average non-corporate person can afford a RAID setup is proof that it is inexpensive.

  36. What are they going to use for a filesystem? by Beryllium+Sphere(tm) · · Score: 2, Insightful

    I guess if you can afford one of these you can afford a new camera with new firmware, but the current cameras are using FAT12 and FAT16, neither of which will address 8GB.

    That price point is for early adopters and professionals only, and professionals are not going to be happy about losing 8GB of photos to a corrupted file system. I hope the camera makers are planning something more robust than FAT.

  37. Filesystems like JFFS2 designed to deal with this by blorg · · Score: 2, Informative

    That's true, but there are filesystems like JFFS2 that are specifically designed for flash and spread writes across the entire card. (This will still come nowhere near a hard disk, but can be sufficient for many applications.)

  38. That's quite an extraction by mpath · · Score: 2, Informative
    The full quote from the article reads:
    Manufacturers suggested retail pricing for ProX CompactFlash cards ranges from $89.99 to $5,999 to meet budget and performance requirements.
    Far be it from /. trying to sensationalize, though. ;)
    --
    I'm not sure what the secret to success is, but the secret to failure lies in trying to please everyone -Bill Cosby
  39. Re:You do NOT want to do that by iangoldby · · Score: 3, Funny

    Swap is a way of extending your available (volatile) RAM using a disk, which is cheaper but slower. Flash is a way of using (non-volatile) RAM instead of a disk, which is more expensive but quieter, less power, etc.

    So using flash RAM as a swap partition is replacing cheap and fast volatile RAM with expensive and slow non-volatile RAM that has a limited lifetime. Hmm. Time to put on my thinking cap...

    I know! How about making a RAM disk in cheap volatile RAM for your swap partition. Then it will be almost as fast as normal memory. Oh, hang on a moment...

  40. CF video by andygrace · · Score: 2, Insightful

    OK lots of posts questioning applications for that much flash. Video is definitely the big one. Standard DV is 25Mbps, but this amount of flash comes into its own for Pro formats - higher quality DVCPRO50 at 50Mbps is still OK at that sort of read/write speed.

    Panasonic's DVCPRO P2 Flash based camcorder and playback decks are set to be launched at NAB in Vegas in April. (pro broadcasting show) It's based on four SDCards working in parallel.

    The advantage of flash? You dont need to dump footage off DV tape before editing it. You can even edit in the camera. In a news environment those extra minutes can mean the difference between getting the story on the air or not.

  41. Re:reliability? - an after thought by cloudturtle · · Score: 3, Interesting

    just becuase they disclaim the implied warranties does not mean that the disclaimers are effective. Software is different than hardware on how it is treated. This is evidenced by the existance of UCITA, which originally started out to be UUC Article 2b but was to contraversial for the ALI and so it got the boot.

    The point here is that hardware is still regulated under UCC Article 2 -- sale of goods -- which pretty much prevents effective denial of implied warranties.

    For an implied warranty of fitness of a particular purpose the person selling the goods is supposed to have a reason to know of the need. Here there is no actual conveyance of that need so most likely there is no implied warranty.

    It is somewhat debatable whether the creation of a good for a particular market [the extreem market] would not actually make this a violation of express warrant of merchantability.

    Under the merchantibility argument if these cards could not be used in "extreme" environments then they would not be merchantable as goods in their class should be. Problem is that express warranties can be disclaimed.

    So really what we probably have is a case where the memory providers are in line with the law but it looks pretty slimey.

  42. 4gb cf type 2 = $188 by Anonymous Coward · · Score: 2, Informative

    Dell is selling the Creative Labs Nomad Muvo 4GB MP3 Player for $188 Shipped Free.

    Hack it open and it has a removable 4gb type 2 compactflash card. As seen here.

  43. quick, send one to the mars rover by peter303 · · Score: 2, Insightful

    This would increase memory 32 times. Then memory would last 256 days instead of 16. (The first rover went into an infinite re-boot loop when its file system claimed flash memory was full. Probably some garbage collection bug.) (Rover memory is radiation hardened.)

  44. Only $5,999? by tiger99 · · Score: 2, Interesting
    Sadly the cost of solid-state memory lags, in terms of time, about 12 years behind roatating magnetic disks. Please do correct me if that number is wrong, but it will not be out by more than a couple of years either way.

    In terms of immediate cost, it must be a ratio of about 300, given that you can't buy an 8 gid standard HDD any more, but if you could it would be about $20 or less if it was proportional to larger disks.

    It has always been so, to a fair approximation, and no doubt some corollary to Moore's Law says that it will always be so.

    Pity, because I could use one of these right now if it cost under $100.

    Sometimes the old ways are best. Within its rated operating life (say 5 years), a reputable brand of HDD is also more reliable.

    I don't see this changeing any time soon, there are lots of new ideas around for storage devices but none of them seem to come to fruition. This is just an extension of yesterday's technology, more of the same (not to belittle the achievement, these things take money, hard work and expertise in abundance), but not a radical breakthrough.

    IMHO holographic memories, with lots of inherent redundancy, and therefore reliability, are the way forward, but we have been hearing that for at least 10 years now. I think there will be a real breakthrough of some sort within 10 years, what it will be is not immediately obvious. What is certain is that this is not it. But, in about 6 years, when my income has doubled and 8 gig costs $200, I will buy one, if nothing better comes along. Of course, it will then only hold about 2 picturtes from the latest gigapixel camera, which is what I would likely use it for....... The problem will move, but will not go away.

  45. possible improvement by programmeratarms · · Score: 2, Interesting

    what is needed to counter the drawbacks of purely flash-based drives is a system that resembles a machine I once saw. The box contained a large quantity of standard SDRAM, a correspondingly-sized harddisk, and a camcorder battery. A controller board allows the RAM to pretend to be a SCSI harddisk. The battery lasts long enough to record RAM contents to disk in the event of a power failure, automatically. A smaller version of this unit, with cheaper (perhaps slower, or writeable fewer times) flash ram instead of the harddisk, would allow for a modestly sized, low-powered solidstate storage unit. Perhaps it could even be miniaturized to fit in a 3.5" drive bay.

  46. Re:Sounds like a job for by *weasel · · Score: 2, Informative

    You can turn off the swap file in Windows if you want to see how well that works out. You're likely not going to get a desktop machine to perform acceptably until you throw about a gig of memory in there - and you won't be leaving apps open the way most people do.

    Using it for secondary storage, as I said - is already possible. You can just plug a $20 USB card reader into your machine and put whatever CF/SD/etc media you want on there as secondary storage. Or you could skip the middleman and buy a USB memory stick (same memory type essentially, higher transfer rate).

    It can be faster, sure - but most of the performance gain you realize from improvements in storage, is when you use such storage on your system drive to alleviate the more frequent accesses.

    --
    // "Can't clowns and pirates just -try- to get along?"
  47. Just what I've been looking for. by Esion+Modnar · · Score: 2, Funny
    And at only $5,999 it is sure "to meet budget and performance requirements.""

    Something to go along with my $750 hammer. You know what I like best? The fact that they priced it at $5999, not $6000. That makes it seem so much more affordable.

    Dang marketing weenies.

    --

    They say the first thing to go is your penis. Well, it's either that or your brain. I forget which...
  48. Re:Storage and memory keep increasing--implication by SocietyoftheFist · · Score: 2, Insightful

    Yeah, we all will have local access to all the data we could ever want. Bandwidth, like storage capacity, is increasing. Your logic is rather flawed, it assumes a static knowledge base and that you'd have already attained all the knowledge you need.