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 third-party SCSI or RAID driver may be saved with incorrect file attributes


View products that this article applies to.

Symptoms

You may experience the following symptoms regarding file attributes for a third-party SCSI driver or for a redundant array of independent disks (RAID) driver:
  • The driver file incorrectly has the following attributes:
    • Read-only
    • System
    • Hidden
    • Offline
  • The Created attribute may incorrectly contain the time and date that the driver was installed. Alternatively, this attribute may be empty.
  • If you run the dir command, the file size incorrectly appears in parentheses.
Note These symptoms do not affect the performance of the driver. The driver works correctly. Only the file attributes are affected by this problem.

Additionally, if you run the dir command, the file size for Offline attribute appears in parentheses. For example, the file size may appear as follows:
01/02/2006 01:02 AM (123,456) Adcd.sys

↑ Back to the top


Cause

This problem may occur if the following conditions are true:
  • You press F6 to install a third-party SCSI driver or a RAID driver. You do this during the installation of one of the versions of Windows that is listed in the "Applies to" section.
  • The text-mode Setup program (Setupdd.sys) incorrectly sets file attributes for the third-party SCSI driver or for the RAID driver.
This problem occurs because the text-mode Setup program (Setupdd.sys) on the Windows installation CD sets incorrect file attributes for a third-party SCSI driver or for a RAID driver.

↑ Back to the top


Workaround

To work around this problem, use the Attrib.exe command-line tool to reset the following attributes:
  • Read-only
  • System
  • Hidden
To do this, use the attrib.exe -r -s -h command. For example, to reset the attributes of the C:\Windows\System32\Drivers\Adcd.sys file, type the following command at the command prompt, and then press ENTER:
C:\>attrib -r -s -h c:\windows\system32\drivers\adcd.sys
Note The Attrib.exe command-line tool cannot reset the Offline attribute. To reset the Offline attribute, use the Setup program from the installation disk when Windows is running.

↑ Back to the top


More information

Technical support for x64-based versions of Microsoft Windows

Your hardware manufacturer provides technical support and assistance for x64-based versions of Windows. Your hardware manufacturer provides support because an x64-based version of Windows was included with your hardware. Your hardware manufacturer might have customized the installation of Windows with unique components. Unique components might include specific device drivers or might include optional settings to maximize the performance of the hardware. Microsoft will provide reasonable-effort assistance if you need technical help with your x64-based version of Windows. However, you might have to contact your manufacturer directly. Your manufacturer is best qualified to support the software that your manufacturer installed on the hardware.

For product information about Microsoft Windows XP Professional x64 Edition, visit the following Microsoft Web site: For product information about x64-based versions of Microsoft Windows Server 2003, visit the following Microsoft Web site:

↑ Back to the top


Keywords: kbtshoot, kbexpertiseinter, kbprb, KB918318

↑ Back to the top

Article Info
Article ID : 918318
Revision : 5
Created on : 10/11/2007
Published on : 10/11/2007
Exists online : False
Views : 278