Soldato
ReadyBoost's secondary purpose (after acting as a second-level random I/O cache) is to act as a storage medium for Readyboot (yes, Ready*boot*). Readyboot is basically the old-school pre-fetcher for boot-time files optimisation. It provides Windows with a potentially better source to read boot-time files from, at least those that are read using a random file I/O handle.
ReadyBoost does not serve in anyway as a Superfetch storage medium. Superfetch is purely designed to dredge up frequently used files (ANY files that meet specific sizing criteria, and not just specific types) and store them in RAM.
ReadyBoost operates at the file-level, but only for files that are being accessed in a random I/O manner. It does not operate at the "HDD cluster" level. The only part of Windows that is remotely aware of HDD clusters is the ntfs.sys.
And the source most of this information? Mark Russinovich's Windows Internal 5h Edition book.
ReadyBoost does not serve in anyway as a Superfetch storage medium. Superfetch is purely designed to dredge up frequently used files (ANY files that meet specific sizing criteria, and not just specific types) and store them in RAM.
ReadyBoost operates at the file-level, but only for files that are being accessed in a random I/O manner. It does not operate at the "HDD cluster" level. The only part of Windows that is remotely aware of HDD clusters is the ntfs.sys.
And the source most of this information? Mark Russinovich's Windows Internal 5h Edition book.
Last edited: