Welcome to MSDN Blogs Sign in | Join | Help

Support and Q&A for Solid-State Drives

There’s a lot of excitement around the potential for the widespread adoption of solid-state drives (SSD) for primary storage, particularly on laptops and also among many folks in the server world.  As with any new technology, as it is introduced we often need to revisit the assumptions baked into the overall system (OS, device support, applications) as a result of the performance characteristics of the technologies in use.  This post looks at the way we have tuned Windows 7 to the current generation of SSDs.  This is a rapidly moving area and we expect that there will continue to be ways we will tune Windows and we also expect the technology to continue to evolve, perhaps introducing new tradeoffs or challenging other underlying assumptions.  Michael Fortin authored this post with help from many folks across the storage and fundamentals teams.  --Steven

Many of today’s Solid State Drives (SSDs) offer the promise of improved performance, more consistent responsiveness, increased battery life, superior ruggedness, quicker startup times, and noise and vibration reductions. With prices dropping precipitously, most analysts expect more and more PCs to be sold with SSDs in place of traditional rotating hard disk drives (HDDs).

In Windows 7, we’ve focused a number of our engineering efforts with SSD operating characteristics in mind. As a result, Windows 7’s default behavior is to operate efficiently on SSDs without requiring any customer intervention. Before delving into how Windows 7’s behavior is automatically tuned to work efficiently on SSDs, a brief overview of SSD operating characteristics is warranted.

Random Reads: A very good story for SSDs

SSDs tend to be very fast for random reads. Most SSDs thoroughly trounce traditionally HDDs because the mechanical work required to position a rotating disk head isn’t required. As a result, the better SSDs can perform 4 KB random reads almost 100 times faster than the typical HDD (about 1/10th of a millisecond per read vs. roughly 10 milliseconds).

Sequential Reads and Writes: Also Good

Sequential read and write operations range between quite good to superb. Because flash chips can be configured in parallel and data spread across the chips, today’s better SSDs can read sequentially at rates greater than 200 MB/s, which is close to double the rate many 7200 RPM drives can deliver. For sequential writes, we see some devices greatly exceeding the rates of typical HDDs, and most SSDs doing fairly well in comparison. In today’s market, there are still considerable differences in sequential write rates between SSDs. Some greatly outperform the typical HDD, others lag by a bit, and a few are poor in comparison.

Random Writes & Flushes: Your mileage will vary greatly

The differences in sequential write rates are interesting to note, but for most users they won’t make for as notable a difference in overall performance as random writes.

What’s a long time for a random write? Well, an average HDD can typically move 4 KB random writes to its spinning media in 7 to 15 milliseconds, which has proven to be largely unacceptable. As a result, most HDDs come with 4, 8 or more megabytes of internal memory and attempt to cache small random writes rather than wait the full 7 to 15 milliseconds. When they do cache a write, they return success to the OS even though the bytes haven’t been moved to the spinning media. We typically see these cached writes completing in a few hundred microseconds (so 10X, 20X or faster than actually writing to spinning media). In looking at millions of disk writes from thousands of telemetry traces, we observe 92% of 4 KB or smaller IOs taking less than 1 millisecond, 80% taking less than 600 microseconds, and an impressive 48% taking less than 200 microseconds. Caching works!

On occasion, we’ll see HDDs struggle with bursts of random writes and flushes. Drives that cache too much for too long and then get caught with too much of a backlog of work to complete when a flush comes along, have proven to be problematic. These flushes and surrounding IOs can have considerably lengthened response times. We’ve seen some devices take a half second to a full second to complete individual IOs and take 10’s of seconds to return to a more consistently responsive state. For the user, this can be awful to endure as responsiveness drops to painful levels. Think of it, the response time for a single I/O can range from 200 microseconds up to a whopping 1,000,000 microseconds (1 second).

When presented with realistic workloads, we see the worst of the SSDs producing very long IO times as well, as much as one half to one full second to complete individual random write and flush requests. This is abysmal for many workloads and can make the entire system feel choppy, unresponsive and sluggish.

Random Writes & Flushes: Why is this so hard?

For many, the notion that a purely electronic SSD can have more trouble with random writes than a traditional HDD seems hard to comprehend at first. After all, SSDs don’t need to seek and position a disk head above a track on a rotating disk, so why would random writes present such a daunting a challenge?

The answer to this takes quite a bit of explaining, Anand’s article admirably covers many of the details. We highly encourage motivated folks to take the time to read it as well as this fine USENIX paper. In an attempt to avoid covering too much of the same material, we’ll just make a handful of points.

  • Most SSDs are comprised of flash cells (either SLC or MLC). It is possible to build SSDs out of DRAM. These can be extremely fast, but also very costly and power hungry. Since these are relatively rare, we’ll focus our discussion on the much more popular NAND flash based SSDs. Future SSDs may take advantage of other nonvolatile memory technologies than flash.
  • A flash cell is really a trap, a trap for electrons and electrons don’t like to be trapped. Consider this, if placing 100 electrons in a flash cell constitutes a bit value of 0, and fewer means the value is 1, then the controller logic may have to consider 80 to 120 as the acceptable range for a bit value of 0. A range is necessary because some electrons may escape the trap, others may fall into the trap when attempting to fill nearby cells, etc… As a result, some very sophisticated error correction logic is needed to insure data integrity.
  • Flash chips tend to be organized in complex arrangements, such as blocks, dies, planes and packages. The size, arrangement, parallelism, wear, interconnects and transfer speed characteristics of which can and do vary greatly.
  • Flash cells need to be erased before they can be written. You simply can’t trust that a flash cell has no residual electrons in it before use, so cells need to be erased before filling with electrons. Erasing is done on a large scale. You don’t erase a cell; rather you erase a large block of cells (like 128 KB worth). Erase times are typically long -- a millisecond or more.
  • Flash wears out. At some point, a flash cell simply stops working as a trap for electrons. If frequently updated data (e.g., a file system log file) was always stored in the same cells, those cells would wear out more quickly than cells containing read-mostly data. Wear leveling logic is employed by flash controller firmware to spread out writes across a device’s full set of cells. If done properly, most devices will last years under normal desktop/laptop workloads.
  • It takes some pretty clever device physicists and some solid engineering to trap electrons at high speed, to do so without errors, and to keep the devices from wearing out unevenly. Not all SSD manufacturers are as far along as others in figuring out how to do this well.

Performance Degradation Over Time, Wear, and Trim

As mentioned above, flash blocks and cells need to be erased before new bytes can be written to them. As a result, newly purchased devices (with all flash blocks pre-erased) can perform notably better at purchase time than after considerable use. While we’ve observed this performance degradation ourselves, we do not consider this to be a show stopper. In fact, except via benchmarking measurements, we don’t expect users to notice the drop during normal use.

Of course, device manufactures and Microsoft want to maintain superior performance characteristics as best we can. One can easily imagine the better SSD manufacturers attempting to overcome the aging issues by pre-erasing blocks so the performance penalty is largely unrealized during normal use, or by maintaining a large enough spare area to store short bursts of writes. SSD drives designed for the enterprise may have as high as 50% of their space reserved in order to provide lengthy periods of high sustained write performance.

In addition to the above, Microsoft and SSD manufacturers are adopting the Trim operation. In Windows 7, if an SSD reports it supports the Trim attribute of the ATA protocol’s Data Set Management command, the NTFS file system will request the ATA driver to issue the new operation to the device when files are deleted and it is safe to erase the SSD pages backing the files. With this information, an SSD can plan to erase the relevant blocks opportunistically (and lazily) in the hope that subsequent writes will not require a blocking erase operation since erased pages are available for reuse.

As an added benefit, the Trim operation can help SSDs reduce wear by eliminating the need for many merge operations to occur. As an example, consider a single 128 KB SSD block that contained a 128 KB file. If the file is deleted and a Trim operation is requested, then the SSD can avoid having to mix bytes from the SSD block with any other bytes that are subsequently written to that block. This reduces wear.

Windows 7 requests the Trim operation for more than just file delete operations. The Trim operation is fully integrated with partition- and volume-level commands like Format and Delete, with file system commands relating to truncate and compression, and with the System Restore (aka Volume Snapshot) feature.

Windows 7 Optimizations and Default Behavior Summary

As noted above, all of today’s SSDs have considerable work to do when presented with disk writes and disk flushes. Windows 7 tends to perform well on today’s SSDs, in part, because we made many engineering changes to reduce the frequency of writes and flushes. This benefits traditional HDDs as well, but is particularly helpful on today’s SSDs.

Windows 7 will disable disk defragmentation on SSD system drives. Because SSDs perform extremely well on random read operations, defragmenting files isn’t helpful enough to warrant the added disk writing defragmentation produces. The FAQ section below has some additional details.

Be default, Windows 7 will disable Superfetch, ReadyBoost, as well as boot and application launch prefetching on SSDs with good random read, random write and flush performance. These technologies were all designed to improve performance on traditional HDDs, where random read performance could easily be a major bottleneck. See the FAQ section for more details.

Since SSDs tend to perform at their best when the operating system’s partitions are created with the SSD’s alignment needs in mind, all of the partition-creating tools in Windows 7 place newly created partitions with the appropriate alignment.

Frequently Asked Questions

Before addressing some frequently asked questions, we’d like to remind everyone that we believe the future of SSDs in mobile and desktop PCs (as well as enterprise servers) looks very bright to us. SSDs can deliver on the promise of improved performance, more consistent responsiveness, increased battery life, superior ruggedness, quicker startup times, and noise and vibration reductions. With prices steadily dropping and quality on the rise, we expect more and more PCs to be sold with SSDs in place of traditional rotating HDDs. With that in mind, we focused an appropriate amount of our engineering efforts towards insuring Windows 7 users have great experiences on SSDs.

Will Windows 7 support Trim?

Yes. See the above section for details.

Will disk defragmentation be disabled by default on SSDs?

Yes. The automatic scheduling of defragmentation will exclude partitions on devices that declare themselves as SSDs. Additionally, if the system disk has random read performance characteristics above the threshold of 8 MB/sec, then it too will be excluded. The threshold was determined by internal analysis.

The random read threshold test was added to the final product to address the fact that few SSDs on the market today properly identify themselves as SSDs. 8 MB/sec is a relatively conservative rate. While none of our tested HDDs could approach 8 MB/sec, all of our tested SSDs exceeded that threshold. SSD performance ranged between 11 MB/sec and 130 MB/sec. Of the 182 HDDs tested, only 6 configurations managed to exceed 2 MB/sec on our random read test. The other 176 ranged between 0.8 MB/sec and 1.6 MB/sec.

Will Superfetch be disabled on SSDs?

Yes, for most systems with SSDs.

If the system disk is an SSD, and the SSD performs adequately on random reads and doesn’t have glaring performance issues with random writes or flushes, then Superfetch, boot prefetching, application launch prefetching, ReadyBoost and ReadDrive will all be disabled.

Initially, we had configured all of these features to be off on all SSDs, but we encountered sizable performance regressions on some systems. In root causing those regressions, we found that some first generation SSDs had severe enough random write and flush problems that ultimately lead to disk reads being blocked for long periods of time. With Superfetch and other prefetching re-enabled, performance on key scenarios was markedly improved.

Is NTFS Compression of Files and Directories recommended on SSDs?

Compressing files help save space, but the effort of compressing and decompressing requires extra CPU cycles and therefore power on mobile systems. That said, for infrequently modified directories and files, compression is a fine way to conserve valuable SSD space and can be a good tradeoff if space is truly a premium.

We do not, however, recommend compressing files or directories that will be written to with great frequency. Your Documents directory and files are likely to be fine, but temporary internet directories or mail folder directories aren’t such a good idea because they get large number of file writes in bursts.

Does the Windows Search Indexer operate differently on SSDs?

No.

Is Bitlocker’s encryption process optimized to work on SSDs?

Yes, on NTFS. When Bitlocker is first configured on a partition, the entire partition is read, encrypted and written back out. As this is done, the NTFS file system will issue Trim commands to help the SSD optimize its behavior.

We do encourage users concerned about their data privacy and protection to enable Bitlocker on their drives, including SSDs.

Does Media Center do anything special when configured on SSDs?

No. While SSDs do have advantages over traditional HDDs, SSDs are more costly per GB than their HDD counterparts. For most users, a HDD optimized for media recording is a better choice, as media recording and playback workloads are largely sequential in nature.

Does Write Caching make sense on SSDs and does Windows 7 do anything special if an SSD supports write caching?

Some SSD manufacturers including RAM in their devices for more than just their control logic; they are mimicking the behavior of traditional disks by caching writes, and possibly reads. For devices that do cache writes in volatile memory, Windows 7 expects flush commands and write-ordering to be preserved to at least the same degree as traditional rotating disks. Additionally, Windows 7 expects user settings that disable write caching to be honored by write caching SSDs just as they are on traditional disks.

Do RAID configurations make sense with SSDs?

Yes. The reliability and performance benefits one can obtain via HDD RAID configurations can be had with SSD RAID configurations.

Should the pagefile be placed on SSDs?

Yes. Most pagefile operations are small random reads or larger sequential writes, both of which are types of operations that SSDs handle well.

In looking at telemetry data from thousands of traces and focusing on pagefile reads and writes, we find that

  • Pagefile.sys reads outnumber pagefile.sys writes by about 40 to 1,
  • Pagefile.sys read sizes are typically quite small, with 67% less than or equal to 4 KB, and 88% less than 16 KB.
  • Pagefile.sys writes are relatively large, with 62% greater than or equal to 128 KB and 45% being exactly 1 MB in size.

In fact, given typical pagefile reference patterns and the favorable performance characteristics SSDs have on those patterns, there are few files better than the pagefile to place on an SSD.

Are there any concerns regarding the Hibernate file and SSDs?

No, hiberfile.sys is written to and read from sequentially and in large chunks, and thus can be placed on either HDDs or SSDs.

What Windows Experience Index changes were made to address SSD performance characteristics?

In Windows 7, there are new random read, random write and flush assessments. Better SSDs can score above 6.5 all the way to 7.9. To be included in that range, an SSD has to have outstanding random read rates and be resilient to flush and random write workloads.

In the Beta timeframe of Windows 7, there was a capping of scores at 1.9, 2.9 or the like if a disk (SSD or HDD) didn’t perform adequately when confronted with our random write and flush assessments. Feedback on this was pretty consistent, with most feeling the level of capping to be excessive. As a result, we now simply restrict SSDs with performance issues from joining the newly added 6.0+ and 7.0+ ranges. SSDs that are not solid performers across all assessments effectively get scored in a manner similar to what they would have been in Windows Vista, gaining no Win7 boost for great random read performance.

Published Tuesday, May 05, 2009 12:00 AM by e7blog
Filed under:

Comments

# New windows features with SSD

Glad to hear you are taking new technologies into engineering considerations in W7.

Can you tell me if work is done to take into account working with non-volatile memory(memory that keeps the data even when power is turned off) such as MRAM?

The possibilities for new features are endless such as turning off the pc completely and instantly resuming without any data loss.

Windows will have to adapt to the new memory quickly and for example differentiate between restart shut-down and non-restart shut-down.

Tuesday, May 05, 2009 4:26 AM by nomad27

# re: Support and Q&A for Solid-State Drives

Yet another reason to enbrace Windows 7

Engineering Windows 7 blogged about SSD support in Windows 7

Manuel trackback

http://it-experts.dk/blogs/flemmingriis/archive/2009/05/05/windows-7-forbedringer-mht-ssd-diske.aspx

Tuesday, May 05, 2009 4:32 AM by FlemmingRiis

# re: Support and Q&A for Solid-State Drives

It strikes me as amazing to have that much knowledge under your fingertips thanks to telemetry of potentially millions of computers.

Just as Google with their hard drive use paper ( http://www.engadget.com/2007/02/18/massive-google-hard-drive-survey-turns-up-very-interesting-thing/ ), you could post some performance and reliability results based on your data.

A massive and very real-world benchmark would come out of that actually.

Good job MS. Been an "early" ;) RC adopter for two days now and the only problem I see is sometimes poor Aero performance of my AMD690G on-board graphics (Radeon x1200 series). Other than that it's snappy, beautiful and extremely usable and polished.

Tuesday, May 05, 2009 6:55 AM by Maciej Rutkowski

# re: Support and Q&A for Solid-State Drives

Will Windows reduce the number of times its background apps and third party apps (anti virus updaters) write data frequently to an SSD?

Also, will Encrypting File System use have any impact on SSDs?

Tuesday, May 05, 2009 7:17 AM by someone

# re: Support and Q&A for Solid-State Drives

Statement:

   "Will Windows 7 support Trim?"

   Yes.

So, what is the status with the Windows 7 release candidate? Is Trim already supported? How do I find/check this out?

Great job with the SSD support. I have one and Win7 RC literally flies .... :)

-krish

Tuesday, May 05, 2009 7:37 AM by krish4u

# RC download experience

A big thank you to MS for providing good download experience of the RC - you guys learned a lot from the public beta :)

Tuesday, May 05, 2009 7:55 AM by tom5

# re: Support and Q&A for Solid-State Drives

Where does exFAT come into this? If at all? Will Windows 7 Netbooks be formatted as exFAT by default?

Tuesday, May 05, 2009 8:26 AM by manicmarc

# re: Support and Q&A for Solid-State Drives

Really, really excelent articules, one of the best That I ever read here or even anywhere concerning SSD performance.

Thank you

Tuesday, May 05, 2009 9:08 AM by Nehemoth

# re: Support and Q&A for Solid-State Drives

Everything sounds really great here except for fragmentation.  Your solution is to just allow filesystem fragmentation to run unchecked and rely on the SSD to power through it?  I thought trim might help enable a better defrag approach.

I'm curious about whether your measurements of performance degradation also took into account filesystem fragmentation.  As you know, it's very common for some files to reach thousands and even tens of thousands of fragments, and free space can become extremely fragmented on highly utilized drives.  I question whether SSD performance is sufficient to counter this using a brute force approach.

I wonder if you decided that it would be better to defer this task to third parties for now, and look at solving it in a future version of Windows.  Or, if you genuinely believe this approach offers the right tradeoff of performance vs. wear long-term.

Tuesday, May 05, 2009 10:21 AM by tgrand

# re: Support and Q&A for Solid-State Drives

@tgrand: "As you know, it's very common for some files to reach thousands and even tens of thousands of fragments, and free space can become extremely fragmented on highly utilized drives."

They don't directly address it, other than some SSD drives have 50% more space than advertised to the system (most have only about 10%). But for anyone looking at a SSD drive, you should never fill them up. That will dilute wear leveling, and many performance benefits. Filled drives are the typical reason for such highly fragmented files.

That said, if the Win7 disk defragger had a SSD type mode that only defragged the rare cases (leaving the rest well enough alone), that would be a nice option.

I found that I was going to use about 45G for a system drive, figured on doubling that to get the wear leveling and opportunistic flash cell writing which had me looking for a 90G drive. The closest thing was a 120G vertex. It would have fit in a 60G, but I know how the engineering works, and would never have so little 'free' space. Unlike a HDD, that free space actually gets used.

Tuesday, May 05, 2009 11:54 AM by sroussey

# re: Support and Q&A for Solid-State Drives

If SSDs are attached to a hardware RAID controller (which typically identify their arrays using their own manufacturer's name) will Windows 7 know that the array is composed of SSDs and use the trim function?

Will there be a way to manually tell Windows that this array (or single device) is/are SSD's, this one is magnetic platters, and so on?

Tuesday, May 05, 2009 1:03 PM by bananaman

# re: Support and Q&A for Solid-State Drives

@Maciej Rutkowski :

A massive and very real-world benchmark would come out of that actually.

Benchmarks based on real world traces are immensely valuable. Some of the traces referenced in the above USENIX paper as well as some other traces from production servers referenced in this IISWC paper have been made publicly available by Microsoft via SNIA to enable research by academia and others. Of course all personally identifiable information (PII) has been removed from these traces. Note that these are server traces and not client traces. System traces can be captured by using the built in ETW functionality in Windows (client as well as server) and visualized/analyzed using the Windows Performance Tools Kit.

@bananaman:

If SSDs are attached to a hardware RAID controller (which typically identify their arrays using their own manufacturer's name) will Windows 7 know that the array is composed of SSDs and use the trim function?

Will there be a way to manually tell Windows that this array (or single device) is/are SSD's, this one is magnetic platters, and so on?

Typically the disks behind a RAID controller are managed by the RAID controller and presented to the operating system as one or more units (disks) of storage space. If the RAID controller reports the rotational speed as zero for the units of storage (disks) that it presents to Windows 7 then it will treat that unit of storage as an SSD.

- SwaroopK (Windows Team - Microsoft)

Tuesday, May 05, 2009 8:54 PM by swaroopk

# re: Support and Q&A for Solid-State Drives

Not very long ago i installed WinXP on a usb stick after some heavy tweaking, and is running fine. And faster then on the internal SSD drive.

I know, not supported nor recommended. But the technology is advanceing, and therefore a possible option. The are getting bigger and faster.

Would it be possible for Win7 to install it on a memory stick? If not, a future option?

It is not the same as a SSD drive, but still Solid State.

Tuesday, May 05, 2009 9:19 PM by FrankyN

# Awesome article!

The best so far in the blog. Thanks guys!

Tuesday, May 05, 2009 10:49 PM by mbampo

# re: Support and Q&A for Solid-State Drives

Sorry if I missed it - will FAT be allowed on SSDs? Will defrag still be turned off in this case? If so, isn't this adding extra risk in a recovery scenario? Thanks, David

Wednesday, May 06, 2009 3:20 AM by dcuccia

# re: Support and Q&A for Solid-State Drives

I've just signed in to leave a comment and ask a question ;)

In this article you said :

"Will Windows 7 support Trim?

Yes. See the above section for details"

But my question is :

IS Windows 7 supporting Trim right now (RC1)or TRIM is going to be supported by Windows 7 at the final release or in a Service Pack ?

Thanks a lot ;)

Wednesday, May 06, 2009 3:47 AM by Chris_7

# re: Support and Q&A for Solid-State Drives

@SwaroopK

"If the RAID controller reports the rotational speed as zero for the units of storage (disks) that it presents to Windows 7 then it will treat that unit of storage as an SSD."

...and if controller can actually pass TRIM to the drives. to me that is too much "if's" to believe that TRIM on RAID will work from day 1.

Wednesday, May 06, 2009 8:20 AM by kamil.nowicki

# Does CR1 have Trim?

I have to echo (and expand) Chris_7's question.

Does Win7 RC1 have Trim?

If Win7 currently has Trim (or when it is added) what 3rd party work needs to be done for the end user to actually utilize Trim?  (i.e. SSD firmware flash to accessp Trim command, support for Trim in Motherboard chipset drivers and so on)

Thanks for the blog entry, I've been looking for information regarding Win7 and Trim (just bought 3 OCZ Vertex SSDs for a couple new builds I'm working on)

Wednesday, May 06, 2009 2:30 PM by DarinMS

# Does RC1 have Trim

Oh, and if Win 7 RC1 doesn't currently have Trim, when is it expected to be added?

Wednesday, May 06, 2009 2:37 PM by DarinMS

# re: Support and Q&A for Solid-State Drives

@Chris_7, DarinMS:

Yes, Trim is already in the Win7 RC.

Trim is enabled by default but can be turned off.  You can use the "fsutil behavior query|set DisableDeleteNotify" command to query or set Trim.

Wednesday, May 06, 2009 3:41 PM by craigbarkhouse

# re: Support and Q&A for Solid-State Drives

Very funny thing. I had time to look into RC version and it's even worse than beta. We have issues from 7000 build and more. It shows, how Microsoft is treating own customers. You can delete my post, but facts will be facts (see below).

First example:

1. set UAC level to highest one

2. go into Computer Management

3. set Startup Type for Application Information service to Disabled

4. restart system

5. many system actions (requiring UAC prompts) will simply not work, you can't easy fix it

I understand, that it will need access to computer. But selling system to customers with such functionality "by design" won't be too honest and professional.

Second example: like zdnet.com notified, system by default hides files extensions. How many non-technical users will understand, that file "document.txt" in Explorer is "document.txt.exe" ?

Third: http://www.pretentiousname.com/misc/win7_uac_whitelist2.html (I haven't checked, but I believe, that it can be the truth)

Please note, that I haven't went into deeper things. For example why system doesn't allow for formatting me partition in exFat ? Why Explorer still can't enter directory, which is "link" ? Why icon for Network Sharing and Center doesn't display animation ? why clear type tuner doesn't have maximize button ? why after enabling displaying hidden files I have two files on desktop ? etc. etc.

I have feeling, that nobody (I repeat nobody) is controlling it. There is no one clear consistence vision (what to do with this architecture) and we have mix of everything with everything. This is one big mess.

Wednesday, May 06, 2009 4:58 PM by marcinw

# can we override the default no-defrag?

I have the occasional situation where it would still be valuable to defragment, can we override the default policy and defrag our SSDs if we want to?

Wednesday, May 06, 2009 5:05 PM by Surt

# to marcinw

To marcinw

What are you saying?

That by doing these 2 actions, that no customer will or should ever do.. you got a bug?

So.. kudos to you. You're MS #1 beta tester - you found a bug in the RC.

And with that you conclude that "It shows, how Microsoft is treating own customers"?!

Go play programmer in linux or something.

Thursday, May 07, 2009 4:55 AM by nomad27

# re: Support and Q&A for Solid-State Drives

"Pagefile.sys read sizes are typically quite small, with 67% less than or equal to 4 KB" - how can pagefile read be less than 4 KB? This is the size of memory page and memory manager operates with pages not bytes.

And thanks a lot for this statistic, I've looked for it for a long time.

Igor P. Leyko

MVP System & Performance

Thursday, May 07, 2009 7:45 AM by Igor Leyko

# re: Trim()

@craigbarkhouse :

fsutil behavior query DisableDeleteNotify

returns a 0, which I take to mean to that Trim() is enabled?

The SSD I have is flashed to a firmware revision that supposedly implements Trim(), so the questions I have are:

 - Is Win7 RC1 actually using the Trim() command in my case?

 - If an SSD does not implement Trim(), would the above command return a 1?

Thanks,

-krish

Thursday, May 07, 2009 9:53 AM by krish4u

# re: Support and Q&A for Solid-State Drives

I'm running Windows 7 RC 64 bit right now and so far I find disabling the Superfetch and the Prefetcher and Readyboot increases my boot up times. Also Once I disable Prefetecher I dont have that wasted 600 megs of memory or so for that stupid readyboot feature. My Windows 7 now boots under 6 sec to desktop only using 320 megs of ram.

Thursday, May 07, 2009 11:48 AM by Wolf-Tech

# re: Support and Q&A for Solid-State Drives

@nomad27,

In earlier Windows versions disabling some services was blocked, in Seven "Application Information" is not blocked. You should do steps described by me and you will see, that normal user will need reinstalling system to get it working. Is this really hard to understand ? Authors of various malware are only waiting for such occasions...

This blog is read by many Microsoft employees (including Steven). Info about this issue in 7000 was written by me long time ago. And nothing... Many people want returning some things (animated icon with network activity is example). And nothing... Sorry, but this system is created for users. This is not art for art.

Microsoft fans were screaming "wow" in 2007 and we know results. Maybe it's time to stop screaming "excellent" in 2009 and start thinking, how to better address customer needs ? Please note - after first "excellent" opinions in more and more sites you can read opinion, that Seven is not so good (at least: it's not revolution and doesn't have killer features)

Thursday, May 07, 2009 12:39 PM by marcinw

# re: Support and Q&A for Solid-State Drives

@krish4u:

Correct, if fsutil reports that "DisableDeleteNotify" is 0, then Trim is enabled.  (The feature is sometimes referred to using different names:  Trim == Delete Notification == Unused Clusters Hint.)  The setting is written in terms of disabling something because we like to use values of 0 for defaults.

Have Trim enabled according to this setting, which you do, means that the filesystem will send Trim commands down the storage stack.  The filesystem doesn't actually know whether this command will be supported or not at a lower level.  When the disk driver receives the command, it will either act on it or ignore it.  If you know for sure that your storage devices don't support Trim, you could go ahead and disable Trim (enable DisableDeleteNotify) so the filesystem won't bother to send down these notifications.  However sending down the notifications is pretty lightweight and I haven't seen any performance improvement by disabling them, so I don't recommend disabling this setting.  If you have an SSD which does support Trim, then you definitely don't want to disable it, because there are some performance gains to be had for leaving the setting in its default form.

Thursday, May 07, 2009 4:27 PM by craigbarkhouse

# re: Support and Q&A for Solid-State Drives

I'm intending to install the RC on a RAID0 made of two SSDs. Will the installer be able to detect that the drives are SSDs automatically? Is there a way to find out if it has? If not, is it possible to force it to detect a drive as SSD?

Slightly off-topic - on systems with SSDs and a lot of RAM (12gb, in my case) is there any point in having a page file above 4gb (say) if I'm not bothered about full memory dumps? SSDs generally being smaller than normal drives, I'd rather not give up a full 12gb to it!

Thursday, May 07, 2009 4:30 PM by JamesD0109

# re:re: trim enabled in win7 RC?

indeed, is there any info as to an official response? apparently the "fsutil behavior query set DisableDeleteNotify" also gives the same values under the 7000 beta release...

Thursday, May 07, 2009 4:30 PM by m.oreilly

# re: Support and Q&A for Solid-State Drives

Good read, especially the tip about putting a pagefile on the SSD.  I would've expected the pagefile to be bad for the SSD because it would wear out the flash faster!

Thursday, May 07, 2009 6:34 PM by wtroost

# re: Support and Q&A for Solid-State Drives

@m.oreilly:

Yes, fsutil shows the same value in the Beta and the RC, because Trim is supported and enabled by default in both the Beta and the RC. ;)

I should add that very few (if any) SSD drives in the marketplace today actually support Trim.  Most of the ones that do are next-generation prototypes.  But when they do become available, Windows 7 will take advantage.

- Craig (NTFS team)

Thursday, May 07, 2009 8:42 PM by craigbarkhouse

# re: Support and Q&A for Solid-State Drives

I plopped a SSD into build 7100 RC and as stated it works like a charm.

There are a lot of really great things happening with this Operating System, I have people who come to me for their computer needs testing the RC...all of them will be purchasing the Final Release.

Thnx

Thursday, May 07, 2009 11:11 PM by locolorenzo

# re: Support and Q&A for Solid-State Drives

All "Certified for Windows 7" logoed drives will support trim right?

Friday, May 08, 2009 1:19 AM by anonymuos

# re: Trim()

@Craig (NTFS team):

<quote>

Have Trim enabled according to this setting, which you do, means that the filesystem will send Trim commands down the storage stack.  The filesystem doesn't actually know whether this command will be supported or not at a lower level.  When the disk driver receives the command, it will either act on it or ignore it.

</quote>

So do the Microsoft IDE Controller disk drivers support it? If you have a 3rd party disk driver provider (i.e. non-Microsoft), then I guess you rely on them implementing the Trim() functionality?

Thanks for your quick responses!

-krish

Friday, May 08, 2009 11:01 AM by krish4u

# thanks craig

thanks for the clarification. is this the final form of trim to be implemented in win7 (barring any future rtm update/sp)? i am using vertex drives which have, at this point, a somewhat proprietary, functioning trim fw, though we are expecting an ms compatible version in about a weeks time. can i assume you are "good to go" re win7 trim, and that drive controller manufacturers will have what they need?

Friday, May 08, 2009 6:34 PM by m.oreilly

# re: Support and Q&A for Solid-State Drives

I'm using the Windows 7 RC and I love it. I have only a suggestion for you. To unpin some icon from the taskbar make something like drag-n-drop, to put drag the icon to the taskbar (like Win7 RC) and to unpin drag the icon to the desktop, disappearing with the icon

;)

Thanks...

Friday, May 08, 2009 7:08 PM by henriqueG

# re: Support and Q&A for Solid-State Drives

PLEASE PLEASE PUT THE CLASSIC START MENU OPTION BACK IN WIN 7!!!!

Friday, May 08, 2009 7:40 PM by robmuld

# re: Support and Q&A for Solid-State Drives

<<"I should add that very few (if any) SSD drives in the marketplace today actually support Trim.  Most of the ones that do are next-generation prototypes.  But when they do become available, Windows 7 will take advantage.

- Craig (NTFS team)">>

Thanks for your input so far Craig.. much appreciated.

While the bigger folk sort out SSD 'logo' reqs etc.. any 'issues' with a little fella like me trying to disable Win 7(RC) native TRIM and using a brute force propriety trimming 'tool' which would work really well for me on a customised 'schedule' basis. I intend to use SATA Native IDE mode and default Microsoft ATA/ATAPI device drivers with a combined  MLC/SLC implementation.

By 'issues' I refer to legal/propriety as well as technical.. my assumption being that Procmon can keep me reasonably well informed of what's going on 'technically' between the OS and my SSDs.

Regards,

Saturday, May 09, 2009 5:42 AM by me&er

# [OT] USERS folder shared with full access by default?

Hi,

Just installed the RC and there's one thing strange to me: sharing is enabled by default for the USERS folder (not the public folder) and from my other computer I can access everything in this folder and perform operations (read/copy/delete). It was a clean Win7 install and of course I haven't changed the sharing policy for myself.

I now disabled the sharing and now it is as it should be.

Saturday, May 09, 2009 4:34 PM by tom5

# re: Support and Q&A for Solid-State Drives

At what level does Win 7 disable defragmentation, Superfetch, ReadyBoost etc for SSDs ?  I have an SSD as the system drive in my Win 7 RC machine, and the defrag GUI shows scheduled defrag as turned on, and in the schedule, select disks includes the SSD.  Is defrag for SSDs disabled at some lower level that the GUI does not show ?

I manually turned off scheduled defrag, suspecting that my SSD was not be handled correctly by the Operating System.

When I run fsutil behavior query DisableDeleteNotify, I get a 0.  Does this mean that my SSD is being correctly recognised as an SSD ?

I do notice that on the ReadyBoot tab for an SD card I put into my machine, it says "This device cannot be used for ReadyBoost.   ReadyBoot is not enabled because the system disk is fast enough...."

Finally, is there a way for me to determine what rotational speed my SSD is reporting to the Operating System ?  fsutil ?  wmi call ?

Monday, May 11, 2009 9:30 PM by lukechip

# "NAND only SSD" Alternatives Exist and Offer Substantial Benefits for Targeted Applications

It is important to note, for IOPS intensive enterprise storage, there are alternatives to a "NAND only SSD".  One alternative, the DDRdrive X1, elegantly avoids all of the above mentioned limitations of Flash by using DRAM for IO reads/writes and Flash solely for backup/restore.

1) No LBA remapping, thus no wear leveling overhead.

2) Deterministic performance, no pauses or stuttering when dealing with writes - ever.

3) No OS alignment issues, i.e. no performance penalty on Windows XP.

4) Unlimited reads/writes - no fundamental wear mechanism until drive performs a backup/restore.

5) Defragmentation can be turned on, with resulting performance increases.

The above benefits do come with the both capacity and price tradeoffs.  Certain applications, for example databases, can be architected to easily work within these constraints.

The drive for speed,

Christopher George

Founder/CTO

DDRdrive LLC

www.ddrdrive.com

Tuesday, May 12, 2009 12:59 PM by DDRdriveLLC

# re: Support and Q&A for Solid-State Drives

@krish4u:

I'm not an expert on our storage drivers (I deal mainly at the file system level), but it appears that our ATA port driver (ataport) does implement trim support.  This means that SSD drives which present themselves as ATA drives (which I think most if not all do), can support trim provided the drive itself also supports trim.  Non-ATA devices -- including USB drives and SCSI drives -- don't yet have the ability to support trim, since our other port drivers don't implement trim.  This may change as the market evolves.  I don't know if any 3rd-party storage drivers implement trim as of yet, but yes, they would have to implement it for it to work.

@m.oreilly:

As far as Win7 RTM goes, trim is in its final form.  Of course it could evolve in service packs, etc., as the market demands.  It's a pretty new market.  Drive manufacturers know what they need to implement on their end.  Some have provided prototypes to us for testing.

@me&er:

I doubt there are any legal issues with you sending down trim commands yourself, but it sounds like an awful lot of work to me.  Firstly I'm skeptical that you can even get the proper information you need.  I don't think you can infer from ProcMon output alone what clusters are in use and what aren't.  The file system knows this; what makes you think you can do better?  If you get this wrong, you can end up corrupting the volume.  Secondly, I'm not sure what the benefit of your approach would be even if you could get it right.  By having the file system send down trim commands when appropriate, you enable the drive to immediately benefit from this information.  There's very little overhead to these commands.  Contrast this with defragging, where if you were constantly defragging everything the cost would outweight the benefits.  I strongly suggest you don't try to implement this yourself.

@lukechip:

That fsutil query just tells you whether the file system is sending down trim commands or not.  The file system doesn't know (or much care) what kind of storage lies at the very bottom; it might even be multiple types (think volumes that span multiple disks, RAID arrays, etc.).  If trim is enabled, NTFS sends down trim commands on all volumes and lets the underlying layers sort it out.  I'm not sure how you can get the physical characteristics you want about your SSD drive.  As a start, poke around at its properties in Device Manager (devmgmt.msc).

Tuesday, May 12, 2009 3:37 PM by craigbarkhouse

# re: TRIM and OS cache/buffer 'flushing'

<<QUOTE>> @me&er:

I doubt there are any legal issues with you sending down trim commands yourself, but it sounds like an awful lot of work to me.  Firstly I'm skeptical that you can even get the proper information you need.  I don't think you can infer from ProcMon output alone what clusters are in use and what aren't.  The file system knows this; what makes you think you can do better?  If you get this wrong, you can end up corrupting the volume.  Secondly, I'm not sure what the benefit of your approach would be even if you could get it right.  By having the file system send down trim commands when appropriate, you enable the drive to immediately benefit from this information.  There's very little overhead to these commands.  Contrast this with defragging, where if you were constantly defragging everything the cost would outweight the benefits.  I strongly suggest you don't try to implement this yourself.

Tuesday, May 12, 2009 3:37 PM by craigbarkhouse<<QUOTE>>

Many thanks Craig. Appreciate your responses.

Just to put the record straight, I’m not looking at programming an alternative to TRIM and have no wish to compromise

I’m using a propriety TRIM tool in beta at the ‘mo from OCZ/Indilinx for their Vertex series with the Barefoot controller. If you guys haven’t got it yet.. I would give it a go. I’m not marketing it at all.. all I am interested in is confirming that it actually consolidates the free space effectively and without excessive ‘overhead/nand longevity issues’. My limited testing ability confirms it initiates fine in cmd/conhost.exe and works along the FS stack with ‘native’ Microsoft storage drivers, writing to the MFT and paging to file effectively with no file corruption identified.. the end result being a noticeable increase in random read/write speed at little or no cost to sequential read/write. Calculations for the longevity of the specific MLC drive is somewhat complex but nevertheless quite acute on the 30GB models, so I will need to compare this propriety tool ‘initiated’ usage against the FS one.

TRIM or trimming or defragmentation/consolidation of free space is much the same for my needs.. what is important is fitting this in to how it effects the smaller capacity MLC SSD, as part of a write optimisation strategy.

This strategy involves looking at controller/FW Wear Leveling and how it interacts with Win 7 with both SLC and MLC SSD which is why any form of TRIM and Device/OS write cacheing is right at the top of my analysis. Neatly brings me onto this question:

If..

<<QUOTE>>for devices that do cache writes in volatile memory, Windows 7 expects flush commands and write-ordering to be preserved to at least the same degree as traditional rotating disks...<<QUOTE>>

Q. What’s the reasoning behind Win 7 default ‘enable’ of OS cache/buffer 'flushing' as opposed to the default ‘disabled’ in Vista/XP (albeit described as Advanced Performance afaik).

Regards,

Wednesday, May 13, 2009 5:45 AM by me&er

# re: Support and Q&A for Solid-State Drives

I have noted that W7 is massivly faster on my SSD's than XP.  In my research, I found that Windows XP/2003 have three major drivers. (scsiport.sys, atapi.sys and storport.sys)

I have found that SSD's fly under storport RAID controllers and don't do as well under atapi.sys.

I understand that the old scsiport.sys and atapi.sys use a form of the C-LOOK disk scheduling algorithm while storport does no software scheduling. (leaving scheduling up to the controller.)

Q.  Since SSD's do not have moving parts, is the lack in C-LOOK overhead accounting for the performance increase with storport?

If so, what scheduling changes, if any, does the new ataport in windows 7 undertake when an SSD is detected?

Regards

Wednesday, May 20, 2009 11:53 PM by tremelai

# ocz core v2

My ocz core v2 ssd isn`t detected as ssd. scheduled defragmentation is enabled to that  drive and also superfetch is enabled. So i presume the windows hasn`t detected drive correctly. Hdd is attached to jmicron jmb363 controller and is confugured as ide because ocz page said that drive should no be configured to achi mode. and only settings in jmicron are raid,ide, and ahci.no sata mode without ahci enabled

Thursday, May 28, 2009 3:47 PM by venomz3

# SSD not detected?

Fascinating blog post, thanks very much! I have a question though regarding the SSD in my Acer Aspire One A110.

It does not appear that Windows 7 (build 7100) has detected the SSD, as defrag and superfetch are all still enabled.

Is there any way to force Windows to see a drive as an SSD?

Thanks. Matt Sharpe

Friday, May 29, 2009 5:00 AM by mdsharpe

# re: Support and Q&A for Solid-State Drives

Fascinating indeed, though I have the same problems and questions.

