Slashdot Mirror


Dell Releases Flash-Based Laptops

joetheprogrammer writes "Dell has announced that they are going to offer a special configuration option with its Latitude D420 laptop that will allow users to swap clunky old HDs in favor of a 32GB SanDisk Flash hard drive. The only hitch comes with the price tag, which is set at a rather expensive price of $549. This will definitely ensure the laptop is set for a very high-profile consumer. 'The 1.8-inch 32GB SanDisk SSD, which SanDisk announced in January, increases performance by as much as 23 percent and is three and a half times less likely to fail when compared with HDDs currently available for the Latitude line, Dell said. The drive, currently available in North and South America, costs $549 -- on par with the 32GB drive Sony is offering exclusively in Japan for the Type-G Vaio. SanDisk will expand SSD availability to Europe and Asia in the near future.'"

14 of 230 comments (clear)

  1. I hope the Sony drives ... by WrongSizeGlass · · Score: 5, Funny

    ... aren't made by their battery division. ;-)

  2. How would I know if the HDD failed... by ForestGrump · · Score: 5, Funny

    How would I know if the HDD failed if it no longer has the "click of death"?

    --
    Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
    1. Re:How would I know if the HDD failed... by crabpeople · · Score: 4, Informative

      Same way as most hard drives: Delayed write fails, disk errors in event viewer, devloping bad blocks, frequently needing chkdsks, bsods.. HDDS make a big fuss when they are failing. Its way easier to diagnose than most things. When in doubt, ghost it and see if theres a performance improvement with the new drive.

      That said, ive had flash drives go from working fine to dead in a few short static induced moments. As these drives will be inside the PC and far less likely to be treated like a portable drive, hopefully it won't have those over handling issues.

      --
      I'll just use my special getting high powers one more time...
  3. Re:I for one... by Zeinfeld · · Score: 5, Interesting
    The cost is not very important. Whatever the drive costs today it will cost less in a years time.

    What is rather more interesting is what eliminating the hard drive will allow in terms of laptop design. A compact flash card is much smaller than a hard drive, the volume saved will be significant on compact format laptops.

    Another interesting difference is that it will be easier to make the drive easily removable on compact laptops. Today this tends to be a feature of the larger models which means that corporate IT depts are less willing to offer compact units.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  4. two questions by free+space · · Score: 4, Interesting

    1- Why only 23% faster? I thought mechanical HDD's were the bottleneck in modern computers and that replacing them with purely electornic components would make the machine run many times faster.

    2- Must the users permenantly use the solid state drive, or can it be replaced/hotswapped with a normal hard drive when storage capacity is needed more than speed?

    1. Re:two questions by NerveGas · · Score: 5, Informative

      Flash-based drives have MUCH lower latency than spindle-based disks. If your drive has an average seek time of, say, 15 milliseconds, you're limitted to about 60 I/O operations per second no matter how little bandwidth you're using. While the actual transfer speed of flash is roughly similar to a current hard drive, the decrease in latency will be very appreciated in some situations.

      --
      Oh, you're not stuck, you're just unable to let go of the onion rings.
  5. Re:Read/Write speed? by Echnin · · Score: 4, Insightful
    Well, IMHO read spead is more important anyway, at least for most users. If you're going to work with a lot of data, you'll probably want a bigger drive than 32 GB anyway. Now, with faster read speed, applications such as Office and Photoshop and such will start up a lot faster. Swap file access will also be faster (arbuably, just installing 8 GB of RAM or whatever might be more economical and effective). Anyway, it'll be a lot *snappier*!

    I wonder if we in the near future will see hybrid systems with flash-based drives for applications and swap space, and hard disk drives for data storage.

    --
    Lalala
  6. What About The Number-Of-Writes Limitation? by Steve+B · · Score: 4, Interesting

    Don't flash drives crap out after a few hundred thousand writes? That may not be a problem for most people's data and apps, but it would play hell with a Windows swap file. (Can a swap file be load-balanced to different parts of the flash drive without overhead that would lose much of the advantages of replacing a hard disk?)

    --
    /. If the government wants us to respect the law, it should set a better example.
  7. Is the flash removable? by microbee · · Score: 4, Insightful

    It'd be very handy if the flash could be removed and carried in pocket.

  8. Re:Read/Write speed? by harrkev · · Score: 4, Interesting

    Swap file access will also be faster (arbuably, just installing 8 GB of RAM or whatever might be more economical and effective).
    Not to stray to far off-topic, but you got me thinking...

    At first I thought that you were correct about it being better to use more RAM, but the numbers just don't add up...

    DRAM is just a capacitor and a transistor per cell. Any sort of flash memory is more complicated, as you have to provide programming voltages, floating gates, etc.

    So, why is it that 1GB of DDR ram will cost about $40 and up, while you can easily get a 1GB USB drive for $10 or less.

    Why the price difference? I thought that since DRAM is the densest possible memory, that it would also be cheaper per bit, but the prices on Newegg tell me differently.

    I do realize that flash memory is a LOT slower and will wear out after a few years, but using flash for swap space seems like a very cost-effective way of doing things. As first I scoffed as Vista for doing this, but now I am not so sure.
    --
    "-1 Troll" is the apparently the same as "-1 I disagree with you."
  9. Re:What's the power advantage? by wellingj · · Score: 4, Informative

    SSD Sata is 220 ma @ 5v.
    SSD IDE is 37 ma @ 5v.
    source

    2.5" 7200rpm IDE on full seek 460 ma @ 5v
    2.5" 5400rpm SATA on full seek 420 ma @ 5v
    source(I think my calculations are correct)

    With the increased seek speed of SSD I'd rather go with the IDE SSD because of the huge power savings.

  10. Re:Read/Write speed? by VCAGuy · · Score: 4, Informative

    At the end of the day, DRAM costs more than flash because of the frequencies they operate at and byte-addressability. DRAM runs at frequencies starting at 266MHz through the 1GHz range...at those frequencies, the process controls have to be very tight to keep defects down to a good level. Also, DRAM is byte-addressable, meaning that you can write/write just one byte from the DRAM. Byte-addressing means that there have to be row and column leads for every memory location. Further, because DRAM has to be refreshed on a regular basis, the chips have higher heat-dissipation requirements.

    Flash memory, on the other hand, is block-addressable, meaning that it is erased and written in blocks (usually anywhere between 32K and 256K). As a consequence, reading flash memory is quick, but writing can be very slow. ...that's essentially why flash is cheaper.

    --
    Q: "Why do sound techs say 'check 1, 2'?"
    A: "Cause if they could count any higher they'd be lighting techs."
  11. Re:I for one... by lee1026 · · Score: 4, Insightful

    Isn't the keyboard the bottleneck in how small a laptop can be?

  12. CAN have lower latency by SuperBanana · · Score: 4, Insightful

    Flash-based drives have MUCH lower latency than spindle-based disks.

    That should read "CAN have much lower latency." I've seen USB flash drives tested that had +100ms seek times, and it's not always the 5-6MB/sec class drives; some of the 10-20MB/sec flash drives were this bad. The fastest USB keys are around half a ms or so, which is perhaps a 8x improvement over the fastest magnetic drives.

    Flash memory can be glacially slow, have limited number of write cycles and poor reliability, and controllers can be slow as well- and as this stuff gets more into the mainstream, I guarantee some companies will use cheap components to boost profit margins or undercut competitors. We're already seen it in the USB flash drive market; I've witnessed at least a couple of these things get corrupted or stop working after daily use in an office environment, and they were all pretty much no-name brands or freebies.

    This competition isn't entirely a bad thing, as the cheap junk will put some pressure on the "good guys" pricing-wise, but the tradeoff is that we'll have to look before we leap with the credit card.