Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Seagate to Offer Solid State Drives in 2008

Posted by CowboyNeal on Thu Aug 23, 2007 07:03 PM
from the takes-a-lickin' dept.
Lucas123 writes "Seagate will introduce drives based on flash memory in various storage capacities across its range of products including desktop and notebook PCs, according to Sumner Lemon at IDG News Service. The drives are expected to consume less power (longer battery life), offer faster data transfer rates and be more rugged than spinning disk, which has moving parts that can be damaged from an impact."
+ -
story

Related Stories

[+] Seagate to Drop IDE Drives by Year End 566 comments
ianare writes "Seagate plans to cease manufacturing IDE hard drives by the end of the year and will focus exclusively on SATA-based products. Seagate is the first major hard drive manufacturer to announce such plans, though others will likely follow suit. That's not to say support for the 21-year-old PATA standard is going to vanish overnight; similar to how ISA slots were available long after most of us had ditched our old ISA peripherals."
[+] Your Rights Online: Seagate May Sue if Solid State Disks Get Popular 242 comments
tero writes "Even though Seagate has announced it will be offering SSD disks of its own in 2008, their CEO Bill Watkins seems to be sending out mixed signals in a recent Fortune interview 'He's convinced, he confides, that SSD makers like Samsung and Intel (INTC) are violating Seagate's patents. (An Intel spokeswoman says the company doesn't comment on speculation.) Seagate and Western Digital (WDC), two of the major hard drive makers, have patents that deal with many of the ways a storage device communicates with a computer, Watkins says. It stands to reason that sooner or later, Seagate will sue — particularly if it looks like SSDs could become a real threat.'"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by rolfwind (528248) on Thursday August 23 2007, @07:11PM (#20337945)
    is projected out in the future? Normal hard drive capacity growth has certainly seemed to level off lately and perhaps is stagnating (so it seems to me). Yes, flash has grown astronomically the past few years, but is it sustainable to the point of meeting and exceeding conventional drives?

    If we had the rate of growth in conventional drives that we had a few years back, we would almost certainly be looking at multi-TB drives right now.
    • by timeOday (582209) on Thursday August 23 2007, @07:29PM (#20338159)
      I'm not sure flash drives need to meet and exceed conventional drives in capacity (maybe that's why conventional drives have slowed in growth)? I like to use virtual machines for development, but never had the right medium to work on them, exchange them between developers, etc. They're just to big to swap easily by network, external hard drives are too big and fragile, etc. But now I see 16 GB [newegg.com] usb flash drives are available, and only $130 to boot! I'm going to try installing a VM on one and buy a few more if it works well. 16 GB is PLENTY for installing a linux development environment, and I think for XP, too. Vista, I don't know.
    • Re: (Score:3, Interesting)

      You are correct, flash memory capacity is growing faster than hard drive capacity. My guess is that this is due to the fact that flash technology is still relatively new where as hard drives have been around since the 50s. Hard drive technology is "old tech" where as flash memory (specifically NAND flash) has just recently come into the spotlight.

      I did some quick google searching and found articles dated 2005 announcing that flash storage had reached the 2GB mark and hard drives had reached the 500GB mark.
  • by EEPROMS (889169) on Thursday August 23 2007, @07:13PM (#20337965)
    The headache now is that most file systems are optimised for mechanical based storage media so wont this also mean we will have to look at changing to new file systems ?
    • Re: (Score:3, Interesting)

      No. Why would it? If you're using a RAM-based medium, any block is read with essentially identical speed. So if you're using a mechanism that's optimized for mechanical storage, or using one that just allocates blocks sequentially, or one that allocates them completely randomly, or one that tries as hard as possible to *slow down* reads from hard disks, it all makes no difference. From a RAM-based system, they'll all work equally well.

    • It can get trickier. The arrangement of chips varies by size and vendor. The controller used and how the chips are connected affect this too. There is a very friendly computer shop that lets me try everything and return if it doesn't work as advertised. I picked up two 2G sticks for about EUR 10,-- each that use a Psion controller and are arranged in 16k blocks. (A four GB stick, with the same Taiwan brand, at EUR 39,-- turned out to be very slow. You have to test them. Except for quick tweaks, its not wise to make excessive writes. It must (in this case) write 16k no matter how small the file. (symlinks are hell) I simply allocate the same space on a HD and do 'dd if=/dev/sdN... of=/dev/da1s2a bs=16k' and that will run 396M in about 22s on BSD and surprisingly much faster with Linux. I use them as boot loaders with the kernel and userland. I slice them because ext2fs has different requirements. Reading is not normally a problem with current sticks. That block size parameter is quite important. I get 30MB/s on BSD (ufs2) and a surprising 90MB/s on Linux. (ext2fs). This is _much_ faster than the claimed rates for msdosfs/ntfs they advertise. (12MB/s write, something I've never seen msdosfs/ntfs do.) Bottom line is I can have upto a dozen or more systems on two sticks.

      The lower cost units tend to be better, perhaps only because they are smaller or compliant to my filesystems. It may be worth noting I colour code the usb sockets to avoid mistakes. It is really easy to mess up, so always having a copy on a real hd is very comforting. Since the sticks are ROM and written once per development cycle, they will never wear out electricly. (The USB sockets will go much faster.) I think we all know what happens if you use dos. This is my experience and these things are developing rapidly. They are as fast as ordinary SCSI drives (they are SCSI drives) and indeed somewhat more stable. Expect a hot product from Seagate. :)

           
  • Noise (Score:5, Insightful)

    by ddoctor (977173) on Thursday August 23 2007, @07:23PM (#20338081)
    Nobody mentioned the noise! SSD's are silent.

    I can't wait for ssd's. Every hard drive I've owned has been noisy and they drive me nuts.

    As for durability... hrmm... maybe in its current state, flash doesn't last that long. But, the potential has got to be better than a constantly-spinning platter of disks. I've never had a RAM stick, or flash card die on me, but I've lost many hard drives.

    Also, I think there may be greater potential for memory density. Spinning platters inevitably have wasted space, forming a cylinder in a rectangular prism.

    I'd be interested to see the effect of SSD's on prices of normal hard drives. Normal HDD prices have been plummetting rapidly over the last couple of years - I wonder if the lure of flash will push them down further.

    I think with capacity being so important, price/MB will be a big determining factor in getting flash into enterprise storage. I think the desktop, and (obviously) laptop markets will lap it up first.
  • by Associate (317603) on Thursday August 23 2007, @07:24PM (#20338095) Homepage
    Am I safe in assuming SATA transfer rates are sufficient to handle a SSD?
    Will it move choke points elsewhere on the system?
    I'd like to know what other practical benefits such would have other than lower power consumption and durability.
    • Re: (Score:3, Informative)

      Am I safe in assuming SATA transfer rates are sufficient to handle a SSD?
      Will it move choke points elsewhere on the system?
      I'd like to know what other practical benefits such would have other than lower power consumption and durability.


      1. Yes, at least so far the fastest I've seen is 90MB/sec sustained read with a 150MB/s SATA interface and if that became a problem they could move to a SATA2 interface and get up to 300GB/sec (NB: Since flash don't have cache, there's no point in going to SATA2 unless the fl
  • Limit on writes... (Score:5, Informative)

    by CannonballHead (842625) on Thursday August 23 2007, @07:27PM (#20338135)


    It's not all that bad. If I remember correctly, most flash memory can take 100,000-300,000.. according to wikipedia:


    "while high endurance Flash storage is often marketed with endurance of 1-5 million write cycles"


    I did a small research project (informational) on flash stuff recently for school, I believe solid state hard drives back in June or so were said to have about 2 million writes.


    2 million writes per sector. You can always move the information around, and algorithms are being written to do that.


    But, with all that, seems like hybrid drives would be the way to go right now.. after all, there's no limit on READING from solid state drives, just writing.

      • by Reziac (43301) * on Thursday August 23 2007, @09:09PM (#20339037) Homepage Journal
        Given your comment... what does this do to data recovery, when one DOES fail?

        • Re: (Score:3, Interesting)

          Good reply from AC, just to add to that.

          1. In my experience, flash memory can sometimes fail totally. This may be due to it being often removable, and accessed in rather non-robust ways, (USB ports, card readers). Hence (presumably) gets nuked by static etc. My attempts at recovering such 'dead' flash devices have not been great, so far. When it's dead, it's dead...even re-format does not work sometimes.
          Presumably, internal flash 'disk drive replacements' would be rather more robust.

          2. When flash drives
  • by G4from128k (686170) on Thursday August 23 2007, @07:40PM (#20338253)
    I wonder to what extent current high capacity HDs owe their high power consumption to the needs of high performance (low access time and high bandwidth). But if a large flash cache (say 4-16 GB) buffers the HD, then the HD mechanism could be redesigned to a much lower spec. I'd bet that a ultraslow 300 RPM platter with a stepper-motor head (versus the 4200 to 7500 rpm platter + voice coil technology currently used) would provide adequate performance (and low power consumption) if flash handled the vast majority of accesses and high speed read-writes. The physical disk mechanism would only need to support a bandwidth of about 2-3 Mbytes/sec (for a sustained read of an HD video stream) and flash would provide the 80-150 MBytes/sec burst bandwidth to compete with current laptop drives. (Hardcore video editors wouldn't use this device, but then they wouldn't use most of the low-power laptops on the market anyway).
  • by Televiper2000 (1145415) on Thursday August 23 2007, @07:54PM (#20338371)
    I did some poking around the net for information on NAND write cycles. They've already been quoted in the comments here (100,000 to 2,000,000) so I'm just going to post this neat white paper I found on Zeus drives that explains the endurance they get from their SSD Drive. http://www.baydel.com/images/gallery/NAND%20flash% 20resilience.pdf [baydel.com]
    • Re: (Score:3, Informative)

      Thanks for the very informative link.

      To summarise:

      8 million writes before failure. Failure occurs during write or erase. Stored data does not get corrupted.

      64gb would take 20 years to fill if the same byte was overwritten one million times.

      I hope the rest of the Slashdot ill-informed take note.
  • by Michael Woodhams (112247) on Thursday August 23 2007, @09:38PM (#20339281) Journal
    If we go back about 20 years, hard drives were for non-volatile fast-access storage, and tape drives were for backup, bulk data storage, archiving and sometimes data transfer (when there was too much for floppies.)

    Now that flash is reaching the point where we can contemplate using it for the primary non-volatile storage niche, we may see hard drives being displaced into the backup/bulk storage/archiving niches. If so, expect to see increasing emphasis on ways to hot-plug hard drives into your computer, and increasing emphasis on price/GB and decreasing emphasis on performance and possibly per-drive capacity.

    We'll really know we've reached this point when hard drives are used as a medium for delivering software.

  • Here and now (Score:5, Interesting)

    by MikShapi (681808) on Thursday August 23 2007, @10:01PM (#20339437) Journal
    Guys, hate to break it to you, but anyone who wants to be running on solid state, is.

    3 IDE-CF adapters cost me 8$ including shipment on ebay last week. My game box runs of a 16GB CF card (200$ - new - on ebay, available for months now) with vista (yes, vista on a 22MB/sec CF, though I've gotten it there via ghosting rather than via a regular install), and my living room PC runs XP off a 2GB CF card that cost about 25$ new (again, ebay price, store prices typically a tad higher).

    Yes, 20MB/sec is less than the 50-70MB/sec read speed an average harddrive gives, but that is offset by near-zero seek times.

    If under windows, make sure you turn off:
    * SWAP
    * ntfs Access time writes (fs tuning utility, one command from shell, or a reg key)

    And if you want to be even more thorough and flash-friendly:
    * 8_3 filename writes (in ntfs every file has two filenames one that is backwards-compatible to 8_3 naming. No need to waste CF writes on that)
    * Any software that routinely writes stuff to disk.

    If you're fanatic, do:
    * Event logger
    * Indexing

    If you want >16GB, you can buy several, then use LVM/dynamic disk/multiple partitions depending on your OS to use that.

    I just have the core 16GB (about 8GB occupied) on the game box, and do the rest of the storage (aka keep the Program Files directory) on the RAID5 fileserver over Gigabit LAN, which gives me about 40MB/sec read and write, which is IMHO sufficient. Were I not to rely on that, I'd get another two 16GB cards on a CF-IDE adapter, plonk a RAID0 on them and voilla (assuming you can get windows to make dynamic disks of removable storage, which the CF cards are still recognized as, even when on the IDE bus), which I am by no means certain.
    If you're on Linux, no problem there. anything and verything can be raided and LVM'd at will.

    A RAID0 of these would cost 400$, give 32GB and give about 40MB/sec performance.

    So no need to get overly excited with SSD. They're just an overpriced nicely bundled version of what is already cheaply available, kinda like external harddrives. And they'll keep on being that for a while yet.
    • Re:Warranty? (Score:5, Informative)

      by imamac (1083405) on Thursday August 23 2007, @07:07PM (#20337903) Homepage
      The rewrite issue has been rehashed a million times. It will be fine. I promise.
      • Based on what precisely?

        Not trolling, I just havent ever seen hard stats on current flash/solid state durability over time recently.
        • Re:Warranty? (Score:5, Insightful)

          by maxume (22995) on Thursday August 23 2007, @07:20PM (#20338047)
          Do the math. When rewrites were a problem, how big were the chips? How big are the chips now? How many more writes are possible now? The amount of data that becomes a problem is astronomical at this point...the 'rewrite problem' will kick in long after a spinning disk has found a reason to die.
            • Re:Warranty? (Score:5, Informative)

              by Anonymous Coward on Thursday August 23 2007, @07:54PM (#20338375)
              The drive controller will do wear leveling, so it will not rewrite the same bits over and over again, even if the OS thinks it does. This has also been rehashed a million times.
              • by Afecks (899057) on Thursday August 23 2007, @09:13PM (#20339075)

                This has also been rehashed a million times.
                I know.. but my brain's wear-leveler keeps storing that knowledge in random places.
                • Re: (Score:3, Insightful)

                  Somewhere on the order of 1 million erase-write cycles per bit. That should be more than enough even for swapping purposes.
            • Flash drives simply don't write the same first bits over and over again. Their firmware is programmed to 'intelligently' spread written data across the entire storage area as fairly as possible.

              Between this, massive storage capacity (think: 'dilution') and what will surely be engineering improvements, flash drives should prove to be very reliable.

              I for one, welcome out solid state overlords.
        • Wear levelling. If you have a gigabyte drive, and you can write each byte a million times, then you would have to do 10^15 writes to the disk before you'd start seeing problems. And man, that's just a crazy way to use a hard disk.
            • Re: (Score:3, Interesting)

              ZFS will. Traditional RAID may suffer though: all the drives will have the same write pattern. Make sure your flash drives aren't all the same age!
            • Re: (Score:3, Insightful)

              Will partitioning the media be physical? For example if I have a 20Gb drive, unpartitioned it will last (2x10^6)(10^6) erase-writes balanced across the whole disk. By partitioning won't you physically circumvent the whole wear leveling idea? Maybe not completely circumvent but you would kill erase-write potiential by a factor of 20 in this case, and since a swap partition can get pretty intense you might run out faster then you think.
        • Re:Warranty? (Score:5, Informative)

          by Amiga Lover (708890) on Thursday August 23 2007, @07:27PM (#20338137)
          Not trolling, I just havent ever seen hard stats on current flash/solid state durability over time recently.

          Take a 40GB hard drive, and pretend it's Flash memory. If you wrote 40GB worth of data to it every single day (with the circuitry inside a drive to spread writes out over cells evenly), then you would average 1 write per day across each cell. Flash memory can be written to a minimum of 10,000 times before dying, most is even more reliably by an order of magnitude (100,000 writes). Assuming we have crappy 10,000 write limits, we could write 40GB to the drive every day for 10,000 days, or 27 years, before failing is an issue.

          Looking at the 40GB drive in one of my machines, the total writes in its uptime comes to about 800MB, which is a shade under 24 hours uptime. That's 800MB worth of writes in a day, 50 times *less* than writing 40GB to the drive every day, so a 40GB flash drive at my current usage rate could be expected to last 27 * 50, or 1350 years.

          A lot longer than I have to worry about. The numbers are going to differ for some people, but the initial stats work out - few people would write to every cell every day, and even then that's decades worth of use.

            • Re: (Score:3, Insightful)

              You just need to have some spare space (say 20% of additional capacity) and dynamically remap areas from the 'working' part of the disk.
            • Re: (Score:3, Insightful)

              The integrated electronics do it for you, otherwise the flash drive would 'fail' sequentially, in order of cell use, and you'd steadily see your reported usable capacity dropping. Does not happen. In my experience, flash drives just keep on working - even in intensive use - but then just somtimes fail suddenly and totally, with no warning.
            • Re: (Score:3, Informative)

              How do you know that the drive will evenly distribute writes per cell?

              You don't. But what we do know is that if you take a balanced 6-sided die and roll it a large number of times, the distribution of faces to come up will be uniform. That is, each face has an equal chance of being selected. So if we randomly choose a sector and write to it, the wear over large numbers of writes will be uniform over all sectors.

              Its more likely that some cells may remain untouched, which other cells may get written or

              • Re: (Score:3, Interesting)

                Form factor and driver loading is the problem.
                You can easilly buy wiring/form factor adaptors that take a CF card and fit into a laptop drive bay (though admittedly laptops moving to sata will make this harder). You can then install any OS you like (space permitting but you can easilly buy 16 gigabyte CF cards which should be enough for XP and I suspect if you look arround you can buy ones big enough for vista) with no driver issues at all since as far as the motherboard is concerned it is a standard IDE dr
                • Re: (Score:3, Insightful)

                  That's not what I meant. The form factor problem is the one of being able to fit enough chips, passives and PCB into a 1.8" or 2.5" enclosure and still be able to have a decent amount of storage (and not burn up).

                  In your example, yes, CF will get the job done for now, but flash transfer rates are increasing rapidly, latencies are decreasing rapidly and we should be seeing SSDs by the end of next year that contain purpose-built components designed for high speed, low parasitic loading and low latencies. Ev
        • Re:Warranty? (Score:5, Informative)

          by spagetti_code (773137) on Thursday August 23 2007, @07:35PM (#20338205)
          Current flash technology has 1-5 million *write* cycles MTBF.
          All modern flash drives use write levelling to ensure writes
          are evenly spread across the device.

          This article [storagesearch.com]
          takes those numbers and using a hypothetical "write logger" app that
          continually writes, estimates an average life of 51 years.

          MTron specs [mtron.net] for their SSDs estimate:

          Write endurance

          In the case of 32GB capacity Mtron SSD: >85 years @ 100GByte / day erase/write cycles


          So lets lay this one to rest. SSDs are worth it.
        • Re: (Score:3, Insightful)

          Every time a story comes up on /. about SSD, this is invariably the first question in the comments. Seriously, I've seen like seven of these now. Yes, the writes are limited... but with efficient algorithms to spread the writes correctly, and operating systems that are aware of the media, we are talking 10-20 years before it becomes an issue.

          No company would want the nightmare of releasing a product that is going to fall apart in 2 years. It would tarnish their reputation forever. Think of the notorious I

    • ... well the correct technical term is endurance. That's typically 10k for MLC NAND flash or 100k for SLC NAND flash. Most devices will be using MLC because it is far cheaper.

      Most of these systems will be using wear levelling to prevent the certain flash regions being happered too hard. Any system that does not use wear levelling will break down pretty quickly.

    • Re: (Score:2, Interesting)

      Flash memory can die?

      THen Why not ordinary RAM on top of a normal drive?

      When I first bought a hard drive it had less capacity than all the RAM on this computer, and it was a big drive. The salesperson laughed at me thinking there was no way to fill it. And I paid more for the drive than I paid for this RAM by a factor of 2 or 3.

      UPS + RAM + disk drive - cache all the stuff you use a lot in RAM, and it's all good. I suppose even Flash can be used for the Program Files and Windows folders.
    • Re:Warranty? (Score:5, Informative)

      by SixDimensionalArray (604334) on Thursday August 23 2007, @07:28PM (#20338147)
      I have been researching some of the more current SSD drives lately, and I know that they greatly improved the technology/algorithms behind how they write data to the physical memory. Most companies use some kind of wear-leveling techniques that evenly distribute the writes over the entire surface of the disk, maximizing the disk's life span. I have also read that the different-sized memory modules have different physical characteristics such that smaller modules are actually outlived by larger ones.

      I can't give exact figures, but I've seen comparisons showing a reasonable life span (>20 years @ 100GB of writes/day) - some of the numbers are even comparable to those of spinning/mechanical hard drives. Considering how often mechanical hard drives seem to fail, it doesn't seem that there will be any major roadblocks in terms of reliability.

      I know what I've written is mostly qualitative (apologies on that), but I know the research into how to mitigate the problem of life span has truly advanced in the last few years as interest in SSD has increased. Jim Gray of Microsoft Research fame, predicted that SSD would replace mechanical drives not far off from now. Check out his paper "Flash Disk Opportunity for Server-Applications" for more on that.

      SixD

    • Re:Warranty? (Score:4, Insightful)

      by ACMENEWSLLC (940904) on Friday August 24 2007, @08:53AM (#20343169) Homepage
      >>How long of a warranty will these have? Doesn't flash memory break down after a good number of rewrites?

      But it's better than having to park my hard drive heads every time before I shut down. Sometimes I forget, and then that data is corrupt. Maybe one day Hard Drives will park themselves at shutdown.

      Reference;
      http://groups.google.com/group/net.micro.pc/browse _frm/thread/136aad9133d01bb7/9c5bce4697be4e1f?lnk= st&q=&rnum=8#9c5bce4697be4e1f [google.com]

      (Tone:Sarcastic/Funny)
    • Re:Lifespan? (Score:4, Informative)

      by smallfries (601545) on Thursday August 23 2007, @07:16PM (#20337997) Homepage
      There are different grades of flash chip, with varying amounts of write cycles. The problem with the kind of flash that you get in a usb keyring is not that flash is limited in the number of writes, but that cheap low-end flash is. The kind of solid state storage in a drive can take millions of write cycles, which combined with a file-system that spreads the writes evenly across he chip will give a decent lifespan.

      Cost is still a major issue though. The article only has one number in it, that densities will go up to 160Gb. Do you think they'll take a cheque for that, or you do you have to spread and touch your toes in person?
    • by bomanbot (980297) on Thursday August 23 2007, @07:17PM (#20338001)
      I think the 160 GB refers to the hybrid disks Seagate also has in their lineup (which are also mentioned in TFA). Would be more logical too because even with todays cheap flash prices, a 160 GB flash drive would still be relatively pricey.
    • Re: (Score:3, Informative)

      That's why you don't *do* that. Or, more precisely, why the SSD shouldn't *let* you do that. All it needs to do is keep some hidden spare space (10%? 5%? 1%? I don't know, but it's not huge) and dynamically remap sectors to balance writes. If you have GB of remapping room, even a "full" disk with heavy load would take a long time to wear out.
    • Re:Flash/RAM Drives? (Score:4, Informative)

      by Angst Badger (8636) on Thursday August 23 2007, @09:29PM (#20339217)
      For that matter, how come we never saw magnetic drives with builtin RAM caches in the GB scale, occasionally written (in parallel) back to the magnetic disc for reliability?

      Possibly because you weren't looking. For all I know, they still exist, but the vendor we got one from went out of business a few years ago. They sold full-length PCI cards packed with 8GB of SDRAM -- and they had larger models -- that presented a SCSI interface to the system and, with the appropriate driver, could mirror to a magnetic drive. The cost was stratospheric, and our storage needs soon outgrew the available space. We also found that not as much of our processing was I/O-bound as we thought. Other than that, it worked great. Given enough money and a motherboard with a sufficiently large number of PCI slots, it might be the ideal solution for certain niche applications, but the cost and size constraints otherwise make them a poor substitute for magnetic drives in most cases.

      That said, it was pretty cool to be able to reformat the "drive" in a few seconds.
      • Re: (Score:3, Insightful)

        You are only the five billionth reader that points out that "flash drives have limited writes". This is true, but, as five billion other readers have responded already, this is not an issue. The SSD drives that are being sold have have an integrated controller that spreads out the writes evenly over the disk. That way, the expected lifespan of a SSD drive is 10-20 years at least, which is about the same as regular hard drives.

        So please stop spreading the myth that SSD drives should somehow be inferior to re
    • Re: (Score:3, Informative)

      There are many techniques. If you really want details, get a book or hit wikipedia. But to give you a general idea:

      Each block has, infact, a bit more storage than the amount exposed. There are error-correcting checksums and stuff, allowing the drive to detect (and sometimes correct) errors, among these are, typically, a counter saying how many times the block has been written to.

      If the drive notices that one block has a lot more writes than the average block, it can swap the contents of those two blocks int