Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A hotfix rollup that improves Windows Vista and Windows Server 2008 compatibility with Advanced Format disks


View products that this article applies to.

Summary

This article describes a hotfix rollup that improves Windows Vista and Windows Server 2008 compatibility with Advanced Format disks. Advanced Format disks have a 4-KB physical sector size. This hotfix is only for Advanced Format disks that have a 4-KB physical sector size and that emulate a 512-byte interface for logical addressing.

Note Advanced Format disks introduce a larger physical sector of 4 KB. However, these disks have a 512-byte interface for logical addressing to make initial versions more compatible with current computer systems. Therefore, these disks are known as "512-byte emulation disks" or as "512e."

For more information about Advanced Format disks, visit the following International Disk Drive Equipment and Materials Association (IDEMA) website:

↑ Back to the top


Introduction

Hard disk drives are commonly based on 512-byte sectors, and all access to the physical media is addressed based on this unit. Hard disks vendors now manufacture Advanced Format disks that have a sector size of 4096 bytes (4 KB). These disks can perform only physical media updates in the granularity of the 4 KB physical sector. Therefore, a 512-byte write that is directed to the disk requires some additional work to be completed. This additional work affects performance and reliability, depending on the workload and hardware implementation. To avoid this additional work, applications must be updated to natively support write operations in the 4-KB sector size.

This article discusses a hotfix rollup package that introduces a new storage infrastructure that lets you query the physical sector size of a storage device. Additionally, the hotfix rollup package updates the Fsutil.exe tool to report the correct sector size.

Developers must make special considerations when these kinds of disks are used. However, a more detailed technical discussion of these considerations is beyond the scope of this article and will be detailed in another article on MSDN.

Issues that this hotfix rollup package resolves

This hotfix rollup package resolves the following issues that involve Advanced Format disk and that are not previously documented in a Microsoft Knowledge Base article.

Issue 1

Storport is a storage driver model that is used by many storage controller manufacturers and that is in Windows Vista and in Windows Server 2008. Storport does not support the IOCTL_STORAGE_QUERY_PROPERTY request that has the STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR structure to retrieve the storage access alignment descriptor data for an attached disk. This structure contains physical and logical sector size information. Without this information, NTFS and other applications cannot perform aligned writes to a disk. This may affect performance and reliability.

Without this hotfix rollup package, applications cannot query the physical sector size of the storage device.

This hotfix has an updated Storport driver (Storport.sys) that supports the IOCTL_STORAGE_QUERY_PROPERTY request that has the STORAGE_ACCESS_ALGINMENT_DESCRIPTOR structure.

Note A IOCTL_STORAGE_QUERY_PROPERTY request results in a translation to the SCSI SBC3 READ_CAPACITY(16) command. The miniport driver that plugs into the Storport driver model must support the SBC3 READ_CAPACITY(16) command. Additionally, the disk drive must correctly report the sector size information by using the SBC3 READ_CAPACITY(16) command.

For more information about the IOCTL_STORAGE_QUERY_PROPERTY control code, visit the following MSDN website: For more information about the STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR structure, visit the following MSDN website:
Issue 2

This update also updates the Fsutil.exe tool. The updated tool generates a new Bytes Per Physical Sector field in the output. For example, you receive an output that resembles the following when you run the fsutil fsinfo ntfsinfo C: command to obtain information about drive C:

NTFS Volume Serial Number: 0xfe6e5dcc6e5d7e79Version: 3.1Number Sectors:                 0x000000001d1927ffTotal Clusters:                 0x0000000003a324ffFree Clusters:                  0x0000000001f8bae8Total Reserved:                 0x00000000000007f0Bytes Per Sector:               512Bytes Per Physical Sector:      4096Bytes Per Cluster:             4096Bytes Per FileRecord Segment: 1024Clusters Per FileRecord Segmen: 0Mft Valid Data Length:         0x0000000020980000Mft Start Lcn:                 0x00000000000c0000Mft2 Start Lcn:  0x0000000000000002Mft Zone Start:  0x000000000109c060Mft Zone End:                  0x00000000010a8880RM Identifier:                 974AD058-3B3D-11DE-9300-000FFEE93BEF


Note The Bytes Per Physical Sector field has one of the following values:
  • 512
    A value of 512 means the drive is a legacy 512 native drive.
  • 4096
    A value of 4096 means the drive is for Advanced Format drive.
  • Not Supported
    A value of Not Supported means the hardware or driver does not support the IOCTL_STORAGE_QUERY_PROPERTY control code.
Issue 3

These storage devices that have various software and hardware components have increased support. However, the support may remain unstandardized. For example, support for accurate reporting of the physical sector size for these storage devices remains unstandardized. Therefore, applications must handle scenarios where the reported physical sector size of the storage device they use may change.

Applications that are built on ESENT may not work correctly after the reported physical sector size of the storage device changes.

In the following scenarios, Windows may report that the physical sector size of a storage device has changed:
  • You move the storage device to a RAID controller from a direct-attached controller, and vice-versa. In this scenario, the reported physical sector size may change because RAID controllers may not report the physical sector size of the storage device. Therefore, the system may identify 4 KB in one session and 512 bytes in another session, and vice-versa.
  • You upgrade your primary storage device that has a 512-byte physical sector size to a storage device that has a 4-KB physical sector size, or vice-versa. Additionally, you use an application such as Windows backup to perform a block-level backup and restore. Consider the following scenario:
    • You perform a block-level backup of your system that is running on a storage device that reports a 512-byte physical sector size.
    • You replace this storage device by using a storage device that reports a 4-KB physical sector size.
    • You perform a block-level restore of your system to the new storage device.
    In this scenario, the reported physical sector size is changed from 512 bytes to 4 KB when the system starts.

    Note
    This scenario can also be reversed where you replace a storage device that uses a 4-KB physical sector size to a storage device that uses a 512-byte physical sector size.
  • You upgrade the storage controller in the system where the current storage controller has support for physical sector size reporting, and the new storage controller that does not have support for physical sector size reporting, or vice-versa. When the storage controller changes, Windows must load the appropriate driver to support the new storage controller. For example, this issue occurs most frequently when you are upgrading from the Microsoft Inbox ATA driver (MSAHCI) to a third-party Storport-based driver, or vice-versa.
  • You change the mode of the storage controller in the BIOS of the system. This issue may occur in all combinations of modes such as AHCI, Legacy, IDE, Compatible, RAID, and so on. Each mode requires a different storage driver to be loaded by Windows. In this case, some drivers may have support, and other drivers may not have support.
The following are examples of applications that are built on the Extensible Storage Engine API (ESENT):
  • Windows Update
  • Active Directory
  • Windows Desktop Search
  • Certification authority (CA)
  • Windows Internet Name Service (WINS)
  • Dynamic Host Configuration Protocol (DHCP)
  • Windows Live Mail
For example, you may receive the following error message in Windows Update when this issue occurs:
FATAL: Failed to initialize datastore, error = 0xC8000222.

Additionally, an event that resembles the following is logged in the Application log:

Log Name: Application
Source: ESENT
Date: <date & time>
Event ID: 412
Task Category: Logging/Recovery
Level: Error
Keywords: Classic
User: N/A
Computer: <computer name>
Description:
wuaueng.dll (936) SUS20ClientDataStore: Unable to read the header of logfile C:\Windows\SoftwareDistribution\DataStore\Logs\edb.log. Error -546.

↑ Back to the top


Resolution

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website: Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

To apply this hotfix, you must be running one of the following operating systems:
  • Windows Vista Service Pack 2 (SP2)
  • Windows Server 2008 Service Pack 2 (SP2)
For more information about how to obtain a Windows Vista service pack, click the following article number to view the article in the Microsoft Knowledge Base:
935791 How to obtain the latest Windows Vista service pack
For more information about how to obtain a Windows Server 2008 service pack, click the following article number to view the article in the Microsoft Knowledge Base:
968849 How to obtain the latest service pack for Windows Server 2008

Registry information

To use the hotfix in this package, you do not have to make any changes to the registry.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace a previously released hotfix.

File information

