Write Cache on IDE/ATAPI Disks Is Not Flushed on Shut DownLast reviewed: December 5, 1997Article ID: Q153296 |
The information in this article applies to:
SYMPTOMSIf your computer supports the shut down and power down feature, you may experience one of the following problems:
CAUSERecent versions of IDE/ATAPI hard disk drives include a write cache. This cache is normally flushed automatically depending on an algorithm by the hard disk manufacturer. On computers that support the shut down and power down feature, the power may turn off before the write cache is flushed.
RESOLUTION
Windows NT 4.0To resolve this, apply the fix mentioned below or wait for the next service pack. This hotfix has been posted to the following Internet location:
ftp://ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/NT40/ hotfixes-postSP3/ide-fixNOTE: The above link is one path; it has been wrapped for readability.
Windows NT 3.51To resolve this, apply the fix mentioned below or wait for the next service pack. This hotfix has been posted to the following Internet location:
ftp://ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/NT351/ hotfixes-postSP5/ide-fixNOTE: The above link is one path; it has been wrapped for readability.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information. Microsoft has confirmed this to be a problem in Windows NT version 3.51. A supported fix is now available, but has not been fully regression-tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information.
MORE INFORMATIONThe IDE/ATAPI specification does not define a command to determine if a write cache is present or to explicitly flush the cache. The Windows NT file system drivers modify the boot sector on startup to indicate a dirty volume. On shut down, the last operation is to modify the boot sector again to mark the volume clean. This last write is cached in the cache of the disk. If the power is removed too early, this sector is not written at all and the volume is still marked dirty. If the power disappears during the physical write to the disk, the boot sector is corrupt and the blue screen occurs. The fix to this problem is to send an IDLE command to the drive as the last command at shut down. This synchronous command ensures that the write cache is flushed.
|
Additional query words: 3.51 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |