Slashdot Mirror


32 GB Flash Storage Drive Announced

Audrius writes to tell us TG Daily is reporting that Samsung has just announced a new 32 GB Flash storage device. The aim of this new solid state disk (SSD) drive is to completely replace the traditional hard drives in many laptops on the market. Some of the advantages offered are the 1.8" form factor, read speeds more than twice that of a normal hard drive, and the promise of 95% less power use.

15 of 381 comments (clear)

  1. Interesting .... by GoodOmens · · Score: 4, Informative

    This will only work if they can get the prices of flash down.
    $50.00~70.00 per gb is still nothing in comparison to $0.40~$0.80 you can get on hard drives.

    1. Re:Interesting .... by gstoddart · · Score: 5, Informative
      Those are real hard drives, with flash memory interfaces. Good try though, and $6400 probably is too high anyway (4 GB CF flash cards can be found for approximately $300).

      Hmmm ... are you sure about that? They call it a Solid State Disk and say it's based on NAND Flash memory.

      The article certainly sounds like it's not using any spinning-platter/read-write heads technology -- that would not really be solid-state. That seems to be how it uses less energy and makes no noise.

      To me, this doesn't sound like a "hard drive", but a big whack of Flash memory which is treated like a hard-drive.

      The $6400 figure comes from the article:
      One of the few 32 GB Flash disks on the market is currently sold by Silicon Systems: The device comes in a PCMCIA form-factor and is priced around $6400.

      So, it's not like the posted pulled the number out of thin air.

      If it's got no moving parts, it's not what we would traditionally call a hard-drive.
      --
      Lost at C:>. Found at C.
  2. Re:ouch by GoodOmens · · Score: 4, Informative

    If you RTFA you would see the target price is $750 and $1000 ... $6400 is the price of current flash hard drives in that size range.

  3. Not the biggest power eater by Dwedit · · Score: 5, Informative

    During heavy disk read activity, the HD is only uses 15% of all the power. (source) The real key to decreasing laptop power consumption is dimming the screen, which can reduce power consumption percentage from 26% down to 7%.

  4. Technology currently in use already by Furp · · Score: 4, Informative

    This technology has already been put to use in a commercial environment, and has given outstanding performance from what I've seen. The game EVE Online http://www.eve-online.com/ has already done this with their clustered servers and greatly reduced the lag. Keep in mind that this is a game where there is only a single universe (No shards or other servers) and they quite often push over 20,000 simultaneously logged in accounts at a time.

    When placed in the right environment, this technology just screams. A good example would be for huge database operations that have hundreds if not thousands of concurrent accesses. The databases that maintain the pay information for the US Military come to mind easily.

    1. Re:Technology currently in use already by vidarh · · Score: 5, Informative
      I very much doubt they use flash based SSD's for performance enhancements.

      Most large scale systems that use SSD's to increase DB performance do so using DRAM (mainly) or SRAM based units with battery backup, RAM based RAID and controllers that dump the data to disk either on an ongoing basis or in the case of a power failure (using battery power to keep things up at least long enough to write a consistent snapshot to disk).

      The units are ridiculously expensive, but far faster than anything you'd manage to get with flash or harddisks (typically they're maxing out the controller/bus you connect to them via).

  5. Re:Current drives only up to 80GB? by joeygb · · Score: 5, Informative

    The author is talking about 1.8" hard drives like what is used in the iPod. I don't know about you but I have seen Apple selling any 400gb iPods yet...

  6. Nice estimated price... by ShyGuy91284 · · Score: 4, Informative

    It estimated to cost$700 - $1000. While this may seem like a lot, for something new, this isn't. I remember reading how much a hardrive would have cost for an old IIGS that had maybe 8 disks worth of storage space I think. And although expensive, $700 isn't expensive enough to be out of the reach for consumers. Just expensive enough to be out of the reach for most sane typical consumers.

    --
    In undeveloped countries, the consumer controls the market. In capitalist America, the market controls you.
  7. RTFA! by RingDev · · Score: 4, Informative

    Price point on the 32gb drive is expected to be $750-$1000. The $6400 product is a currently available military grade drive. It'll take a wee bit more abuse and temperature range then the 'cheapest bidder' built one that will hit the commecial market.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
  8. Re:What about burnout? by jnd3 · · Score: 4, Informative

    Most flash can handle something like 100,000 erase cycles. And most flash file systems have wear-leveling algorithms to ensure you're not hitting the same sectors over and over. Even with standard usage they should be good for several years at the very least.

  9. Re:Data Integrity by temojen · · Score: 4, Informative

    Flash memory that works has a much longer MTBF than hard drives, but each cell fails at approximately 10000 writes. HDDs fail randomly, Flash fails predictably, so this can be a good thing. Just make sure your filesystem rarely does or needs defragging, and does not log every read.

  10. Re:Um Guys? by drinkypoo · · Score: 4, Informative

    The device you link to has only 2.5" and 3.5" form factors available. This device fits in a 1.8" form factor. Nice try, though. I can see why you post as an AC.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  11. Re:What about the limited number of writes? by kebes · · Score: 5, Informative

    This is certainly a valid worry. As I understand it, however, modern flash memories have more or less dealt with this problem, because:
    (1) The number of rewrites is now quite large (hundreds of thousands?)
    (2) The writing-to-disk software/hardware implements "load balancing." If you rewrite the same file 1000 times, it won't use the same exact block on the flash disk for each of those writes. Instead it will move from block to block with various writes/deletes/modify actions. This, coupled with some "slack" (the actual disk size is a little bit bigger than the "useable" disk size) allows for the wear to be distributed over the whole device.
    (3) The system uses conventional error-correction and flagging of bad blocks.

    As another poster pointed out, magnetic hard disks also have a limited number of rewrite cycles. But in practical terms we usually don't reach this limit. For critical applications I imagine you'd use a RAID of flash disks just like a RAID of magnetic drives.

  12. Re:flash wear-out by TheRaven64 · · Score: 4, Informative
    If you want to kill a flash drive compute the block size and write enough data to fill n-1 blocks then continuously update a small file with new data. you'll burn away that last block in a few weeks to a month

    Actually, this won't work. The wear levelling doesn't know if a block is 'full' or not, so it will just switch the contents of a pair of blocks. Your frequently-written file will move all over the flash chip(s), and so will your static files.

    --
    I am TheRaven on Soylent News
  13. Re:What about the limited number of writes? by TheRaven64 · · Score: 4, Informative
    For critical applications I imagine you'd use a RAID of flash disks just like a RAID of magnetic drives.

    The nice thing about Flash is that after a cell has failed, it just becomes read-only. You can get around this quite easily in the OS by just marking the failed block as bad in your inode list. Over time, your flash drive will shrink in capacity. When it gets too small, you just copy it over to a new one and repeat the process.

    --
    I am TheRaven on Soylent News