The global version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.
Windows Vista and Windows Server 2008 file information notes
Important Windows Vista hotfixes and Windows Server 2008 hotfixes are included in the same packages. However, only "Windows Vista" is listed on the Hotfix Request page. To request the hotfix package that applies to one or both operating systems, select the hotfix that is listed under "Windows Vista" on the page. Always refer to the "Applies To" section in articles to determine the actual operating system that each hotfix applies to.
  • The files that apply to a specific product, SR_Level (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.
    VersionProductSR_LevelService branch
    6.0.600 2 . 22xxxWindows Vista and Windows Server 2008SP2LDR
  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the "Additional file information for Windows Server 2008 and for Windows Vista" section. MUM files and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. The security catalog files, for which the attributes are not listed, are signed with a Microsoft digital signature.
For all supported x86-based versions of Windows Server 2008 and of Windows Vista
File nameFile versionFile sizeDateTimePlatform
Esent.dll6.0.6002.225311,460,73623-Nov-201018:47x86
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266165,53616-Jun-201115:32Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266157,34416-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266181,92016-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe6.0.6002.2266155,29616-Jun-201113:11x86
Storport.sys6.0.6002.22661124,81617-Jun-201109:08x86
For all supported x64-based versions of Windows Server 2008 and of Windows Vista
File nameFile versionFile sizeDateTimePlatform
Esent.dll6.0.6002.225312,507,26423-Nov-201016:59x64
Fsutil.exe.mui6.0.6002.2266168,60816-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266162,97616-Jun-201118:13Not applicable
Fsutil.exe.mui6.0.6002.2266164,51216-Jun-201115:37Not applicable
Fsutil.exe.mui6.0.6002.2266167,58416-Jun-201118:13Not applicable
Fsutil.exe.mui6.0.6002.2266156,83216-Jun-201115:28Not applicable
Fsutil.exe.mui6.0.6002.2266167,58416-Jun-201118:52Not applicable
Fsutil.exe.mui6.0.6002.2266160,92816-Jun-201118:13Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201115:37Not applicable
Fsutil.exe.mui6.0.6002.2266165,53616-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266166,04816-Jun-201118:52Not applicable
Fsutil.exe.mui6.0.6002.2266148,12816-Jun-201115:59Not applicable
Fsutil.exe.mui6.0.6002.2266145,05616-Jun-201115:59Not applicable
Fsutil.exe.mui6.0.6002.2266162,46416-Jun-201118:13Not applicable
Fsutil.exe.mui6.0.6002.2266164,51216-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266170,65616-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266163,48816-Jun-201118:52Not applicable
Fsutil.exe.mui6.0.6002.2266165,02416-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266164,00016-Jun-201118:52Not applicable
Fsutil.exe.mui6.0.6002.2266162,46416-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266161,44016-Jun-201118:53Not applicable
Fsutil.exe.mui6.0.6002.2266142,49616-Jun-201115:59Not applicable
Fsutil.exe.mui6.0.6002.2266143,52016-Jun-201115:59Not applicable
Fsutil.exe6.0.6002.2266175,77616-Jun-201113:26x64
Storport.sys6.0.6002.22661168,33617-Jun-201109:05x64
Esent.dll6.0.6002.225311,460,73623-Nov-201018:47x86
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266165,53616-Jun-201115:32Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266157,34416-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:17Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266181,92016-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:23Not applicable
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201118:20Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe6.0.6002.2266155,29616-Jun-201113:11x86
For all supported IA-64based versions of Windows Server 2008
File nameFile versionFile sizeDateTimePlatform
Esent.dll6.0.6002.225313,593,72823-Nov-201017:09IA-64
Fsutil.exe.mui6.0.6002.2266164,51216-Jun-201115:30Not applicable
Fsutil.exe.mui6.0.6002.2266156,83216-Jun-201115:30Not applicable
Fsutil.exe.mui6.0.6002.2266169,63216-Jun-201115:30Not applicable
Fsutil.exe.mui6.0.6002.2266148,12816-Jun-201115:59Not applicable
Fsutil.exe.mui6.0.6002.2266145,05616-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266142,49616-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266143,52016-Jun-201115:53Not applicable
Fsutil.exe6.0.6002.22661161,79216-Jun-201113:36IA-64
Storport.sys6.0.6002.22661375,18417-Jun-201108:58IA-64
Esent.dll6.0.6002.225311,460,73623-Nov-201018:47x86
Fsutil.exe.mui6.0.6002.2266173,72816-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266165,53616-Jun-201115:32Not applicable
Fsutil.exe.mui6.0.6002.2266177,82416-Jun-201115:33Not applicable
Fsutil.exe.mui6.0.6002.2266157,34416-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe.mui6.0.6002.2266153,24816-Jun-201115:53Not applicable
Fsutil.exe6.0.6002.2266155,29616-Jun-201113:11x86

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates
For more information about a similar issue, click the following article number to view the article in the Microsoft Knowledge Base:
982018 An update that improves the compatibility of Windows 7 and Windows Server 2008 R2 with Advanced Format Disks is available
For more information about a similar issue, click the following article number to view the article in the Microsoft Knowledge Base:
2470478 Applications that are built on ESENT and that run on a Windows Vista-based or Windows Server 2008-based computer may not work correctly after the reported physical sector size of the storage device changes

Additional file information

Additional file information for Windows Vista and for Windows Server 2008

Additional files for all supported x86-based versions of Windows Vista and of Windows Server 2008
File nameX86_aed443e3a5cee48c0642689e7ce3f8b0_31bf3856ad364e35_6.0.6002.22661_none_5b3686528da90e4b.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_b2a39a1cab5d2aa7eb04d22eb7d7c850_31bf3856ad364e35_6.0.6002.22661_none_fd6cc2713791306b.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_c0c780db0697199ea78dfa9ff31cc67c_31bf3856ad364e35_6.0.6002.22661_none_690a1c34afd6d169.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_c290892f853f690403703a6105f78c39_31bf3856ad364e35_6.0.6002.22661_none_c37a31c6330c93bc.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_cb0e6f871309d3b288b66e9bd267d465_31bf3856ad364e35_6.0.6002.22661_none_4d2043f69b3dc759.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_cbd46d9b1e778a42c2e4a807df0ee30a_31bf3856ad364e35_6.0.6002.22531_none_16e1236c1d52c817.manifest
File versionNot applicable
File size716
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_d846b9409bc313cd5b37db86de8420c8_31bf3856ad364e35_6.0.6002.22661_none_fbb3ff142557abce.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_da44e6a1bb5377a3768d2853988ef1e6_31bf3856ad364e35_6.0.6002.22661_none_df1f1b77b52ab3e7.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_df8a189518d9da255713ebb9189581d0_31bf3856ad364e35_6.0.6002.22661_none_080effc0d4ff4f1c.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_e2379c251947b12f264c5b241653b44f_31bf3856ad364e35_6.0.6002.22661_none_ca3cac4eaf60e4d7.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_e510e973bc47317371478f6b3bfd644f_31bf3856ad364e35_6.0.6002.22661_none_b5ac8e24355f2da5.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_e64a5d52ffdecc63bc431d7a873042e3_31bf3856ad364e35_6.0.6002.22661_none_5f4da28b43086005.manifest
File versionNot applicable
File size702
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameX86_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.0.6002.22531_none_f434f36442670d32.manifest
File versionNot applicable
File size8,529
Date (UTC)23-Nov-2010
Time (UTC)19:06
File nameX86_microsoft-windows-fsutil.resources_31bf3856ad364e35_6.0.6002.22661_en-us_6b59fff3e54ccafd.manifest
File versionNot applicable
File size2,636
Date (UTC)16-Jun-2011
Time (UTC)15:43
File nameX86_microsoft-windows-fsutil_31bf3856ad364e35_6.0.6002.22661_none_ce94531e06603b54.manifest
File versionNot applicable
File size4,783
Date (UTC)16-Jun-2011
Time (UTC)15:41
File nameX86_microsoft-windows-storport_31bf3856ad364e35_6.0.6002.22661_none_29ac8d4e46a284f6.manifest
File versionNot applicable
File size5,411
Date (UTC)17-Jun-2011
Time (UTC)09:20
Additional files for all supported x64-based versions of Windows Vista and of Windows Server 2008
File nameAmd64_a01df28c3bbd0a90f7d291848e4ce524_31bf3856ad364e35_6.0.6002.22661_none_a8b82b381e498c6b.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_a03c6adffff7d945c424dc4d12ba5a6f_31bf3856ad364e35_6.0.6002.22661_none_db86f2f1d53f8ed7.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_a692bdd7b9a972bbcc3899cc76506d42_31bf3856ad364e35_6.0.6002.22661_none_74731a34a895a264.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_b550684f35546d5d2955653aa8921e97_31bf3856ad364e35_6.0.6002.22661_none_f13b036762dc73de.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_b57b9936118ddc737c0429ee62b1dbfa_31bf3856ad364e35_6.0.6002.22661_none_9e09922217916765.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_ba544e267f5c812dd468539248a7d0ed_31bf3856ad364e35_6.0.6002.22661_none_d1ae9b0ba09abb47.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_bcc2fa22063959640a3743b22ad2b8cb_31bf3856ad364e35_6.0.6002.22661_none_bb26b0aea46b93af.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_c18178ed0ed3244997d0ee9ed7da04ee_31bf3856ad364e35_6.0.6002.22661_none_ce61fd6a588cf14e.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_c44fe8838077cfe4d8c2f6e5753c375f_31bf3856ad364e35_6.0.6002.22661_none_b002078ff06b8405.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_c95f955601552c524e193b21e351a79d_31bf3856ad364e35_6.0.6002.22661_none_bc06647e28a4cc03.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_da9e2adfb5a0ada82e020658249c4678_31bf3856ad364e35_6.0.6002.22661_none_784750a179516a97.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_f7651d7fac25568df5fee342bf13324e_31bf3856ad364e35_6.0.6002.22661_none_67e4a5c33c888aae.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_febd52b3640ac45b7c4dcecd3d621023_31bf3856ad364e35_6.0.6002.22661_none_7c4ecff14e1aa08a.manifest
File versionNot applicable
File size1,052
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameAmd64_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.0.6002.22531_none_50538ee7fac47e68.manifest
File versionNot applicable
File size8,549
Date (UTC)23-Nov-2010
Time (UTC)17:15
File nameAmd64_microsoft-windows-fsutil.resources_31bf3856ad364e35_6.0.6002.22661_en-us_c7789b779daa3c33.manifest
File versionNot applicable
File size2,638
Date (UTC)16-Jun-2011
Time (UTC)15:41
File nameAmd64_microsoft-windows-fsutil_31bf3856ad364e35_6.0.6002.22661_none_2ab2eea1bebdac8a.manifest
File versionNot applicable
File size4,799
Date (UTC)16-Jun-2011
Time (UTC)15:44
File nameAmd64_microsoft-windows-storport_31bf3856ad364e35_6.0.6002.22661_none_85cb28d1fefff62c.manifest
File versionNot applicable
File size5,666
Date (UTC)17-Jun-2011
Time (UTC)09:20
File nameX86_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.0.6002.22531_none_f434f36442670d32.manifest
File versionNot applicable
File size8,529
Date (UTC)23-Nov-2010
Time (UTC)19:06
File nameX86_microsoft-windows-fsutil.resources_31bf3856ad364e35_6.0.6002.22661_en-us_6b59fff3e54ccafd.manifest
File versionNot applicable
File size2,636
Date (UTC)16-Jun-2011
Time (UTC)15:43
File nameX86_microsoft-windows-fsutil_31bf3856ad364e35_6.0.6002.22661_none_ce94531e06603b54.manifest
File versionNot applicable
File size4,783
Date (UTC)16-Jun-2011
Time (UTC)15:41
Additional files for all supported IA-64based versions of Windows Server 2008
File nameIa64_b9e959e3921fb4e21a20615e189894e6_31bf3856ad364e35_6.0.6002.22661_none_06bf21828e1b2c85.manifest
File versionNot applicable
File size1,050
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameIa64_f6026dd5c514d38646a56355f19c9cc9_31bf3856ad364e35_6.0.6002.22661_none_04d31a2b49200729.manifest
File versionNot applicable
File size1,050
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameIa64_f83d90010c7f246db6bfed7afc289246_31bf3856ad364e35_6.0.6002.22661_none_3531993b7eed08e6.manifest
File versionNot applicable
File size1,050
Date (UTC)17-Jun-2011
Time (UTC)09:19
File nameIa64_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.0.6002.22531_none_f436975a4265162e.manifest
File versionNot applicable
File size8,539
Date (UTC)23-Nov-2010
Time (UTC)17:26
File nameIa64_microsoft-windows-fsutil_31bf3856ad364e35_6.0.6002.22661_none_ce95f714065e4450.manifest
File versionNot applicable
File size4,791
Date (UTC)16-Jun-2011
Time (UTC)15:42
File nameIa64_microsoft-windows-storport_31bf3856ad364e35_6.0.6002.22661_none_29ae314446a08df2.manifest
File versionNot applicable
File size5,664
Date (UTC)17-Jun-2011
Time (UTC)09:20
File nameX86_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.0.6002.22531_none_f434f36442670d32.manifest
File versionNot applicable
File size8,529
Date (UTC)23-Nov-2010
Time (UTC)19:06
File nameX86_microsoft-windows-fsutil_31bf3856ad364e35_6.0.6002.22661_none_ce94531e06603b54.manifest
File versionNot applicable
File size4,783
Date (UTC)16-Jun-2011
Time (UTC)15:41

↑ Back to the top


Keywords: kbqfe, kbhotfixserver, kbfix, kbsurveynew, kbexpertiseinter, kbautohotfix, KB2553708

↑ Back to the top

Article Info
Article ID : 2553708
Revision : 2
Created on : 12/27/2012
Published on : 12/27/2012
Exists online : False
Views : 473