Partager via


ReadyBoost Q&A

Back in April, I posted a blog entry on the ReadyBoost feature - the Windows Vista feature that allows you to use a USB key as virtual memory in order to enhance performance. While I originally intended the post to be an overview of ReadyBoost, it proved quite popular and garnered quite a few questions seeking more detail. I apologize that it's taken this long, but I've finally tracked down "the man" who could provide the answers - Matt Ayers, who is the Program Manager in the Microsoft Windows Client Performance group and basically owns the ReadyBoost feature.

Instead of updating the original post, I created this new post entry that will be the home of the Q&A I receive. That way, people won't have to wade through opinions and comments and can come to this post to see only Q&A. 

Note: Matt will be speaking at Tech*Ed where he will present a session on on Vista Perf Improvements (ReadyBoost, ReadyDrive and SuperFetch – CLI312)

From Matt Ayers:

"I'm the Program Manager in the Microsoft Windows Client Performance group and own the ReadyBoost feature. I wanted to give some offical answers based on the excellent questions and discussions that I've seen in this blog, to date. Also, I'll be using this as a starting point for the official ReadyBoost FAQ.

Overall, as many posters have pointed out, the feature is designed to improve small random I/O for people who lack the expansion slots, money, and or technical expertise to add additional RAM. As y’all know, adding RAM is still the best way to relieve memory pressure.

Thanks, again, for your interest, questions and ideas."


 

Q: What perf do you need on your device?
A: 2.5MB/sec throughput for 4K random reads and 1.75MB/sec throughput for 512K random writes

Q: My device says 12MB/sec (or 133x or something else) on the package but windows says that it isn't fast enough to use as a ReadyBoost device... why?
A: Two possible reasons:

  1. The numbers measure sequential performance and we measure random. We've seen devices that have great sequential perf, but horrible random
  2. The performance isn't consistantly fast across the entire device. Some devices have 128M of lightning fast flash and the rest of the device is really slow. This is fine for some applications but not ReadyBoost.

Q: What's the largest amount of flash that I can use for ReadyBoost?
A: You can use up to 4GB of flash for ReadyBoost (which turns out to be 8GB of cache w/ the compression)

Q: Why can't I use more than 4GB of flash?
A: The FAT32 filesystem limits our ReadyBoost.sfcache file to 4GB

Q: What's the smallest ReadyBoost cache that I can use
A: The smallest cache is 256MB (well, 250 after formatting). Post beta2, we may drop it another 10 MB or so.

Q: Ok... 256M-4GB is a pretty big range... any recommendations?
A: Yes. We recommend a 1:1 ratio of flash to system memory at the low end and as high as 2.5:1 flash to system memory. Higher than that and you won't see much benefit.

Q: Isn't this just putting the paging file onto a flash disk?
A: Not really - the file is still backed on disk. This is a cache - if the data is not found in the ReadyBoost cache, we fall back to the HDD.

Q: Aren't Hard Disks faster than flash? My HDD has 80MB/sec throughput.
A: Hard drives are great for large sequential I/O. For those situations, ReadyBoost gets out of the way. We concentrate on improving the performance of small, random I/Os, like paging to and from disk.

Q: What happens when you remove the drive?
A: When a surprise remove event occurs and we can't find the drive, we fall back to disk. Again, all pages on the device are backed by a page on disk. No exceptions. This isn't a separate page file store, but rather a cache to speed up access to frequently used data.

Q: Isn't user data on a removable device a security risk?
A: This was one of our first concerns and to mitigate this risk, we use AES-128 to encrypt everything that we write to the device.

Q: Won't this wear out the drive?
A: Nope. We're aware of the lifecycle issues with flash drives and are smart about how and when we do our writes to the device. Our research shows that we will get at least 10+ years out of flash devices that we support.

Q: Can use use multiple devices for EMDs?
A: Nope. We've limited Vista to one ReadyBoost per machine

Q: Why just one device?
A: Time and quality. Since this is the first revision of the feature, we decided to focus on making the single device exceptional, without the difficulties of managing multiple caches. We like the idea, though, and it's under consideration for future versions.

Q: Do you support SD/CF/memory stick/MMC/etc.?
A: Mostly. In beta2, we added support for a small number of SD/CF cards on internal USB2 & PCIe busses. RC1 has a much broader support range.

Q: Why don't you support SD on my USB2.0 external card reader?
A: We unfortunately don't support external card readers - there were some technical hurdles that we didn't have time to address. In general, if a card reader shows a drive without media in it (like a floppy drive or CD ROM does), we can't use it for ReadyBoost.

Q: Will it support all USB drives, regardless of how they are ID'd to the OS ("hard disk drive" or "Device with Removable Storage")?
A: We have no way to tell what is on the other end of a USB cable so we do some basic size checks (since no one has a 200GB flash device ;-) ) and then perform our speed tests. HDD will not, however, pass our speed tests, and there is no benefit to using a USB HDD for ReadyBoost.

Q: Can you use an mp3 player to speed up your system?
A: Not currently. MP3 players use the 'plays for sure' interfaces to expose themselves to Windows. We require that the device appear as a disk volume. These aren't currently compatible.

Q: How much of a speed increase are we talking about?
A: Well, that depends. On average, a RANDOM 4K read from flash is about 10x faster than from HDD. Now, how does that translate to end-user perf? Under memory pressure and heavy disk activity, the system is much more responsive; on a 4GB machine with few applications running, the ReadyBoost effect is much less noticable.

Q: I can't get my device to work with ReadyBoost... can I lower the perf requirements?
A: Unfortunately, no. We've set the perf requirements to the lowest possible throughput that still makes your system faster. If we lowered the perf requirements, then there wouldn't be a noticeable benefit to using ReadyBoost. Remember, we're not adding memory, we're improving disk access.

Q: Which manufacturers support ReadyBoost?
A: Well, I hope that all of them do, eventually. Right now, we're working with manufacturers to create a program that will allow them to identify ReadyBoost capable devices on their packaging.