I have installed Win7 RC on a Samsung PB 22 J, which is en par with Intel X25-M in most benchmarks (except #IO) and exceeds in write performance.

Cryistal DiskBench gives me for example

Seq Read/Write 210-220MB/s / 80-160 MB/s (Avg 140)

512k 170MB/s / 100MB/s

4k 15MB/s / 6MB/s

...the 4k category is the only where x25-m seems to have better results up to 25 / 50 MB/s.

Now here is what Win7 did:

- Performance Indicator stuck at 5,9 (according to your explanation there must be one deficiency according to your tests)

- Superfetch: enabled

- EnableReadyboost: 3 = enabled

- EnablePrefetcher: 3 = enabled

- Defragging: Scheduled and possible

- Alignment: no clue

Clearly this is one of the fastest drive so I conclude Win 7 did not notice this somehow.

1. How can what Win 7 did recognize, how do I see the tests Win 7 did and used to decide this is not a SSD?

2. How can I force Win 7 to detect this as a SSD?

3. How can I tell Win 7 while installing that this is a superfast SSD to enabled SSD alignment?

Regards

Sunday, May 31, 2009 11:13 AM by livelock1000

# re: Support and Q&A for Solid-State Drives

I have bonus question:

EWF (from XPe) & MS Steadystate seem to sequentialize random writes, I read somewhere that such a device is in Win 7 already but not yet functional? Is this true, what is it? what´s the name? can it be activated?

This sounds like a must for SSD drives.

Monday, June 01, 2009 1:08 PM by livelock1000

# re: Support and Q&A for Solid-State Drives

This new SSDs read , expected more than than 200 MB/s? Thats quite good enough

Sunday, June 07, 2009 2:59 PM by hedges

# Trim for Raid 0

i have 6 SSD's in Raid 0, working fine, but have noticed degradation in performance.  As of yet havn't seen definitive statement from MS re Win 7 modding Trim so SSD's can be optimised whilst in Raid 0 array. (using Asus P6T deluxe mobo, Intel i7 cpu)  Have heard lots of encouraging talk, but no firm word yet.  Anyone heard any?

Tuesday, June 16, 2009 6:26 PM by PeterSt

# re: Support and Q&A for Solid-State Drives

Typically the disks behind a RAID controller are managed by the RAID controller and presented to the operating system as one or more units (disks) of storage space. If the RAID controller reports the rotational speed as zero for the units of storage (disks) that it presents to Windows 7 then it will treat that unit of storage as an SSD.

Wednesday, June 17, 2009 5:40 AM by Homeschool Curriculum

# re: Support and Q&A for Solid-State Drives

So i presume the windows hasn`t detected drive correctly. Hdd is attached to jmicron jmb363 controller and is confugured as ide because ocz page said that drive should no be configured to achi mode. and only settings in jmicron are raid,ide, and ahci.no sata mode without ahci enabled

Wednesday, June 17, 2009 5:42 AM by Homeschool

# re: Support and Q&A for Solid-State Drives

By having the file system send down trim commands when appropriate, you enable the drive to immediately benefit from this information.  There's very little overhead to these commands.  Contrast this with defragging, where if you were constantly defragging everything the cost would outweight the benefits.  I strongly suggest you don't try to implement this yourself.

Wednesday, June 17, 2009 5:45 AM by Online High Schools

# re: Support and Q&A for Solid-State Drives

the ability to support trim, since our other port drivers don't implement trim.  This may change as the market evolves.  I don't know if any 3rd-party storage drivers implement trim as of yet, but yes, they would have to implement it for it to work.

Wednesday, June 17, 2009 5:59 AM by must university scam

# re: Support and Q&A for Solid-State Drives

this can get a bit mumbo jumboy for me, but are you saying that that if the raid controller can address this "rotational speed as zero for the units of storage (disks)" then windows will see the raid 1 array as i disk and the Trim tool in win 7 will work on a raid array?

Saturday, June 20, 2009 9:01 PM by PeterSt

# re: Support and Q&A for Solid-State Drives

So I presume that standard pci ide controller doesn`t report rotational speed to windows because ocz core v2 wasn`t detected as ssd.

Maybe I shoud give windows 7 jmicron drivers when installing not afterwards. Microsoft shoud be more informative with these post.Example information about hdd detection

and information about reading and writing changes in low lever.I would very interesting and I guess many people who read this blog.

Has it have to be manufacturer drivers or manufacturer supplyed to microsoft drivers or is it ok to install with standard drivers and expect windows to detect drive as ssd ? I usally give windows drivers afterwars if windows detects drive so I can install to it.

Monday, June 22, 2009 12:24 PM by venomz3

# re: Support and Q&A for Solid-State Drives

Using Windows 7 RC, I cloned an SSD drive back to my Raptors and removed the SSD from the system to put on another system.

Since this system no longer has SSD drives, is it advantageous to reset DisableDeleteNotify to 1?

Many thanks for all of the information.

Tuesday, June 30, 2009 1:10 PM by Silver0066

# re: Support and Q&A for Solid-State Drives

Hi Steven, I was wondering what kind of compression codec does NTFS use. For example on the internet i have heard of people saying the overall transfer rate decreased while using compressed files. I am sure you would have heard of the LZO Algorithm http://en.wikipedia.org/wiki/Lempel-Ziv-Oberhumer

Have you guys implemented this on NTFS. The speed and performance gains on a pentium 133 as given here http://www.oberhumer.com/opensource/lzo/#speed

is mind boggling.

I have been waiting for such a solution.  Awaiting your comments

Monday, July 06, 2009 12:17 PM by robinanil

# re: Support and Q&A for Solid-State Drives

Thank you for preparing such an article is good and my long

Tuesday, July 07, 2009 8:46 AM by webtasarım

# re: Support and Q&A for Solid-State Drives

I start to test my solid state drive on Windows 7 64bit Build 7201. With Windows XP and Windows Vista i made very bad experience, after a couple of weeks, the solid state lost a lot of speed and simple internet browsing was terrible. I checked after installation in Windows 7 that Disk Defragmention is off and also Super Fetch is disables. Disk Defragmention was on Manual after Installation, i have Disbaled now. Super Fetch was active and start at the boot. I have disabled now. I use a 32GB OCZ Solid State. Is there already a tool aviable to check which ssd drives are certified ?

Tuesday, July 28, 2009 5:51 AM by phantomd

# web tasarım

Thank you for preparing such an article is good and my long...

http://www.parcakontorbayiniz.com

Wednesday, July 29, 2009 2:42 PM by kymk

# re: Support and Q&A for Solid-State Drives

Little bit confused about NTFS code compere but no doubt you written best article

Monday, August 10, 2009 1:54 AM by condos

# re: Support and Q&A for Solid-State Drives

yes but sure wanted to know more about if you specify about NTFS it would great help by yours.

Monday, August 10, 2009 1:56 AM by condos

# re: Support and Q&A for Solid-State Drives

Thanks for the article. Even though I'm not the greatest fan of Microsoft products, I'm pleased to know that Windows 7 supports SDD. As far as I know, the technology is quite new, quite expensive and I don't know any real people who are using SDD. However, I think that it is really promising and I'm waiting for the moment when I can try it myself.

Thursday, August 20, 2009 1:52 PM by diploma-2009

# re: Support and Q&A for Solid-State Drives

Ankara hosting, ucuza hosting, ilyas, ilyas yüregir, ankara web tasarımı

Thursday, November 05, 2009 3:08 AM by ilyas_yuregir
Anonymous comments are disabled
 
Page view tracker