Slashdot Mirror


The Benefits of Hybrid Drives

feminazi writes "Flash memory is being integrated with the hard disk by Seagate and Samsung and onto the motherboard by Intel. Potential benefits: faster read/write performance; fewer crashes; improved battery life; faster boot time; lower heat generation; decreased energy-consumption. Vista's ReadyDrive will use the hybrid system first for laptops and probably for desktops down the road. The heat and power issues may also make it attractive in server environments."

50 of 193 comments (clear)

  1. Finally... by Cherita+Chen · · Score: 3, Insightful

    This is not a new idea, nor is it new technology... This has been a long time coming.

    --
    I'm not fat, just big boned...
    1. Re:Finally... by TwentyLeaguesUnderLa · · Score: 2, Insightful

      But it's still pretty cool - a new way to integrate existing technologies, bring them together to make computers work better. I thought TFA was an interesting read, even though it didn't have anything particularly earth-shattering in it.

    2. Re:Finally... by grammar+fascist · · Score: 4, Interesting
      This is not a new idea, nor is it new technology... This has been a long time coming.

      The prices finally fell to where it's economically feasible.

      Personally, I like Intel's idea better (embedding the flash memory in the drive controller), because it should work just fine with existing drives. It might also be upgradeable, but I'm not holding my breath.
      --
      I got my Linux laptop at System76.
    3. Re:Finally... by Knetzar · · Score: 4, Insightful

      I don't like that idea, since if a system failure occurs and I want to move my harddrive to another system, there is a chance that the harddrive is in a bad state. Where as if you have th flash integrated with the HDD, then the write buffer is with the disk (as it should be).

    4. Re:Finally... by dfghjk · · Score: 2, Informative

      Technically, the drive controller is in the drive (that's what IDE stands for). The controller they referred to was one that was added to support the flash. These flash parts aren't cache RAM's like everyone seems to be imagining, they're additional storage.

    5. Re:Finally... by Fordiman · · Score: 2, Interesting

      Still, it might not be a bad idea to have flash journalling; have the controller record a disk-to-disk write and return immediately, intelligently handle disk reads, even if the data hasn't been relocated yet, etc. The flash chip just stores a list of actions (like in a journalled FS) and the controller performs them. They can be suitably small (1 block) so as to keep state granularity high.

      No, seriously. Sure, lots of filesystems journal, but how many can journal with separated control? In a normal journalled fs, the journal is stored on the same media as the disk - and thus suceptable to the same corruption.

      It's like the issues that put journalling in place originally; sure, some data can fail and we're ok, but if the filesystem structures fail, everything is effectively lost.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
  2. Hybrid Drives! by Sixtyten · · Score: 4, Funny

    Will they increase fuel economy as well?

    1. Re:Hybrid Drives! by moro_666 · · Score: 3, Insightful

      Actually the saving power hype quite stunned me :)

      The article said that it will be integrated into windows server architecture, so that your servers will power down the hdd's to save power. but this idea has flaws

      * first of all, who the hell wants to spin down server hdd-s ? you can't cache hudred of gigabytes, and servers that would save any noticeable amount of power from that can't cache all the necessary data to the tiny dram or flash.
      * second, there is no real "mega power save" here, intel makes cpu's that still float near 100W while they are at fullspeed, whereas a modern hdd goes under 10W in normal conditions while spinning normally.
      * third, if it's mainly used as booting speedup, how many times do you really want to start your server (yeah ok, on windows, the update cycle needs you to boot once per month, but still ...)
      * fourth, spinning any physical item down and up again will reduce it's lifetime, temperature changes in the oil and materials make it less resistable to damages.
      * fifth, spinning up the hdd requires a lot more power than keeping it spinning.
      * sixth, unless this works transparently (emulating some 'natural' disk operations will certainly make it slower than just disk access), who the hell is going to rework all the raid software that you have enhanced your boxes with ?
      * seventh, add all the things up from here, and althrough you find the disks inexpensive, the total cost will be expensive, may not save you a dime.

      To save power i currently look at amd geode and laptop cpu's (from both, intel and amd). if i stack up my machines with those i will save more power per work unit than any flash trick.

      For a desktop or notebook that you boot once per day, this ofcourse seems like a nice idea, way to go.

      --

      I'd tell you the chances of this story being a dupe, but you wouldn't like it.
  3. Maximum Writes for Flash Memory? by graphicartist82 · · Score: 2, Interesting

    Most flash memory i've seen (such as the USB keychain drives), have a rated maximum writes before the memory starts having problems.

    Am I missing something here? How are they going to overcome this if they plan on using the same type of memory for disk cache?

    1. Re:Maximum Writes for Flash Memory? by DDLKermit007 · · Score: 5, Informative

      An age old method called write leveling. In practice it usualy doesn't work since most people do it with USB thumb drives and/or flash memorycards which are all removed on a regular basis so the reader/writer of the media gets changed allot or the controler doesn't impliment write leveling. As such the write leveling never really gets done very well. With a system like this the write leveling would be exact and the flash memory would end up outlasting the moveing parts of the hard-disk. Also as parts of the card went bad the controler would skip over those sectors in the future which would lead to it working even longer. Even one part of a regular hard disk goes bad and your boned completely.

    2. Re:Maximum Writes for Flash Memory? by phoebe · · Score: 2, Informative

      They are not flash though, the solid state storage devices use banks of DIMMS with backup batteries and hard drives to save state when power failure occurs.

      Flash isn't a terribly fast medium either, hence all the marketing over 12x, 20x, 50x compact flash cards in the digital camera market.

    3. Re:Maximum Writes for Flash Memory? by earnest+murderer · · Score: 2, Informative

      Am I missing something here?

      Yes, durability has improved tremendously. Also, they aren't using it for swap. Most of the files that will get cached here are things the OS developer knows (or the system obsreves) are going to be asked for frequently. Data will also be saved here sometimes to avoid spinning up the disk.

      The sum of these writes are not going to exceed the durability (some millions of writes was the last spec I saw) of modern flash in any reasonable time frame.

      Also, if someone is abusing the technology or just keeps the same drive around that long the whole system doesn't fail, it just becomes a bog standard disk. Since a write failure is known at the time it is written you don't even loose data.

      --
      Platform advocacy is like choosing a favorite severely developmentally disabled child.
    4. Re:Maximum Writes for Flash Memory? by Eivind · · Score: 4, Interesting
      You're missing that the typical comercial flash-module is built to withstand 1 million writes or more.

      A 1GB flash-module bein written to *constantly* (24 hours a day, 365 days a year) with a sustained speed of 5MB/s would thus wear out sometime after 6.5 *YEARS* of continous operation.

      I'm guessing you can see why this problem is purely hypothethical for 99.99% of all laptops out there. You don't write to disc *constantly* and even if you did, you don't typically use the laptop 24/365, and even if you did, having a laptop-drive fail after 6-7 years is normally not a showstopper.

      If, more realistically, the laptop is used 8 hours/day 250 days/years, and writes to disc 10% of the time when turned on, then the 1 million writes to flash will get reached after aproximately 30 years.

      Even these numbers are high -- my laptop is heavily used as a developer workstation, and it certainly does not write to disc 10% of the time it is turned on.

  4. Magnetic-RAM. by Anonymous Coward · · Score: 2, Insightful

    MRAM would have been a better choice.

  5. A good idea by apathy+maybe · · Score: 2, Interesting

    This is a good idea (even if it is old). In fact flash memory is so small that you could scrap hard drives altogether if you had enough money.

    Imagine twenty 1 gig flash memory cards in a row ... less space then the equivelent hard drive.

    --
    I wank in the shower.
  6. another "benefit" by plasmacutter · · Score: 2, Interesting

    another benefit of integrating flash memory onto the motherboard is the ability of hackers to hack your motherboard independently of the OS, and for friendly companies like microsoft to protect you from yourself by placing code they control in places you cant access on your machine.

    no, I dont like this one bit, it's just a huge security hole begging for exploitation by hackers and DRM vendors.

    --
    VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    1. Re:another "benefit" by plasmacutter · · Score: 4, Interesting

      I hate to reply to my own post but look, it's not offtopic.

      flash memory is persistant. Unless you provide open apis to allow anyone to develop applications to wipe it, there is no real way to confirm anything that gets stored on it is actually removed.

      Every platform, but especially windows, has a history of security exploits, and now the viruses will have somewhere to hide where they will be much harder to dig out, and anyone wanting to implement DRM could build an OS designed to hide critical components of it by burying it on the flash memory.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    2. Re:another "benefit" by plasmacutter · · Score: 3, Insightful

      Hackers don't abuse this because it is such a narrow target, every motherboard is different.

      exactly, every mobo is different.. this sounds like something which could make its way in as a standard part of windows computers.. much less narrow a target.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    3. Re:another "benefit" by plasmacutter · · Score: 2

      please illustrate to me exactly how I am wrong, otherwise please don't decry my post as technically inept.

      I really am interested in how exactly the hypothetical I put forward is not possible, it would certainly ease my mind, but from my substantial time weeding out viruses and malware, experience has shown that if you are unable to delete every part of it it will grow back like a friggin weed.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  7. Re:Old? by nmb3000 · · Score: 5, Informative

    Windows creates an immense swapfile anyway - why not just get the system to do it on either a designated part of the hard drive, or on a USB 2.0 flash drive?

    Actually, has anyone tried that? I expect you could see a decent increase in performance that way.


    Windows' swapfile usage is pretty similar to the way Linux does swap, except that Windows uses a file instead of a partition. By default it's 1.5 times the amount of RAM installed in the system and is made all at once to ensure a contiguous file. On systems with plenty of RAM it's still good to have because it means the OS can commit to having plenty of memory for applications which request a lot, most of which they might never use. Without a page file 10-20% of physical memory is wasted because the OS has committed to having it (think Photoshop, etc).

    I don't know how well the pagefile would work on a USB drive since if you're using much swap you're already seeing serious degradation. Besides, flash drives still suck at write speeds, being many times worse than even an old IDE drive. That's the biggest problem with integrating the two technologies I would think--making sure that you don't introduce bottlenecks due to stuff like that.

    --
    "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
    /)
  8. Less expensive and probably just as effective by keith134 · · Score: 2, Informative

    Plug in a USB or Flash drive and mount it as a non removable drive (drivers exist for this purpose...google them) then set your page file and temp files, etc. to the flash drive.

  9. Impracticle in large data storage... by Fallen+Kell · · Score: 2, Insightful

    The solid state portion of the drives are really only good for data that will not change often. That section suffers from limited number of re-writes before the data integrity degrades. The hybrid disks work well mainly for the primary system OS disk and that is really just about it. The kernel and main OS components will rarely change (patches and kernel updates are the only times). This is why boot times are increased using these disks, because the OS and kernel is contained on the faster solid state memory...

    Again, in an environment where data is constantly being written and deleted, these disks will fail a lot sooner.

    --
    We were all warned a long time ago that MS products sucked, remember the Magic 8 Ball said, "Outlook not so good"
  10. preference by spykemail · · Score: 2, Insightful

    I'd prefer something longer lasting (and faster) than flash memory.

  11. Not applicable to server environments by pestilence669 · · Score: 3, Interesting

    "...The heat and power issues may also make it attractive in server environments..."

    Not necessarily... perhaps during boot time. These potential savings are reserved for end-users who aren't doing anything data intensive. Last time I checked: database, web, email, and file servers are all data intensive... meaning that the drives will have to be spinning.

    Hybrid drives do less in a server environment than a RAM disk. They can help boot faster, which is great for disaster recovery. If heat & power are a huge concern, flash drives, that are here now, solve those problems.

  12. They forgot one... by mattmacf · · Score: 3, Insightful
    Potential benefits: faster read/write performance; fewer crashes; improved battery life; faster boot time; lower heat generation; decreased energy-consumption.

    What about increased reliability? I realize a lot of this might depend on how the flash memory is interfaced, but it would be awesome to have a small built in flash chip capable of live backups of critical data. With say a spare gig of memory on the hard drive, it should be more than feasible to have data of certain folders (e.g. My Documents and system folders) in the off chance that your hard drive actually does fail. Being able to boot directly to the flash chip would be great in emergencies, and a copy of DSL/Puppy Linux/*Your favorite recovery tool* would be perfect to store there. Bonus points if you can easily (i.e. without a soldering iron) swap the flash chip to a fresh drive and do a Stage 1 Gentoo reinstall from scratch.

    Come to think of it, the possiblities of RAIDing these things together could be interesting as well. With a RAID 1, all but the most paranoid wouldn't need to include the flash memory in the mirror. Or, should the flash memory get sufficiently large (say, 20-25% of the hard drive size), you could use the flash memory as dedicated parity in a RAID 4 array. Obviously this means squat if you can't interface the flash memory properly, but hey, at least the possibilities are there.
    --
    I only mod funny =D
  13. Catastrophic Failure of Flash Memory by reporter · · Score: 4, Interesting
    The technical specifications of the flash memory in my USB drive says that it is guaranteed to work for, at most, 100000 (i.e., one followed by 5 zeros) writes. People do not talk about this limitation, but I have seen this limitation written into the technical specifications of the flash memory in many devices.

    The hard drive in my Compaq x86 workstation has been humming nicely for more than 5 years. Due to the nature of my work at the institute, the number of writes to the hard drive have easily exceeded 100000 during that time.

    Using flash memory as a fast cache for the hard drive will increase the performance of the drive but will decrease the overall life of the drive. Someone will be awfully upset when she makes a final save of her million-dollar PowerPoint presentation for the CEO and discovers that the save is the 100001st write to the hybrid drive.

    Hopefully, the engineer who designed this hybrid drive has, at a minimum, integrated an LCD counter and a tiny speaker into the drive. The counter shall display the running total of the number of writes to the flash memory. The tiny speaker shall beep like crazy when the total exceeds 99900.

    1. Re:Catastrophic Failure of Flash Memory by servognome · · Score: 5, Funny
      Hopefully, the engineer who designed this hybrid drive has, at a minimum, integrated an LCD counter and a tiny speaker into the drive. The counter shall display the running total of the number of writes to the flash memory. The tiny speaker shall beep like crazy when the total exceeds 99900.

      It was in the original engineering design, but the lawyers said it would be cheaper to just include a warning in the fine print of the warranty.
      --
      D6 63 0D 70 89 81 BB 8E 7B 7C 5F 5D 54 EA AB 73
    2. Re:Catastrophic Failure of Flash Memory by Volante3192 · · Score: 5, Insightful

      The technical specifications of the flash memory in my USB drive says that it is guaranteed to work for, at most, 100000 (i.e., one followed by 5 zeros) writes. People do not talk about this limitation, but I have seen this limitation written into the technical specifications of the flash memory in many devices

      But, on the other hand, how often do you write to your windows folder? There's the monthly update, the occassional reg hack, but all in all, once it's established, that's a pretty static area of your drive. I could see this as an incredible benefit to system files, which, as has been discussed oft here before, the big reason for this.

      Loading your PPT file in flash won't help bootup. Loading that fuster-cluck of the system32 folder, though, would.

      Someone will be awfully upset when she makes a final save of her million-dollar PowerPoint presentation for the CEO and discovers that the save is the 100001st write to the hybrid drive.

      Backups? Alternate locations? If this is what it takes for them to learn the necessity of redundant copies, it's even better.

      There should be some level of safeguard built in that anything user created should be stored to the magnetic part of the drive, my documents, program files, but they should have this anyway. I mean, nothing like the last save and then having to call Dell because your drive is spitting out an Error Code 7...

    3. Re:Catastrophic Failure of Flash Memory by evilviper · · Score: 4, Funny
      Someone will be awfully upset when she makes a final save of her million-dollar PowerPoint presentation for the CEO and discovers that the save is the 100001st write to the hybrid drive.

      Yes. Everyone knows flash RAM will explode in a gigantic fireball on the 1st attempt to write to it, once it has gone beyond spec.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    4. Re:Catastrophic Failure of Flash Memory by flooey · · Score: 4, Interesting

      Using flash memory as a fast cache for the hard drive will increase the performance of the drive but will decrease the overall life of the drive. Someone will be awfully upset when she makes a final save of her million-dollar PowerPoint presentation for the CEO and discovers that the save is the 100001st write to the hybrid drive.

      The thing to note is that that limitation is per flash block, not for the whole thing. So for a 1 GB flash component, given perfect block mapping, you can write around 100 TB of data to it before it wears out. With a 150MB/sec transfer rate, it would take more than a week of continuous writing to write that much. As well, modern flash can withstand a couple million writes, extending the life to several months of continuous writing. Given that this would generally be containing operating system components, which are read often but written to rarely, the lifespan of the memory should be no worry at all.

    5. Re:Catastrophic Failure of Flash Memory by Cerium · · Score: 2, Insightful

      True enough, but what customers are going to pay more for a drive that costs more AND needs to be replaced more often when the only advantage is a possibly insignificant performance increase?

      I doubt many people are going to take this route when existing technologies (RAID comes to mind) work fine for those who absolutely need the extra performance (or rather, have convinced themselves they need it [Hi, owner of that $7,500 gaming rig!]).

    6. Re:Catastrophic Failure of Flash Memory by adrianmonk · · Score: 3, Informative
      The technical specifications of the flash memory in my USB drive says that it is guaranteed to work for, at most, 100000 (i.e., one followed by 5 zeros) writes.

      I thought I'd seen specs an order of magnitude larger than that in many cases, but the problem still may not be as bad as you think in many cases even if it is as bad as 100000 writes. The reason? Flash devices have systems built in to their controllers specifically to deal with these problems. The mechanisms may vary, but the ones I know about are wear leveling and excess capacity (beyond the capacity that the device reports to the operating system) that can be pressed into service when a block fails.

      Briefly, wear leveling means that if you write to the same logical address over and over, the controller will map that write to different physical addresses each time. That means that you can't wear out the device by rewriting the same file over and over again; instead, you only add a little bit of wear to each physical block on the flash device. The concept is a little bit like rotating the tires on your car except that it's a more dramatic win since write patterns can be much more uneven than wear on tires on a car.

      The other mechanism for mitigating the effects of limited flash life is putting excess capacity aside (so that it's not reported to the OS) to be used when a physical block does fail. Since it's a matter of probability just which write will cause a given block to fail (meaning that some will fail after less than 100,000 writes and some will probably last much longer), even with wear leveling it's unlikely that all blocks will fail at once. It should be easy to tell when the pool of spare blocks is nearing exhaustion and give you advanced warning that your flash device is wearing out. So in that sense, it is actually safer than hard drives, which tend to fail without warning.

      Finally, this whole thing reminds me of the reaction some people (mostly audiophiles) had to compact discs, and digital audio in general, when it first began to replace analog systems. There was some resistance to the technology because it was sure to sound artificial: after all, you were taking the music apart into discrete steps and putting it back together again. Obviously, a system which broke a waveform down into a discrete step can't ever really reproduce exactly the same waveform as the original. And that's true, but what they missed was the fact that analog systems can't ever reproduce exactly the same waveform as the original either. Both systems have limitations, in this case distortion of the signal, and the true question should be not whether the proposed new system has limitations, but whether the limitations of the new system are worse or better. (The answer to that may depend on the intended use.)

      I think the same thing applies to flash devices. Yes, you may have a hard drive that has been humming along for 5 years without a problem, and that's fairly common, but hard drives do fail. When I was a system admin, I saw my fair share of them. (I've seen a few since then too.) The key in the case of flash is probably to get in place a nice warning system that can take advantage of the ability to notice that spare blocks are being depleted and warn the user when failure of the device is nearing. I haven't researched it carefully, but perhaps SMART would be useful for this in some applications, such as where flash is replacing hard disks.

    7. Re:Catastrophic Failure of Flash Memory by Osty · · Score: 5, Interesting

      But, on the other hand, how often do you write to your windows folder? There's the monthly update, the occassional reg hack, but all in all, once it's established, that's a pretty static area of your drive. I could see this as an incredible benefit to system files, which, as has been discussed oft here before, the big reason for this.

      Depends on what you're doing. For example, if you run IIS, your log files (by default; you can change this) are in %WINDIR%\Sytem32\LogFiles. That's going to have a lot of writes. Any new hardware or software installation may cause writes to %WINDIR%. There's a lot of other stuff that legitimately writes to %WINDIR% like installing a new printer (think roaming -- you may print to a different printer every day), the .NET Global Assembly Cache, Visual Styles and themes, and a whole lot more. Whether these things should be in %WINDIR% or not is a different question. The point is that using flash for %WINDIR% under the assumption that you'll not write there very often is a little naive. Perhaps Vista reorganizes %WINDIR% somewhat so that fewer processes need to write there.

      There should be some level of safeguard built in that anything user created should be stored to the magnetic part of the drive, my documents, program files, but they should have this anyway. I mean, nothing like the last save and then having to call Dell because your drive is spitting out an Error Code 7...

      All of this is a moot point anyway, because this use of flash is only as cache. Anything written to the flash drive should eventually be flushed to the hard drive. Similarly, if you've exhausted your write cycles and try to write to the cache, it should seamlessly catch the fault and go directly to hard drive. In that case it would be nice to give an occasional notice that your flash chip is exhausted and you need to replace it, but you should not risk losing any data. I'm not a big fan of on-board flash simply because it may be unreplaceable. Any onboard flash chips should not be surface-mounted, but socketed like RAM, CPU, or the clock battery. That will require some standardization on sockets, but as long as there are only two or three different options and the designers of said options let others build chips using that interface (*cough*Sony*cough*) it shouldn't be a problem.

      In the long run, I think computer manufacturers will love this. How likely do you think your parents will be to replace their onboard flash when they run out of write cycles? The average consumer will just buy another PC for a couple hundred dollars rather than buying a new flash chip and installing it (or paying someone to install it).

      How soon do you think the conspiracy theories will start up that manufacturers like Dell are intentionally shortening the life of onboard flash through factory "testing"?

    8. Re:Catastrophic Failure of Flash Memory by dillee1 · · Score: 2, Funny

      You mean Dell is so much ahead of the market and already integrated the technology into their laptops?

    9. Re:Catastrophic Failure of Flash Memory by jawtheshark · · Score: 2, Funny

      Hopefully, the engineer who designed this hybrid drive has, at a minimum, integrated an LCD counter and a tiny speaker into the drive. The counter shall display the running total of the number of writes to the flash memory. The tiny speaker shall beep like crazy when the total exceeds 99900.

      Just enter "4, 8, 15, 16, 23, 42" and everything will be okay.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    10. Re:Catastrophic Failure of Flash Memory by Anarchitect_in_oz · · Score: 2, Insightful

      Indeed, but i would think the main market for this would be laptops. Where the value is in making the computer useable in the fastest time or lowest battery useage, hopefully both. Something like the UMPC/ PDA type tablet could boot without firing up the hard drive, till you need something on it. Then just use pretty graphics to get the user to not notice the wait (log in screen should do it).

      Alot of data is write rarely read often, such as individual track info for media player, and the media player itself. Fire up the harddrive as soon as the user picks the media player app, by the time they have picked a tune the drive is ready to go.

      Careful use of what user data goes on flash but backed up to magnetic could mean you have a system that might not even firing up the hard drive for 90% of user activity. Sure you have the max write cycle thing, but a well thought out system is not going to have a big issue with this.

      --
      "Call us when the New age is old enough to drink" Beck
  14. Another benefit... by mbstone · · Score: 4, Funny

    Another benefit of hybrid drives is, you can use the carpool lane even if you're by yourself.

  15. Not in most servers... by evilviper · · Score: 3, Interesting
    The heat and power issues may also make it attractive in server environments.

    No, it won't. Servers have large ammounts of system RAM, which is far faster than flash on the hard drive bus could ever be. They also have battery-backed RAID controllers, meaning flash would be a step down, not a step up.

    This is only really useful in notebooks.
    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:Not in most servers... by QuantumFTL · · Score: 2, Insightful

      Servers that don't access much of the disk (say, less than 1GB or whatever the size of the flash cache is) the majority of the time would benefit from this the same as laptops, by letting their disks spin down.

      Also fast restart is especially good for critical servers as a method of reducing both planned and unplanned downtime. I know at lylix.net, we will be getting one of these as soon as Gentoo Linux properly supports it - you don't want an Asterisk box down longer than it has to be.

  16. USB Flash, Swap, Windows Vista by Zan+Lynx · · Score: 2, Informative

    Haven't any of you been playing with the Vista betas? Vista has a sort of swap file / prefetch feature that you can enable on USB flash drive. Vista first benchmarks the device, to determine if it is fast enough. Then you can create a sort of swap file on it, as big as you like.

    It's part of the Vista SuperPrefetch.
    http://www.windowsitpro.com/Windows/Article/Articl eID/48085/48085.html

  17. Are standard file formats fine for use on flash? by Chonine · · Score: 2, Interesting

    Are the standard NTFS or Ext3/Reiser/Whatever optimized for use on hard drives? If flash drives start appearing as main system drives, would new or modified versions of file systems help in any way? Or are modern file systems abstract enough to where they dont deal with all the little fiddly-bits? I don't know enough about this area, but it would seem to me that a new hardware device to store files may benefit with a change in the way the OS uses it.

  18. Where to put the flash? by Michael+Woodhams · · Score: 4, Interesting

    The article discusses this. Intel want to put it on the MB, the drive manufacturers want to put it in the drive. A third option is to attach it separately and externally (e.g. a USB flash drive.) A final option would be to (e.g.) have a compact-flash-card (or similar) socket on the hard-drive, and users provide their own flash.

    To my mind, the logical place to put it is on the drive. This is where the useful caching information is most easily available. (Which sectors are read/written how often? Which reads are often delayed by waiting for the disk to spin up?) This is also where you can make the process most transparent. The drive's firmware can make the system "just work", like a standard HD, but faster - whatever the OS, no drivers needed. (Although you'd possibly like to have drivers to give the OS more control over what is flash-cached.)

    --
    Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    1. Re:Where to put the flash? by Locutus · · Score: 2, Interesting

      how about using CF and a CF->IDE adapter for desktops and hang the adapter off the IDE bus. CF based PCcard adapters in laptops maybe? You can do this today and IIRC, CF cards have builtin wear leveling. move your /boot onto this for quicker boots and/or put your swap here and have quicker restores from hibernates.

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  19. Re:Are standard file formats fine for use on flash by I+kan+Spl · · Score: 4, Interesting

    Most filesystems are in fact optimized for use on magnetic media. Ext3 uses algorithms to place data on the disc in order to minimize the amount of waiting done for data.

    There are research filesystems that are optimized for this kind of a hybrid environment. These were written for MEMS insetead of flash, but the basic ideas are nearly the same.

    http://www.ssrc.ucsc.edu/proj/mems.html

    Disclaimer: I work there. I may be biased.

    --
    My UID is prime and so is this number: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.
  20. Damn, can't show off! by kickdown · · Score: 3, Funny

    Damn. The RSS feed made me think this might be about hybrid _cars_, not hard drives. I was already dreaming of making clever comments about how cool it is to own a Toyota Prius. Now I make whiny comments about getting it wrong instead. Damn. Mod me down for futility and insignificance.

    --
    Continuous positive slashdot karma since... uh, maybe next year.
  21. Suspend to disk + flash for better boot times. by Chonine · · Score: 2, Interesting
    It seems like there is a huge demand for faster booting systems, but so few people use suspend to disk (hibernate for windows, goes by other names too). Shutting down and booting are faster, and it uses *no* power when off. It seems to me that some people are overly fixated on faster boot times, so long as no interesting software tricks such as suspend are used. Why is that? Many people want a faster booting computer, but refuse to do so with anything other than a traditional boot. I understand the limitations and the need to do a traditional reboot from time to time anyways, but suspending to disk is a great feature that is here now, that doesnt even need ACPI or any sort of power management doo hickery.

    Flash is great but even with its random access speeds, the throughput isn't much better than drives, and so I don't see such a huge boost in boot times from flash alone. To have your cpu do all of that work every boot seems a bit rediculous. Reading a 512+ MB file into memory and a few adjustments, you are back to where you were.

    (As an aside, can anyone tell me how BeOS was able to boot in only around 7 seconds for me a decade ago, to a fully usable desktop? From fully off to fully usable, that was nuts.... what can modern operating systems do to approach this?)

  22. Re:Old? by DrXym · · Score: 3, Informative
    Windows' swapfile usage is pretty similar to the way Linux does swap, except that Windows uses a file instead of a partition. By default it's 1.5 times the amount of RAM installed in the system and is made all at once to ensure a contiguous file.

    Sadly, it isn't always contiguous since it has an initial size and a maximum size. If you run too many apps or an app goes crazy and consumes all your memory, your pagefile goes through the roof.. I was horrified to discover the pagefile.sys on my laptop was split into 3000+ pieces. I had to page defrag over it (a SysInternals tool). After running it a bunch of times, it's still at 800 pieces even now.

    I I prefer the Linux method since you can choose a swapfile or a swap partition. A partition guarantees no fragmentation (and optimal performance since there is no underlying fs), but you have the flexibility of a swap file if you need it.

  23. Massive disk cache by nmg196 · · Score: 4, Interesting

    We seem to be going backwards. About 10 years ago, I had a vesa local bus HDD controller which took SIMMS to use as cache. You could shove up to 32mb on it and it would remain powered even when the system was shut down. This meant you could load DOS and even Windows 3.11 entirely from the disk cache after rebooting. As far as I'm aware, there are no SATA controllers which can take DIMMS or similar to use as a large cache. PLEASE correct me if I'm wrong.

    Why doesn't this exist today? I think it was a really good idea. The closest thing I've found is Gigabyte's iRam, but this isn't really the same thing - as it's purely a RAM drive and doesn't persist to hard disk.

    I think that slow booting is the one of the biggest annoyances of computers and the primary reason many people never turn off their machines in an office environment (hiberating on XP rarely works reliably in my experience - usually due to driver issues not reinitialising the hardware properly rather than there being any problem with XP itself).

    If people's machines booted to the desktop in under 10 seconds, far more people would turn them off at the end of the day and worldwide power consumption would be significantly reduced.

  24. Write Limitation by xdxfp · · Score: 2, Interesting

    100,000 writes is only a median of the distribution. Some will be higher and some will be lower, so a counter would be useless. I'm sure it's made of a higher quality RAM than your typical flash drive. 100,000 writes would last about one day on a server, and probably less than four days for your typical PC [if you assume one write per second for a busy server, which is not unreasonable]. I'm not sure a flash cache makes a hell of a difference. Why not just use RAM, and have a battery to keep the memory state for 20 or 30 minutes if the power were to shut off? Plus even the fastest static RAM is no where near the fastest regular RAM. If they can get the size, speed, and reliability up to par perhaps it could be useful.

    --
    HRESULT WinAPIGetSystemProcessThreadMetricsMenu...
    LibraryVolumeModuleHandlePtrEx(PHSPTMMLVM PHndl);
  25. you're thinking of the wrong kind of flash... by YesIAmAScript · · Score: 4, Informative

    NOR flash (like the BIOS chip in your PC) is good for 1M writes or more.

    But NOR flash is low density. An 8MByte NOR flash is large.

    The flash that is being integrated into these drives is NAND flash. NAND flash is the kind of flash you use in your digital camera. NAND flash is high density.

    And it is crap.

    SLC NAND flash is good for 100,000 writes. But SLC is on the way out because it's only half as dense as MLC NAND flash. MLC NAND flash is good for 10,000 writes.

    Are you scared yet?

    That's a statistical measure, so often cells last longer than 10,000 writes before crapping out. And systems that use NAND flash use ECC (error correction codes) and wear levelling to try to hide the flash wearing out. It's complex, but it does work pretty well.

    But a coworker made a flash burner app to wear out some flash on purpose. It wrote constantly. He able to wear it out in a couple days. It didn't wear out the entire flash chip, but that's when the flash started to develop sectors that were unusably bad, even with ECC.

    --
    http://lkml.org/lkml/2005/8/20/95