Comments

  • Anonymous
    June 03, 2006
    The comment has been removed

  • Anonymous
    June 03, 2006
    Hi,

    What about pc's with a memory size of 4GB for example? Can I decide to use a part of my motherboard memory as virtual memory istead of a USB storage device?
    Can some one tell me more about this issue.

    Thank you,

    Oguz_mazlum@hotmail.com

  • Anonymous
    June 03, 2006
    The comment has been removed

  • Anonymous
    June 04, 2006
    The comment has been removed

  • Anonymous
    June 04, 2006
    The comment has been removed

  • Anonymous
    June 05, 2006
    Nice post, Tom.
    I had a few questions on ReadyBoost, and now they have answers!

    So, on my 2 GB machine I wouldn't notice any difference. I'll try, this is sure. The problem is that I haven't a 2 GB USB memory...

  • Anonymous
    June 05, 2006
    Nice post, Tom.
    I had a few questions on ReadyBoost, and now they have answers!

    So, on my 2 GB machine I wouldn't notice any difference. I'll try, this is sure. The problem is that I haven't a 2 GB USB memory...

  • Anonymous
    June 06, 2006
    Fantastic FAQ.

  • Anonymous
    June 07, 2006
    Where could I obtain the nice stop watch tool that MS was using at WinHEC to display the ReadyBoost benefits?

  • Anonymous
    June 07, 2006
    Hey Tom,
    How can I get a hold of that utility that measures the time it takes to launch applications with and without ReadyBoost?  I saw it several times at WinHEC.

    Please let me know.  Thanks!
    Luis F.

  • Anonymous
    June 11, 2006
    The comment has been removed

  • Anonymous
    June 11, 2006
    make it work like ram, that would be a cool feature

  • Anonymous
    June 12, 2006
    The comment has been removed

  • Anonymous
    June 12, 2006
    I have used a empty 512mb memory stick which i formatted and it says there is not enough space on it what is happening??

  • Anonymous
    June 12, 2006
    Is there something specific that needs to be "set" for this to work? Is there any "secret" app that we can run to check for compatibility? If not, then I have another non -worker.

    The Memorex Traveldrive 2GB....

  • Anonymous
    June 13, 2006
    If I am running Windows VISTA on a Microsoft Virtual PC how do I get it to detect the USB drive.

  • Anonymous
    June 15, 2006
    Well.. I know we all breathe Sharepoint, but hey you need an OS to runon.... Who can beat VISTA? Who...

  • Anonymous
    June 15, 2006
    PingBack from http://alpesh.nakars.com/blog/?p=33

  • Anonymous
    June 15, 2006
    The comment has been removed

  • Anonymous
    June 16, 2006
    The comment has been removed

  • Anonymous
    June 16, 2006
    re: Windows Ready Boost - Windows Vista

  • Anonymous
    June 16, 2006
    The comment has been removed

  • Anonymous
    June 16, 2006
    Will it make any difference to ReadyBoost performance if you have the USB flashdrive set up to "Optimize for 1) Quick removal or 2) Best Performance/

    Thanks,
    Zack
    p.s. Please get more info out about PowerBoost, this is the most info I could find on the net, and there is no PowerBoost entry in the Help file(I had disabled teh service which controls PowerBoost so was having tons of trouble.)
    It would be nice if the service had a description mentioning PowerBoost.

  • Anonymous
    June 17, 2006
    I was wondering...
    Would it be faster to use this ready boost on a CF card connected to and IDE interface?

  • Anonymous
    June 22, 2006
    The comment has been removed

  • Anonymous
    June 23, 2006
    PingBack from http://newyear2006.wordpress.com/2006/06/24/readyboost-zur-performancesteigerung-unter-vista/

  • Anonymous
    June 27, 2006
    The comment has been removed

  • Anonymous
    July 01, 2006
    The comment has been removed

  • Anonymous
    July 05, 2006
    Windows Vista is no small operating system.  The additional graphics functionality, search databases...

  • Anonymous
    July 08, 2006
    Tom, the ReadyBoost feature is nice, but it appears there's a lot of DDR2 memory in my machine that is not being used by Vista.  How can I achieve greater utilizatization of my existing RAM?

  • Anonymous
    July 11, 2006
    Is there any way to program a device to automatically "ReadyBoost" when the drive is inserted into the machine?

  • Anonymous
    July 12, 2006
    The comment has been removed

  • Anonymous
    July 16, 2006
    Perhaps the entry on card readers needs revising?

    I'm on Vista beta 2. USB 2.0 is via a NEC PCI card.

    I have a no-name multi card reader into which I've inserted a 512M Memory Stick PRO Duo. Vista accepted this and has put a 410MB file onto it.

    I can't tell if it is actually using that 410MB file, but it didn't complain at any point.

    BTW it's a bit annoying that I can't use a 256M CF card because however I format it, it's always got slightly less than the required 256M available, so yes, it might be sensible to reduce the requirement by e.g. 20M.

  • Anonymous
    July 19, 2006
    The comment has been removed

  • Anonymous
    July 26, 2006
    Hi,
    I would like to know how Vista decides whether the Device is capable for ReadyBoost. Your QA gives a partial answer that "we do some basic size checks and then perform our speed tests" , but is it only the size and speed of the disk device that decides this or any other registry/device setting is present?

    thanks
    arun

  • Anonymous
    August 02, 2006
    I have formatted my 512mb USB stick with a NTFS partition and it seems that ReadyBoost will not recognise my USB stick. SO my question is " DOES READYBOOST WORK WITH A NTFS FORMATED USB STICK ? .........CHEERS.

  • Anonymous
    August 03, 2006
    Is there a list of compatible SD cards for ReadyBoost published somewhere yet? I have a new smartphone that can take an SD card, so if I'm going to buy an SD card, I would like to get one that will be compatible with Vista for ReadyBoost. Any recomendations?

  • Anonymous
    August 04, 2006
    So yesterday I was playing around with Vista.  I wanted to try the new ReadyBoost Feature that allows...

  • Anonymous
    August 04, 2006
    Can ReadyBoost be used with GigaByte i-ram drives?

  • Anonymous
    August 05, 2006
    Tom Archer interviews Matt Ayers, PM for the ReadyBoost technology in Vista (think - USB to speed up...

  • Anonymous
    August 08, 2006
    I just got a Transcend 4GB 150x SD card to use with ReadyBoost. With its default FAT32 file system, it didn't work with ReadyBoost, but after I formatted to NTFS (with default file allocation size) it then worked with ReadyBoost. It may just be the default allocation size that made it work though, for all I know the SD card may have come formatted with some standard allocation size for FAT32. Still, changing the allocation size or the file system may work for others.

  • Anonymous
    August 16, 2006

    On my regular travels around the web, I stumbled upon a brilliant resource for information...

  • Anonymous
    August 27, 2006
    I got a question to ask. If I happen to have one SSD drive (pass the performance requirement to have ReadyBoost feature turned on) which I install it as Drive D (the SSD came with IDE connector). And, I apply one regular hard disk with Vista installed. Now, is there any way I could obtain the ReadyDrive feature turned on with this combination ?

    Thanks,

  • Anonymous
    August 27, 2006
    ReadyBoost は使いたいけど、USBメモリによる情報漏えいは避けたい

  • Anonymous
    August 27, 2006
    ReadyBoost は使いたいけど、USBメモリによる情報漏えいは避けたい

  • Anonymous
    August 29, 2006
    The comment has been removed

  • Anonymous
    September 02, 2006
    Just bought a new USB stick with a capacity of 4 GB (3.78 GiB); ideal to transfer ISO files and even...

  • Anonymous
    September 02, 2006
    The comment has been removed

  • Anonymous
    September 05, 2006
    The comment has been removed

  • Anonymous
    September 06, 2006
    With the double WRITE (Disk + USB) and the encryption of the data (USB), I wonder what is the EFFECTIVE gain if we compensate for time loss with encryption and doubling the "writes" ...  Let me know!!!

  • Anonymous
    September 07, 2006
    Ashok mate, you'd be FAR better off just buying enough RAM.  Even if this works (and I'm very skeptical) you'll get 10%. Absolute tops. Improvement.

    Doubling your RAM would be a massively higher benefit.  Quadroupling it probably even better.

  • Anonymous
    September 08, 2006
    The comment has been removed

  • Anonymous
    September 09, 2006
    The comment has been removed

  • Anonymous
    September 09, 2006
    I have A-Data MyFlash 256MB from Newegg and it works even though the drive has been used extensively since i bought it in January and i only started using it for Vista in RC 1

  • Anonymous
    September 10, 2006
    The comment has been removed

  • Anonymous
    September 11, 2006
    Where can I find Event Log for ReadyDrive, mentioned briefly above? Thanks

  • Anonymous
    September 11, 2006
    Under ReadyBoost... :)

    Expand the tree and there ye shall be!

  • Anonymous
    September 11, 2006
    Rumor has it that the Apacer Handy Steno (HT203) makes a very good ReadyBoost choice.

    512MB
    http://www.newegg.com/Product/Product.asp?Item=N82E16820180014

    1GB
    http://www.newegg.com/Product/Product.asp?Item=N82E16820180015

    2GB
    http://www.newegg.com/Product/Product.asp?Item=N82E16820180016

    4GB
    http://www.newegg.com/Product/Product.asp?Item=N82E16820180017

  • Anonymous
    September 11, 2006
    In some cases even a slower USB device could help. For example an older notebook with 1G ram and a slow HDD (4200RPM). It these cases you can enable readyboost with a slow device.

    1. Let Vista test is, and check the Do not Retest this device checkbox.
    2. Unplug the device
    3. Go to regedit
    HKLMSOFTWAREMicrosoftWindows NTCurrentVersionEMDMgmt
    4.find the key related to you device (the device  vendor and name is in the key)
    5. Change the follwing values:
     Device Status 0x02
    ReadSpeedKBs 0x1000
    WriteSpeedKBs 0x1000
    6. Plug the device, right click on it to open properties and enable cache.

  • Anonymous
    September 14, 2006
    My Memorex Travel 1GB doesn't work either. Maybe I'll throwdown on a A-Data MyFlash...

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 14, 2006
    yes, but this is not the case
    http://www.pcstats.com/articleview.cfm?articleid=1706&page=2

    there you can se an benchmarktest with sandra 2005

    Buffered Read : 17 MB/s
    Sequential Read : 17 MB/s
    Random Read : 14 MB/s
    Buffered Write : 2641 kB/s
    Sequential Write : 11 MB/s
    Random Write : 7 MB/s
    Average Access Time : 15 ms

    isnt that qualified ?

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 14, 2006
    The comment has been removed

  • Anonymous
    September 16, 2006
    I agree.  It doesn't matter what any benchmarking utility says.  Sisoftware Sandra would freeze when benchmarking my A-data Myflash 256 drive but it works with readyboost.  HDtach puts the access time at .8ms.

  • Anonymous
    September 16, 2006
    Is there any equivalent application to Ready Boost that one can download for Windows XP?

  • Anonymous
    September 17, 2006
    The comment has been removed

  • Anonymous
    September 17, 2006
    The comment has been removed

  • Anonymous
    September 19, 2006
    The comment has been removed

  • Anonymous
    September 20, 2006
    PingBack from http://gomeler.com/2006/09/20/extremetech-reviews-the-readyboost-feature-of-vista/

  • Anonymous
    September 20, 2006
    PingBack from http://www.hanselman.com/blog/VistaAndReadyBoost.aspx

  • Anonymous
    September 22, 2006
    This week I went out to Harris Technology and got myself a 2GB USB Key. It was a good price so I couldn't...

  • Anonymous
    September 22, 2006
    Just wondering if you can software RAID usb in vista, would be great raiding 4 usb pens and using them for readyboost

  • Anonymous
    September 22, 2006
    you wouldn't gain anything.  ReadyBoost is essentially doing random 4KB reads.  RAID0, which I guess you were referring to, wouldn't speed that up at all.  It would be using much larger units to stripe with.  The only way it could be made faster is if ReadyBoost were able to use more than one stick, itself.  The MS guys have said they have thought of that scenario, too, but it was too complex to implement for the first release of Vista.  So perhaps in a future release we'll see multiple sticks being available for ReadyBoost.

  • Anonymous
    September 22, 2006
    Ok, thanks for the reply, I was also wondering if there are any plans or have already been developed for say, something like a USB adapter which can take, say, a So-DIMM and has battery backup to make it non volotile, these would be great for USB storage and would get a max speed of 33mb/s for writing at reading.

  • Anonymous
    September 23, 2006
    well, you can get devices that look like an IDE hard drive  to the OS that actually take ram, which is similar to your idea.  But they're going to be faster, since they'll be using IDE instead.  They're not exactly cheap, though.  Usually called a solid-state drive.  Used to be really expensive, but now you can get one for something resembling a reasonable price.  Probably more than worth it if you have the need for one.

  • Anonymous
    September 23, 2006
    Good morning Cincinnati! 
    (and I do apologize for forgetting to change my good morning slide,...

  • Anonymous
    September 23, 2006
    The comment has been removed

  • Anonymous
    September 23, 2006
    The comment has been removed

  • Anonymous
    September 25, 2006
    PingBack from http://www.techenclave.com/forums/vista-rc-1-ready-boost-using-79122.html#post480351

  • Anonymous
    September 25, 2006
    Depending on who talk to, people will tell you how happy/unhappy they are with current Windows Vista...

  • Anonymous
    September 25, 2006
    The comment has been removed

  • Anonymous
    September 25, 2006
    The comment has been removed

  • Anonymous
    September 27, 2006
    The comment has been removed

  • Anonymous
    September 27, 2006
    The comment has been removed

  • Anonymous
    September 27, 2006
    I don't think windows treats executable code pages or data pages any differently.  It just concerns itself with whether or not pages are getting accessed, regardless of type, and makes its decisions based on that access.  As for surprise removal of the device, all pages on the ReadyBoost device are also on disk.  The ReadyBoost device is just a cache of what's on disk.  So it won't matter if/when you yank the device, nothing bad's gonna happen.

  • Anonymous
    September 27, 2006
    PingBack from http://ginex.wordpress.com/2006/09/28/vista-ready-boost/

  • Anonymous
    October 01, 2006
    i would love to know if there are some performance counters that i could use to see the cache hits or performance increase from readyboost.  it would also be fun to stick something on the sidebar and show people the benefits in real time.

    -joey

  • Anonymous
    October 01, 2006
    The comment has been removed

  • Anonymous
    October 04, 2006
    readyboost makes it faster -- maybe

  • Anonymous
    October 04, 2006
    The comment has been removed

  • Anonymous
    October 13, 2006
    The comment has been removed

  • Anonymous
    October 16, 2006
    I have heard that there is a way to manually force the use of readyboost on a drive through a registry change.  Anyone have any ideas on how to do this?  Would this work in the case of the lack of support for 32-bit cardbus?

  • Anonymous
    October 19, 2006
    Reply on CH above me ;) Just go to the reply of Sefi in this topic. I usually read the replies before asking without searching ;) Tuesday, September 12, 2006 4:42 AM by Sefi

  • Anonymous
    October 19, 2006
    PingBack from http://techhead.wordpress.com/2006/10/14/vista-weekend-windows-vista-rc2-highlights/

  • Anonymous
    October 20, 2006
    The comment has been removed

  • Anonymous
    October 26, 2006
    Sous Windows Vista, une des options intéressantes (signalée dans la page de présentation de Microsoft)

  • Anonymous
    November 01, 2006
    http://avo9.com - gift basket shop <a href="http://avo9.com">gift basket</a>  

  • Anonymous
    November 03, 2006
    An iPod Nano will work, at least it did for me.   I think I had to format it as FAT or the other FAT, not NTFS, to get it to work, but it should.

  • Anonymous
    November 04, 2006
    PingBack from http://trenddiary.com/plasmadiary/2006/11/03/windows-vista-and-a-umpc-readyboost-101/

  • Anonymous
    November 07, 2006
    The comment has been removed

  • Anonymous
    November 08, 2006
    PingBack from http://www.leeevans.org/windows_vista/windows_vista_readyboost/

  • Anonymous
    November 08, 2006
    Try to use in RC2 build 5744 any readyboost device pluged in and video on Itunes. For some reason it does not work. If you remove the device it works very well. I gess Itunes is the Culpit but never the less is something to watch for.

  • Anonymous
    November 08, 2006
    PingBack from http://www.antoniocheca.com/blog/2006/11/08/windows-vista-has-gone-gold/

  • Anonymous
    November 15, 2006
    Using ReadyBoost on a 4GB iPod Nano. At first the device was too slow for ReadyBoost, but after a defrag it works great. I have 1GB of RAM and I used to notice that icons and thumbnails would take a few milliseconds to show up, but now they are just there. Great work! I'm wondering though...can I restart without removing the device? Is that safe? I ask because I'm curious to know if the sf file remains on the iPod during a restart.  I know Vista destroys the file if I safely remove the device. Actually I've never restarted without safely removing the device, because I'd rather not risk losing 3GB of music. If the sf file is destroyed after restarting, maybe it'd be a good idea to have it persist...or at least let the user elect to have it so? Nice work anyway!

  • Anonymous
    November 19, 2006
    The comment has been removed

  • Anonymous
    November 19, 2006
    Alternatively, you could buy a 32GB Solid State Disk just to install Windows and its swap file.  That should be enough as long as you install all your programs and data files to a separate hard disk.  This way you get super-fast OS performance.  Even a 15MB/s SSD will boot Windows Vista 21% faster on a laptop.  The new 32GB SSDs operate at 24 - 32MB/s so performace will be even better.  <1ms access times seem to give a better performance than higher sustained throughput, as evidenced by our Microsoft Man's saying its the 4K random reads that are cached and improve performance.

  • Anonymous
    November 20, 2006
    If there is one thing that can really help applications on Windows Vista run better, it's memory. When

  • Anonymous
    November 20, 2006
    If there is one thing that can really help applications on Windows Vista run better, it's memory. When comparing the performance of Windows XP and Windows Vista on a PC with 1 GB of main memory, Windows Vista is generally comparable to Windows XP or faster.

  • Anonymous
    November 21, 2006
    The comment has been removed

  • Anonymous
    November 21, 2006
    Yay this device seems cool,  a 2 gig solid state disk that you just plug into the usb pin connector on your motherboard. Guaranteed seektime <1ms But still $179 that's steep for me (medical student)

  • Anonymous
    November 21, 2006
    http://www.pqi.com.tw/product2.asp?oid=140&cate1=148&PROID=115 See post above

  • Anonymous
    November 21, 2006
    PingBack from http://www.tipsdr.com/?p=609

  • Anonymous
    November 22, 2006
    PingBack from http://www.plzalliance.com/?p=119

  • Anonymous
    November 24, 2006
    I noticed a few of you could get one drive to work but not another.  i was having a similar problem.  i had a 512 memorex and upgraded to a 4gb sandisk.  when i first plugged in the sandisk(memorex not plugged in) it said it was incapable.  then i plugged in hte memorex and disabled it and it would then allow me to use the 4gb sandisk.  i do a lot of photo editing with large files and personally i love this idea.  VERY NOTICABLE DIFFERENCE!

  • Anonymous
    November 24, 2006
    How can we monitor how well ReadyBoost is working? Something like taskman?

  • Anonymous
    November 25, 2006
    PingBack from http://blog.bluespark.co.nz/?p=37

  • Anonymous
    November 26, 2006
    nice site u have . visit my news blogs at http://readier.org & http://1what.com

  • Anonymous
    November 27, 2006
    Well i was very enthousiast about this but my answer was this when i tried to use my Packard bell USB key "the device is plugged into an unsupported interface" i connected it directly to my USB port on my motherboard, tried through usb hub ...what can it be? well at least it was worth the try.. thanks for the faq

  • Anonymous
    November 28, 2006
     Has anyone tried on of the A-data MMC 200x cards with readyboost?  I have a dell laptop with one of the SD/MMC card slots and was able to find one of these for less than $40 bucks. The 200x would seem to mean that its as fast as the apacer usb devices that have been tested.

  • Anonymous
    November 29, 2006
    Windows Vista に搭載された ReadyBoost について 技術的な視点からの Q&amp;A (Beta 2時点) が掲載されていました Tom Archer&#39;s Blog http://blogs.msdn.com/tomarcher/archive/2006/06/02/615199.aspx

  • Anonymous
    November 30, 2006
    I purchased a USB stick at the weekend to speed up my ailing Sony A190. Unfortunately the ReadyBoost

  • Anonymous
    December 01, 2006
    The comment has been removed

  • Anonymous
    December 02, 2006
    PingBack from http://www.gottabemobile.com/ReadyBoostWithASDCardYesOrNo.aspx

  • Anonymous
    December 08, 2006
    The comment has been removed

  • Anonymous
    December 11, 2006
    The comment has been removed

  • Anonymous
    December 12, 2006
    PingBack from http://www.DailyCupOfTech.com/2006/12/12/readyboost-wow-or-oww/

  • Anonymous
    December 13, 2006
    Would it be possible for Vista Readyboost software to be used on XP?  this would be useful.  is there a patch or something i can install? thanks, Rob

  • Anonymous
    December 13, 2006
    Hi, all &amp; welcome to the Windows Performance Blog. My name is Matt Ayers and I’m a Program Manager

  • Anonymous
    December 13, 2006
    Hi, all &amp; welcome to the Windows Performance Blog. My name is Matt Ayers and I’m a Program Manager

  • Anonymous
    December 14, 2006
    PingBack from http://www.vistaclues.com/use-readyboost-to-speed-up-vista/

  • Anonymous
    December 14, 2006
    <a href=http://beavis1989.ueuo.com/ativan>ativan</a>

  • Anonymous
    December 14, 2006
    I installed Vista 64 bit on an HP dc7700 Pentium D proc, 2 GB ram, 160GB HD.. I plugged in a 1GB USB key, it asked if i wanted to make it readyboost. I said yes. It made the USB key readyboost. I then installed 32bit Vista on the same machine, wiping out the partition and formatting the USB key (FAT) and it said that didnt meet performance criteria to be readyboost enabled. Weird huh? And there is no way to tell why it wont accept it anymore...

  • Anonymous
    December 14, 2006
    <a href=http://beavis1989.ueuo.com/captopril>captopril</a>

  • Anonymous
    December 14, 2006
     <a href=http://topmens.9999mb.com/erectile_dysfunction.html > erectile dysfunction </a>.  

  • Anonymous
    December 16, 2006
    <a href=http://beavis1989.0moola.com/xenical>xenical</a>

  • Anonymous
    December 18, 2006
    The comment has been removed

  • Anonymous
    December 18, 2006
    Guys as a company wishing to take advantage of readyboost when we eventually roll it out we purchased a number of 2GB USB drives that we know to be compatible with ReadyBoost and the results so far seem to indicate that  you should not use FAT32, either with the "Performance" policy against the device or the "Optimise for quick removal" - write performance in all cases so far is far worse than FAT. This probably won't be a huge difference to ReadyBoost since it's testing (I presume) read performance. But given that read performance doesn't change much with either FAT or FAT32 I'd recommend for the time being sticking with FAT. I'll be happy to upload the final results - it's hardly exhaustive but I've tried out about 5 key rings so far.

  • Anonymous
    December 18, 2006
    By now I hope that most of you have atleast tried Vista. If not, join the bandwagon . INSTALL VISTA!!!

  • Anonymous
    December 19, 2006
    PingBack from http://www.gottabemobile.com/ReadyBoostResourcesWillMyDeviceWorkOrNot.aspx

  • Anonymous
    December 20, 2006
    The comment has been removed

  • Anonymous
    December 20, 2006
    PingBack from http://windows-vista.highdiy.com/index.php/readyboost-with-sd-cards/

  • Anonymous
    December 21, 2006
    Well, now I'm really peeved. I went out and bought a SanDisk Extreme III 2 gigabyte SD card with, apparently, the best read-write performance possible and when I plug it in my laptop (Phillips Freevents ) the thing refuses to allow me to use the ReadyBoost feature. Can we get hold of some sort of "Ready for readyboost" application to test the criteria?

  • Anonymous
    December 21, 2006
    *** Why not include dedicated memory (1gig) on the motherboard for this specific task and free up everything? ***

  • Anonymous
    December 22, 2006
    ReadyBoost review http://full.pp.ru/vista/

  • Anonymous
    December 22, 2006
    ReadyBoost review http://full.pp.ru/vista/

  • Anonymous
    December 28, 2006
    is there a version of readyboost for XP ?

  • Anonymous
    December 28, 2006
    The comment has been removed

  • Anonymous
    December 28, 2006
    Hello. I used both a 512Kb Kingston SD card and a 4.0 Gb Sandisk Cruzer micro and ReadyBoost works with both (one at a time). However I realized a very annoying problem with readyboost in two laptops (a Thinkpad T43 and a no-brand AMD athlon 3000+): Vista seems to freeze for some miliseconds each second. I tried to copy large files to the sandisk and to the SD card and when writing or reading from the USB pen or from SD card there is no freeze at all. The problem only happens when the media has readyboost enabled or the readyboost service is Started. Does somebody is experiencing this issue?

  • Anonymous
    December 28, 2006
    Another interesting thing: I enabled ReadyBoost at 512 MB. My system disk had 30gb free space, but after becomed 37GB. So, how readyboost works exectaly???

  • Anonymous
    December 29, 2006
    Nas últimas duas semanas tenho estado a usar o Windows Vista no meu portátil (Dell D820: dual core, 2.11ghz,

  • Anonymous
    December 29, 2006
    Nas &uacute;ltimas duas semanas tenho estado a usar o Windows Vista no meu port&aacute;til (Dell D820:

  • Anonymous
    December 30, 2006
    For what will likely be my final post for 2006, I wanted to make an opportunity to respond to those who

  • Anonymous
    December 31, 2006
    The comment has been removed

  • Anonymous
    December 31, 2006
    PingBack from http://paulbegley.com/2006/12/31/vista-readyboost-usb-drive-test/

  • Anonymous
    January 02, 2007
    When I enable Readyboost on my Thinkpad T43 using a 4.0 Gb Sandisk Cruzer the OS becomes less responsive, freezing for an instant each 1 second. Anybody experiencing this?

  • Anonymous
    January 02, 2007
    The comment has been removed

  • Anonymous
    January 03, 2007
    Thanks for the useful information about Readyboost.

  • Anonymous
    January 03, 2007
    PingBack from http://www.ghacks.net/2007/01/03/activate-readyboost-in-windows-vista/

  • Anonymous
    January 03, 2007
    The comment has been removed

  • Anonymous
    January 04, 2007
    I just bought a GXT USB Drive 2G and to my surprise it doesnt work with ReadyBoost! It writes 5MB per second and reads 8mb per second. What's the problem here? Also my computer detects it as a hard drive!

  • Anonymous
    January 05, 2007
    PingBack from http://www.pludge.com/?p=87

  • Anonymous
    January 05, 2007
    The comment has been removed

  • Anonymous
    January 06, 2007
    The comment has been removed

  • Anonymous
    January 06, 2007
    PingBack from http://farhanahmed.com/blog/?p=305

  • Anonymous
    January 08, 2007
    The comment has been removed

  • Anonymous
    January 09, 2007
    I would like to know if there is a compatability list of the removable devices that are supported by ReadyBoost.

  • Anonymous
    January 10, 2007
    The comment has been removed

  • Anonymous
    January 11, 2007
    I have not been happy at all with Readyboost's performance. Click on my URL for my own review of comparison between Readyboost and non-Readyboost.

  • Anonymous
    January 11, 2007
    Check this link - good review of Readyboost http://techrumor.blogspot.com/2007/01/readyboost-benchmark.html

  • Anonymous
    January 14, 2007
    PingBack from http://www.craigmurphy.com/blog/?p=497

  • Anonymous
    January 15, 2007
    Hi I have a machine with 4GB memory - will I get a noticeable speed increase from ReadyBoost? EB

  • Anonymous
    January 17, 2007
     <a href=http://lortab.romandie.com > lortab </a>.  

  • Anonymous
    January 17, 2007
     <a href=http://www.reallifelog.com/Kdokt/ > buy lortab </a>.  

  • Anonymous
    January 18, 2007
     <a href=http://www.queroumforum.com/onlinevalium/viewforum.php > buy valium online </a>.  

  • Anonymous
    January 18, 2007
    If you want to find out the speed of the memory test just run regedit and goto and find your device underneath: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionEMDMgmt There's a read and a write number, so if your usb memory is too slow you know how slow..  You can of course change these values and set the DeviceStatus = 2 to get it working but that defeats the purpose of the performance increase.. I tried a few memory sticks and the interesting test was that my 35 dollar GeekSquad 2gb beat out the 60 dollar Micro Cruzer 1gb by a mile..

  • Anonymous
    January 18, 2007
    PingBack from http://www.hecgo.com/2007/01/19/windows-vista-readyboost/

  • Anonymous
    January 18, 2007
    I've begun to think that the new ReadyBoost feature of Windows Vista requires eye of newt or some other...

  • Anonymous
    January 19, 2007
    Your blog makes good since to me.Like what you have to say.

  • Anonymous
    January 19, 2007
     <a href=http://bloggerblast.com/lortab/ > buy lortab </a>.  

  • Anonymous
    January 22, 2007
     <a href=http://myblog.de/valiumonline > order valium </a>.  

  • Anonymous
    January 22, 2007
    PingBack from http://blog.patrickkempf.de/2007/links-for-2007-01-23/

  • Anonymous
    January 22, 2007
     <a href=http://20six.nl/lortabonline > lortab </a>.  

  • Anonymous
    January 22, 2007
    PingBack from http://www.to-tech.com/blog/2007/01/23/cheap-vista-pc-readyboost/

  • Anonymous
    January 23, 2007
     <a href=http://valonline.da.cx > buy valium </a>.  

  • Anonymous
    January 24, 2007
     <a href=http://lortab.da.cx > buy lortab </a>.  

  • Anonymous
    January 24, 2007
    Good evening! We would like to announce the launch of our new dating blog. http://meetdat.blogcu.com/ <a href='http://meetdat.blogcu.com/'>Dating online</a>

  • Anonymous
    January 24, 2007
     <a href=http://lortab.kz.cx > order lortab </a>.  

  • Anonymous
    January 25, 2007
    The comment has been removed

  • Anonymous
    January 25, 2007
    The comment has been removed

  • Anonymous
    January 25, 2007
    Dear sir, Could you let me know how I can see or test the performance differnece or improvement between with ReadyBoost and without ReadyBoost? If yes, please let me know what the testing environment and item. I tried to see it, but I failed, even I tried over 3days. Thank you in advance!!!

  • Anonymous
    January 25, 2007
    Dear sir, Could you let me know how I can see or test the performance differnece or improvement between with ReadyBoost and without ReadyBoost? If yes, please let me know what the testing environment and item. I tried to see it, but I failed, even I tried over 3days. Thank you in advance!!! Email me, please!!! changbi11@empas.com

  • Anonymous
    January 26, 2007
     <a href=http://valium.bloguje.cz/ > valium </a>.  

  • Anonymous
    January 26, 2007
    Is there a program like ReadyBoost for XP?

  • Anonymous
    January 27, 2007
    The comment has been removed

  • Anonymous
    January 27, 2007
    Do You want to lose a weight? Buy XENICAL! The cheapest xenical is here! <a href='http://weloss.blogcu.com/'>Cheap xenical</a> [url=http://weloss.blogcu.com/]Buy Xenical[/url] http://weloss.blogcu.com/

  • Anonymous
    January 27, 2007
    The comment has been removed

  • Anonymous
    January 27, 2007
    The comment has been removed

  • Anonymous
    January 29, 2007
     <a href=http://lorazepam.jubiiblog.co.uk > lorazepam </a>.  

  • Anonymous
    January 29, 2007
    Hey, strange thing, Kingston Memory Stick 1GB Capacity : Only works IF it's formatted as NTFS - FAT or FAT 32 wont shield any results

  • Anonymous
    January 29, 2007
    Unter Vista gibt es einige nette neue Features. Besonders gef&auml;llt mir SuperFetch und auch ReadyBoost ist eine gute Sache. Vereinfacht ausgedr&uuml;ckt merkt sich Windows durch SuperFetch, welche Anwendungen der Benutzer besonders h&auml;ufig nutzt

  • Anonymous
    January 30, 2007
    Superb! (I wrote something else and then I read below that I aint supposed ter. So I deleted it.)

  • Anonymous
    January 31, 2007
     <a href=http://shurl.net/2Pe > valium </a>.  

  • Anonymous
    January 31, 2007
    Superb! (I wrote something else and then I read below that I aint supposed ter. So I deleted it.)

  • Anonymous
    February 01, 2007
    What is your name? Where do you live?

  • Anonymous
    February 01, 2007
    Dear Gentlemen: I would be grateful if anyone could tell me what the rank of Cfn. stands for.. in the Canadian Infantry Corps tfd. R.C.E.M.E. in WWII. Thank-you.

  • Anonymous
    February 01, 2007
    Hello. Your site is very good.I like what i can find your site.I say to all my friends about your site.Very interesting and informative site.Thanks!

  • Anonymous
    February 01, 2007
    The comment has been removed

  • Anonymous
    February 02, 2007
    This was very beneficial I just bought a vista laptop w/ 2 gb of ram and they sell the 2gb kingston USB units I wasnt sure what exactly these devices did so I did a search at dogpile and your site came up 2nd thanks for the research and posts also nice to see that you have the project manager helping out here

  • Anonymous
    February 03, 2007
    Tom, I have a Sony laptop with 1GB RAM, 60GB HDD, and 1.73 Centrino.  Vista Experience numbers are all OK except the shared 128MB graphics board give me only 1.0.   I put in a 2GB SanDisk Cruzer Micro (ReadBoost Enhanced) and all my Vista Experience numbers are identical.  Should something improve here? Larry

  • Anonymous
    February 03, 2007
    Will a 4GB Sony Memory Stick Pro work OK?  At least I could add this and it wouldn't protrude from the laptop.  Thanks. Larry

  • Anonymous
    February 03, 2007
    I have used many diffrent pen drive found the Crucial USB 2.0 Gizmo works very well with Vista And Ready boost nothing less than 512mb seems to work well Amd xp 2100 1248 mb ram Gforce FX5200 Vista home premium

  • Anonymous
    February 03, 2007
    Relevant Links: Windows Vista Only UMPC's Asus R2H Review ReadyBoost Technorati tags: Vista , UMPC ,

  • Anonymous
    February 03, 2007
    Does anyone know how to make a 128MB USB drive work with ReadyBoost?

  • Anonymous
    February 04, 2007
    PingBack from http://mjtsai.com/blog/2007/02/04/readyboost/

  • Anonymous
    February 04, 2007
    <a href='http://expressy.blogcu.com/'>Credit card debt</a> [url=http://expressy.blogcu.com/]Credit card debt[/url] http://expressy.blogcu.com/ Credit card debt

  • Anonymous
    February 05, 2007
    PingBack from http://www.mike.nielsen.name/?p=14

  • Anonymous
    February 06, 2007
     <a href=http://meridiaonline.blogcu.com/ > meridia </a>.  

  • Anonymous
    February 06, 2007
    The comment has been removed

  • Anonymous
    February 07, 2007
     <a href=http://tony.siamforum.com/ > buy ultram </a>.  

  • Anonymous
    February 08, 2007
     <a href=http://meridiaonline.siamforum.com > meridia </a>.  

  • Anonymous
    February 08, 2007
     <a href=http://properciaonline.sblog.cz > propecia </a>.  

  • Anonymous
    February 08, 2007
    PingBack from http://forums.ngemu.com/pcsx2-official-forum/84918-about-upcoming-versions-pcsx2-4.html#post1080043

  • Anonymous
    February 09, 2007
     <a href=http://h.1asphost.com/Pills4you/g.html > purchase soma </a>.  

  • Anonymous
    February 09, 2007
     <a href=http://lipitor4you.www2.prexon.nl/ > buy lipitor </a>.  

  • Anonymous
    February 09, 2007
    The comment has been removed

  • Anonymous
    February 09, 2007
    I'm using ReadyBoost and I just noticed that my thumb drive (this after about a week of use) started at 256MB (actually lower after formatting 244MB or so) and now it's at 16.4MB - What's up with that? And I also noticed the ReadyBoost Cache file or whatever file on it when I set it up, is now gone - what's up with that?

  • Anonymous
    February 10, 2007
    PingBack from http://ipfreaks.com/dreamscene/?p=104

  • Anonymous
    February 12, 2007
     <a href=http://meridia.jouwpagina.nl/ > buy meridia </a>.  

  • Anonymous
    February 13, 2007
    The comment has been removed

  • Anonymous
    February 13, 2007
    PingBack from http://adamcaudill.com/2007/02/13/vista-readyboost/

  • Anonymous
    February 14, 2007
     <a href=http://pirate.shu.edu/~morenoam/MathQuestions/000002ab.htm > propecia </a>.  

  • Anonymous
    February 15, 2007
    the 1 and 2gb Disgo portable usb drives work with no problems straight out of the packet. Dave

  • Anonymous
    February 15, 2007
    Hello, I was wondering is it best to use FAT32, NTSF or FAT for a ReadyBoost drive?

  • Anonymous
    February 15, 2007
    Hello, I was wondering is it best to use FAT32, NTSF or FAT for a ReadyBoost drive?

  • Anonymous
    February 16, 2007
    The comment has been removed

  • Anonymous
    February 16, 2007
     <a href=http://www11.asphost4free.com/meridia4you/meridia.html > meridia </a>.  

  • Anonymous
    February 17, 2007
    My old PC only has approx. 380mb ram and therefore can not run vista. Is there any possibility for running vista somehow using a memory stick to increase the ram to the required 512mb to run vista. Making use of the ReadyBoost feature to accomplish this and somehow bypassing the way vista recognises compatability at install? thanks for your responses.

  • Anonymous
    February 17, 2007
    I have a Thinkpad w/ 1GB of memory that I recently installed Vista on. It runs very well, but my first

  • Anonymous
    February 18, 2007
    i have a 512mb of ram and a usb stick of 1gb.Can anyone tell me on how much usage should i set it?sorry for my bad english :( pls mail me if you can. gogazovbacimi@gmail.com

  • Anonymous
    February 18, 2007
    Can a 4gb SD card be partitioned into a 2gig readyboost section and second 2 gig area for files? Pls email in addition to posting if possible. Thanks

  • Anonymous
    February 18, 2007
    So we just went through a normal hardware refresh and as a result, I am the proud owner of two new HP

  • Anonymous
    February 20, 2007
    Kingston 2gb USB 2.0 Traveller Would not work until I formated it in NTFS.  Then failed first test, retest it worked.

  • Anonymous
    February 21, 2007
     <a href=http://meridia4you.phorum.pl/ > meridia </a>.  

  • Anonymous
    February 22, 2007
    PingBack from http://wishaway.net/sunrise/my-information/computer-n-electronics/620/

  • Anonymous
    February 22, 2007
     <a href=http://propeciaonline.phorum.pl/ > brand propecia </a>.  

  • Anonymous
    February 23, 2007
     <a href=http://orderpropecia.vidiac.com > generic propecia </a>.  

  • Anonymous
    February 24, 2007
    I have a question. When MP3 players will be compatible?

  • Anonymous
    February 26, 2007
    The information I found here was rather helpful. Thank you for this.

  • Anonymous
    February 26, 2007
    PingBack from http://www.2-speed.com/2006/09/vista-readyboost-is-kewl/

  • Anonymous
    February 26, 2007
    PingBack from http://joinertek.com/blog/nfblog/?p=24

  • Anonymous
    February 27, 2007
     <a href=http://lorazepam4you.weblogs.pl/ > lorazepam </a>.  

  • Anonymous
    February 27, 2007
    Tom!  Please help.  I have a SanDisk 4GB Micro Cruzer USB Drive that I have removed U3 from, and also formatted completely as FAT32.  I'm trying to enable readyboost, and while I can do this, and see the cache file get created on the drive (and thus the drive fills up), but after about 30 seconds...  The file disappears, and the drive is empty again.  I've tried formatting it NTFS, FAT, FAT32, all with the same outcomes.  What can I do to fix this??  I've googled this problem 1,000 different ways, and all the threads I've found where someone asks about this just stop dead in their tracks, almost as if no one has any ideas. I've read numerous folks talk about using this particular drive with success, also the 2GB version as well.  So I know it is Readyboost compatitble.  Please help!!!!  I'm so very frustrated.

  • Anonymous
    February 27, 2007
    This blog entry references the Installation Steps for Installing and Configuring Windows Vista ReadyBoost. ReadyBoost is using a USB Drive as additional Swap File to aid System Performance.

  • Anonymous
    February 27, 2007
    PingBack from http://www.rivenwolf.net/weblog/?p=323

  • Anonymous
    March 01, 2007
     <a href=http://bestvalium.sblog.cz/ > buy valium </a>.  

  • Anonymous
    March 01, 2007
    Why not putting the programs that are used considered by superfecth as being the ones that are mostly used in the stick? This way the programs would start faster when compared to HDD reading, albeit a bit slower than RAM (the difference would be minimal) and free RAM in the process.

  • Anonymous
    March 01, 2007
     <a href=http://www.bloggingmylife.com/?u=lortab4you > generic lortab </a>.  

  • Anonymous
    March 01, 2007
     <a href=http://meridia4you.jubiiblog.co.uk/ > meridia </a>.  

  • Anonymous
    March 02, 2007
     <a href=http://propecia4you.jubiiblog.co.uk/ > buy propecia </a>.  

  • Anonymous
    March 02, 2007
    The comment has been removed

  • Anonymous
    March 03, 2007
    Does somebody answers all this questions?? haha

  • Anonymous
    March 03, 2007
    Hey, first of all ...........this is a gr8 informative site!!! I tried using my Transcend 1GB USB Drive for Ready Boost but it says 'This device does not have required performance characteristics for use in speeding up your system' . I tried formatting it with NTFS, FAT32, tried increading the allocation size, but no help. Is there any possible solution to this apart from getting a new drive. Also how am i supposed to identify if a particular drive will work for ready boost while buying it?

  • Anonymous
    March 03, 2007
    I have a usb 2.0 drive that i just bought that is 2 gigs, when I put it in the usb drive it autoplays and gives the option to use windows readyboost, however it does not show the windows readyboost in the properties, i cannot allocate any space, it also does not say it is too slow or any other error. I am using Home Premium 64bit edition. Email at davidgrankowski@sbcglobal.net with any suggestions

  • Anonymous
    March 05, 2007
    I've been testing a couple of my USB sticks and I can't figure out what's going on. First was the PNY Attache 1GB, which gave a read speed of around 5000kb/s, but the write speed was only around 1000Kb/s, causing it to fail the test. Next, I tried a Sandisk Cruzer Titanium, and it had a read speed of only 3300Kb/s, yet it's read speed was around 6500Kb/s.  This drive passed. Then, I transfered a single 700MB file to and from both drives, timing their respective performance.  The Sandisk Cruzer Titanium was about a minute faster on the write, which was expected, considering what Vista had tested their write speeds to be.  What blew my mind was that the Cruzer Titanium also transfered the file back to the hard drive faster, suggesting it's read speed was also faster.  which didn't coincide with Vista's speed tests.   I'd like to know how Vista measurements differ from my experience, and what would make a slower, cheaper drive post a faster read time than one costing three times as much. What I'd like to know is, what is it about the memory in the cheaper PNY stick for it to have suc

  • Anonymous
    March 05, 2007
    I made a typo in my above post.  I mean't that the Sandisk Cruzer Titanium had a WRITE speed of 6500Kb/s.

  • Anonymous
    March 05, 2007
    I realize I didn't even finish my last sentence. :) I mean't to say, What I'd like to know is, what is it about the memory in the cheaper PNY stick for it to have such a (supposedly) faster read, whereas a drive costing three times as much clocks in at 3/5 the speed?

  • Anonymous
    March 05, 2007
    I just hope somoene writes a fake driver that will use RAM as a Fake USBDisk. After a certain amount of memory used the pagefile speedup, would make more impact on overall system performance, i would imagine....

  • Anonymous
    March 05, 2007
    Hows about a Gigabyte I-ram, going through a SATA->USB convertor?  think that'd work as a readyboost thingy?

  • Anonymous
    March 05, 2007
    luogo interessante, soddisfare interessante, buon!

  • Anonymous
    March 06, 2007
     <a href=http://meridia4you.phpbbx.de/ > generic meridia </a>.  

  • Anonymous
    March 06, 2007
    PingBack from http://redchaos.wordpress.com/2007/03/06/tweak-vista-for-gaming/

  • Anonymous
    March 06, 2007
    The comment has been removed

  • Anonymous
    March 08, 2007
    Any way to gauge the performance increase???

  • Anonymous
    March 09, 2007
    The comment has been removed

  • Anonymous
    March 09, 2007
    The comment has been removed

  • Anonymous
    March 09, 2007
     <a href=http://pills4you.mblog.pl/ > generic ultram </a>.  

  • Anonymous
    March 10, 2007
     <a href=http://properciaonline.blogo.pl/ > generic propecia </a>.  

  • Anonymous
    March 11, 2007
    PingBack from http://www.marauderzstuff.com/PermaLink,guid,8ba55c63-f961-4306-adc6-c2bd69623ac0.aspx

  • Anonymous
    March 12, 2007
    This is a very informative site, but this information should be posted on Microsoft.com in an easy to find location. There is one very valuable piece of information missing that would probably be valuable to everyone:  a list of devices known to work with ReadyBoost, as well as a list of devices known to NOT work.   Maintaining this list might be tedious, but Microsoft is really in the best position  to do this.   Even if it wasn't complete and comprehensive, if it covered the most popular devices it would still go a long way towards making Vista users happier. Personally, I've bought three seperate devices that others have claimed to work for them that have failed on my laptop--including one device that claimed ReadyBoost compatibility right on the package.  

  • Anonymous
    March 13, 2007
    PingBack from http://www.abxzone.com/forums/windows-vista/107976-do-you-use-readyboost.html#post1357747

  • Anonymous
    March 13, 2007
     <a href=http://phenter.jubiiblog.co.uk > diet pills </a>.  

  • Anonymous
    March 14, 2007
    I just bought a 2 gig A-DATA sd card for 20 bucks that works just fine on my laptop. I haven't had a hang on my system since. just goes to show you, you don't have to spend the most to get the most from your machine.

  • Anonymous
    March 14, 2007
     <a href=http://vicodin4you.vosforums.com/ > vicodin </a>.  

  • Anonymous
    March 14, 2007
     <a href=http://buyreductil.blogcu.com/ > buy meridia </a>.  

  • Anonymous
    March 14, 2007
    Get Apacer's Handy Steno devices. They're currently the fastest fashdrives on the block. I have a 4GB device that's absolutely lightning fast!

  • Anonymous
    March 15, 2007
     <a href=http://buytenuate.romandie.com > buy tenuate </a>.  

  • Anonymous
    March 16, 2007
     <a href=http://www.easyfreeforum.com/propecia4you > generic propecia </a>.  

  • Anonymous
    March 16, 2007
    Readyboost is a good idea but far from great. I would want to see Windows find ANY available storage device and use whatever it can to bring whatever improovement it can get. As Tesco says - every little helps. More and more PCs have multiple hard disks, why not allocate a speed patch area on all disks found to spread the load? Just like RAID but less strict.

  • Anonymous
    March 19, 2007
    The comment has been removed

  • Anonymous
    March 20, 2007
    Cache Your Page File to Your... iPod Shuffle?

  • Anonymous
    March 21, 2007
    The comment has been removed

  • Anonymous
    March 21, 2007
    Hi Tom Can't seem to turn off this ready boost feature, because i'd like to be able to fully use the capacity of my 1gb usb pendrive for datastorage. When i try to put more data on i get error code 0x80070052 and then i checked the properties page and i noticed that the space left on my pendrive is slightly smaller then the minimum required memory for readyboost,which i can't seem to change.

  • Anonymous
    March 22, 2007
    PingBack from http://www.devzone.dk/?p=14

  • Anonymous
    March 22, 2007
    Interesting read Just got Vista Home Basic with my Dell E521 deal beefed it up to 4 x 512MB DDR2 (dual channel) My 1st gen. 512MB iPod Shuffle works with ReadyBoost to my surprise. I've tried external card readers with SD cards, it doesn't work Gonna try my Kingston 2GB U3 usb drive later too Sad to say, I haven't noticed any significant increase (I allocated 100% of 512MB for ReadyBoost) Question though: does having a external USB device/drive plugged in all the time, prevent Vista Sleep mode? I can't quite figure it out yet, my Vista will come back from Sleep mode occasionally if I have my Shuffle plugged in

  • Anonymous
    March 22, 2007
     <a href=http://www.bloggerblast.com/bestpropecia/ > generic meridia </a>.  

  • Anonymous
    March 22, 2007
     <a href=http://www.bloggerblast.com/bestpills/ > buy propecia </a>.  

  • Anonymous
    March 23, 2007
    The comment has been removed

  • Anonymous
    March 24, 2007
    The comment has been removed

  • Anonymous
    March 24, 2007
    The comment has been removed

  • Anonymous
    March 25, 2007
    Systems with 2GB Memory or less will see an improvement with ReadyBoost. You should dedicate a (approved)

  • Anonymous
    March 27, 2007
    PingBack from http://www.vista-blog.de/readyboost-legt-rechner-lahm/

  • Anonymous
    March 28, 2007
    This is something that surely should be categorized under "Cool". I am using Vista from its internal

  • Anonymous
    March 29, 2007
     <a href=pills4free.yo24.pl > propecia online </a>.  

  • Anonymous
    March 29, 2007
     <a href=http://valium4you.forumcircle.com > valium online </a>.  

  • Anonymous
    March 30, 2007
     <a href=http://pills4you.mybbland.com > generic propecia </a>.  

  • Anonymous
    April 01, 2007
    The comment has been removed

  • Anonymous
    April 01, 2007
    <a href=" http://redirect.6te.net/?fx2 "> forex market </a>

  • Anonymous
    April 01, 2007
    [URL=http://redirect.6te.net/?fx2] forex market [/URL]

  • Anonymous
    April 01, 2007
    <a href=http://tlurl.com/?ZSwqO9sh>seductive">http://tlurl.com/?ZSwqO9sh>seductive bikini model</a> seductive bikini model http://tlurl.com/?ZSwqO9sh seductive bikini model

  • Anonymous
    April 01, 2007
    <a href=" http://redirect.6te.net/?fx2 "> forex market </a>

  • Anonymous
    April 01, 2007
    [URL=http://redirect.6te.net/?fx2] forex market [/URL]

  • Anonymous
    April 01, 2007
    <a href=http://lianejensen1976.funpic.de/1.html>cheap">http://lianejensen1976.funpic.de/1.html>cheap airline tickets</a> cheap airline tickets http://lianejensen1976.funpic.de/1.html cheap airline tickets

  • Anonymous
    April 02, 2007
    Ready boost disappears after rebooting. I was using 2GB PQI 150x SD card in my Dell latitude D420 laptop SD card slot. I was wondering why sometimes the cache file is there, and sometimes it is gone that I had to rebuild the file. I was having the problem again, so I just rebooted several times hoping it would come back, but it didn't. This time the whole drive disappeared. I found out that my 2GB SD card somehow died on me. I've been using my laptop heavily with the SD card inserted for about 3 weeks now. Now I can't read or even format the SD card now. Tested on several computers/card readers, but looks completely dead. I'm wondering if the ready boost caused the problem on my 2GB SD card. Does the 150x speed written on the SD card has anything to do? I know it is suppose to be faster, but I'm thinking, does it use higher frequency which might not be safe for ready boost purpose? I also have a 1GB lexar SD with no speed written on it, and that one also works as ready boost, while one of my kingston 1GB SD with no speed marking doesn't qualify for ready boost.

  • Anonymous
    April 02, 2007
    The comment has been removed

  • Anonymous
    April 03, 2007
    hello, Question Would this one work for readyboost? http://www.geeks.com/details.asp?invtid=MICRSTOR-22GB it took me 2 hours, but i found the same information. all what i know that "Ritek" company makes it, but i couldn't find any more information. It says that it goes up to 40Mbp, i am guessing "MB per sec" but what about Random? Please PLEASE Help !!

  • Anonymous
    April 04, 2007
    Fun Fun with Vista.... I have had my 4gb Kingston DataTraveller 2 Plus w/MiGo installed in my Vista system for a while now.. The USB stick had some files on it and Vista took the rest of the space for the Readyboost file.. Well yesterday i wanted to put a file on the usb stick and when i went to look at the drive it said it needed to be formatted. tried the usb stick on other computers and still came up with the same error... So my data is gone (i hope i dont need anything on that stick...) Doing  a bit more googling then i might have to format...

  • Anonymous
    April 04, 2007
    She had ingested the other dry. What? <a href=http://tlurl.com/?HSCAzA0z>woman">http://tlurl.com/?HSCAzA0z>woman on top position</a> woman on top position http://tlurl.com/?HSCAzA0z woman on top position  She didn't want to pleasure her little snail.

  • Anonymous
    April 06, 2007
    PingBack from http://www.dietmarhasse.de/wordpress/?p=20

  • Anonymous
    April 07, 2007
    I am working on windows NT server 4.0 and workstation. that os (windows NT 4.0 )  can not support to usb why ??? If any patch and service pack available.when thy install and usb  pen drive working ...........

  • Anonymous
    April 08, 2007
    I am a forensic analyst. What information forensically speaking, might be left on a Ready Boost enabled drive thats left in a target computer?

  • Anonymous
    April 08, 2007
    PingBack from http://www.kcpimp.com/2007/04/08/84

  • Anonymous
    April 10, 2007
    You should try running the test a few times (3-4) before concluding it doesn't work.

  • Anonymous
    April 10, 2007
    The comment has been removed

  • Anonymous
    April 10, 2007
    <a href=http://myurl.com.tw/l2hk>western">http://myurl.com.tw/l2hk>western belts</a> western belts http://myurl.com.tw/l2hk western belts

  • Anonymous
    April 11, 2007
    Ich erklare meinen Freunden uber diese Seite. Interessieren!

  • Anonymous
    April 11, 2007
    The comment has been removed

  • Anonymous
    April 11, 2007
    Hi, I have a question pls help. I have HP Pavilion dv6000 laptop with 512 mb of memory. Now to speed up my laptop i have purchased 2 gb ready boost of Kingston but my computer is not showing increase memory and nor showing any performance. I have microsoft vista. What is the problem ?

  • Anonymous
    April 12, 2007
     <a href=http://www.mybb.info/b/?mforum=meridiaonline > cheap meridia </a>.  

  • Anonymous
    April 12, 2007
     <a href=http://itisforum.com/?mforum=pills4you > alprazolam </a>.  

  • Anonymous
    April 13, 2007
    Stupore! Amo questo luogo!:)))))))

  • Anonymous
    April 13, 2007
     <a href=http://pills4you.ezybb.co.uk > valium online </a>.  

  • Anonymous
    April 13, 2007
    kingston DataTraveler DTI/4GB is working readyboost?

  • Anonymous
    April 13, 2007
    The comment has been removed

  • Anonymous
    April 14, 2007
    PingBack from http://www.ditii.com/blog/2007/04/14/windows-vista-superfetch-readyboost/

  • Anonymous
    April 15, 2007
    E grande io ha trovato il vostro luogo! Le info importanti ottenute! ))

  • Anonymous
    April 16, 2007
    The comment has been removed

  • Anonymous
    April 18, 2007
    After I have enabled to use Readyboost, say 1790mb, for some reason it doesn't actually enable it. Like I have seen others using it, there would be a Readyboost file in the drive with a size of that 1790mb. However, in my case, after I enabled it and check the drive, its like nothing happened. Then I checked the USB's properties, and the Readyboost setting is back to do not use it. Can someone please help? Thanks

  • Anonymous
    April 20, 2007
    I am using a Toshiba Satellite 2400 laptop. The RAM on this machine can only be expanded to 512mb, which I have done. So will the addition of a "Boost Ready" USB drive make any difference to the performance of Vista. Vista currently works, but it is extremly slow. Cheers Peter

  • Anonymous
    April 24, 2007
    PingBack from http://klinkby.wordpress.com/2007/04/25/readyboost/

  • Anonymous
    April 25, 2007
    PingBack from http://libtechtexas.wordpress.com/2007/04/25/speeding-up-vista/

  • Anonymous
    April 26, 2007
    ReadyBoost will work with Sony Micro Vault Tiny 2gb on my Dv9000 with vista 32bit and 2gb system memory.

  • Anonymous
    April 26, 2007
    It  seems to me that if you "permanently" put in a memory card or USB memory stick and told Windows XP to put the page file on that drive, it would simulate ReadyBoost. You'd lose the stability and the reasonably guaranteed performance gains, but it would help most people most of the time, less when they yanked the drive. ;)

  • Anonymous
    April 27, 2007
    The comment has been removed

  • Anonymous
    April 27, 2007

  1. If you’ve got your 2 gigs of RAM and a decent video card, definitely enable the AERO Theme. It actually
  • Anonymous
    April 27, 2007
    The comment has been removed

  • Anonymous
    April 27, 2007
    Nope - can't use a mapped network drive for readyboost...........MAKE IT HAPPEN lol

  • Anonymous
    April 27, 2007
     <a href=http://english.edgewood.edu/110d2-hunter/_disc3/00000326.htm > valium pills </a>.  

  • Anonymous
    April 28, 2007
    <a href=http://paulatheabades.sblog.cz>womens">http://paulatheabades.sblog.cz>womens boots</a> womens boots http://paulatheabades.sblog.cz womens boots

  • Anonymous
    April 28, 2007
    The comment has been removed

  • Anonymous
    April 29, 2007
    PingBack from http://blog.montopolis.com/?p=14

  • Anonymous
    May 01, 2007
    I have a Cruzer micro 2gb..  can't enable the usb device for readyboost.. Website: http://www.attractive-design.be

  • Anonymous
    May 01, 2007
    Hey, just wondering if anyone has any clue as to what could be my problem. I have an Alienware m9700. I just bought a 4GB Transcend 150x SD card to hopefully speed up my performance in Vista using the built-in card reader. Well every time I use the card, the computer gets really choppy and CPU Usage goes though the roof (around 90-100% and doesnt go down). As soon as I remove the SD card, the computer goes right back to normal. I have tried removing it and plugging it back in several times with the same results. I even tried plugging in my SD card to an SD to USB adapter and it has the same issues, so I know it isn't the built-in card reader. Anyone have any idea what I could do? Thanks for any help provided

  • Anonymous
    May 01, 2007
    does the prescription medication topamax effect a woman's menstral cycle?

  • Anonymous
    May 02, 2007
    I am successfully using a Sandisk Ultra II Plus USB 1GB in either the USB or SD "mode".  I'm using this in an Acer Aspire 5100 AMD Turion 64 2GHz/1GB RAM.

  • Anonymous
    May 02, 2007
     <a href=http://propeciapills.forumcircle.com > buy propecia </a>.  

  • Anonymous
    May 03, 2007
     <a href=http://edpills.forumcircle.com > ed pills </a>.  

  • Anonymous
    May 03, 2007
    The comment has been removed

  • Anonymous
    May 04, 2007
    The comment has been removed

  • Anonymous
    May 04, 2007
     <a href=http://stockholm.craigslist.org/lbs/324109472.html > ultram online </a>.  

  • Anonymous
    May 04, 2007
    The comment has been removed

  • Anonymous
    May 05, 2007
    The comment has been removed

  • Anonymous
    May 08, 2007

  1. ReadyBoost - if you upgraded to Vista, you can add a USB flashdrive or an SD Card to speed up your
  • Anonymous
    May 09, 2007
    The comment has been removed

  • Anonymous
    May 09, 2007
    will this improve gaming performane??

  • Anonymous
    May 10, 2007
    PingBack from http://4geeks.wordpress.com/2007/05/10/pen-drives-para-o-ready-boost/

  • Anonymous
    May 11, 2007
    Found a way to make a SD card work when Vista 64 bit initially said it was not capable ... some earlier posters who had problems with their cards or USB sticks might wanna try this I'm using 1 GB Sandisk SD card in internal card reader Reformat card from FAT32 to NTFS retest card using Readyboot... hey presto it works after doing this you can put data back on card and still use Readyboost- but you need to leave Readyboost plenty of space to work eg at least 0.5GB If your USB key or SD card or whatever is heavily fragmented or is FAT32 it most likely wont work

  • Anonymous
    May 12, 2007
    Readyboost doesn't appear to increase performance at all for me at this point. Trying a SanDisk 4GB usb drive, Vista finds it right away and allows use of the full 4 gigs, but performance doesn't improve. I've tried it on 3 systems in my home: Laptop with Vista Ultimate x64 2 GB ram 120 GB hard drive 7200 rpm AMD Turion 64 x2 1.8 ghz cpu Desktop with Vista Ultimate x86 3 GB ram 150 GB SATA hard drive 7200 rpm x 2 P4 3.4ghz x86 cpu Desktop with Vista Ultimate x64 3 GB ram 150 GB SATA hard drive 7200 rpm x 2 P4 3.0ghz x64 cpu No noticable performance gains.  Waste of money for the usb drive I bought.

  • Anonymous
    May 15, 2007
    Oh, what to talk about you heard, but you can <a href= http://www.dartpro.com/forums/topic.asp?TOPIC_ID=398 >anna nicole smith exposed</a>  do you.

  • Anonymous
    May 15, 2007
    The comment has been removed

  • Anonymous
    May 15, 2007
    Hey folks, I recently bought a LaCie 320 GB external hdd. When I formatted it to NTFS file system it asked me if I would like it to use it for ReadyBoost. I did, because I have only 1 GB of RAM, but it said several times I couldn't use it because it didn't meet the requirements. Then suddently it worked, but my computer doesn't indicate more RAM. The package sais up to 480 Mbit/s transfer speed, but I think this isn't realistic.

  • Anonymous
    May 15, 2007
     <a href=http://curious.comm.ohio-state.edu/forum//YaBB.pl?board=sna-soft;action=display;num=1178276571 > diet pills </a>.  

  • Anonymous
    May 15, 2007
     <a href=http://propeciapills.jubiiblog.de/ > order propecia </a>.  

  • Anonymous
    May 15, 2007
    The comment has been removed

  • Anonymous
    May 16, 2007
     <a href=http://pills4you.crewnetblogs.com > cheap propecia </a>.  

  • Anonymous
    May 16, 2007
    hi,  tried using two different x133 SD cards (kingston and lexar) with no joy. tried formatting to ntfs, but no good. wanted to us an SD card with my laptop as a usb drive will stick out too much. nevermind :(

  • Anonymous
    May 16, 2007
     <a href=http://bloogme.com/pills4you/ > carisoprodol online </a>.  

  • Anonymous
    May 16, 2007
     <a href=http://welingkarblogs.com/pills4you/ > cheap soma </a>.  

  • Anonymous
    May 17, 2007
    How is ready-boost better than just buying more main memory for your system (laptop)?

  • Anonymous
    May 17, 2007
     <a href=http://blog.deafread.com/pills4you/ > order didrex </a>.  

  • Anonymous
    May 17, 2007
    Heres how to get Readyboost to work on unsupported devices and external hard drives.

  1. Plug in the device.
  2. Open the Readyboost tab on the device properties.
  3. Select "Do not retest this device"
  4. Unplug the device
  5. Open regedit (start->run->regedit)
  6. Expand - HKLM (Local Machine)SOFTWAREMicrosoftWindows NTCurrentVersionEMDgmt
  7. Find your device.
  8. Change Device Status to 2
  9. Change ReadSpeedKBs to 1000
  10. Change WriteSpeedKBs to 1000
  11. Plug in the device.
  12. Enable Readyboost!!!! Jay jay.jayan@gmail.com