Microsoft KB Archive/247575

From BetaArchive Wiki
Knowledge Base


Article ID: 247575

Article Last Modified on 3/1/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server



This article was previously published under Q247575

SYMPTOMS

If a FAT32 volume becomes corrupted or inaccessible and you attempt to repair the volume using the Chkdsk tool (Chkdsk.exe), the file system may be reported correctly as FAT32 (or possibly as RAW, depending on the damage), but the Chkdsk tool immediately quits without making repairs. For example, if you use the chkdsk e: /f command, the following message may be displayed:

The type of the file system is FAT32.
Volume Serial Number is C408-2213

If you run Chkdsk again without any command-line switches, it still shows the volume is corrupted. If you use the chkdsk e: command, the following message may be displayed:

The type of the file system is FAT32.
Volume Serial Number is C408-2213

Errors found. CHKDSK cannot continue in read-only mode.

CAUSE

This behavior occurs because the FAT32 file system contains a backup copy of the boot sector. However, Chkdsk.exe does not attempt to use the backup FAT32 boot sector unless the primary boot sector is physically located in a bad sector and Chkdsk.exe receives an I/O error message while trying to read the volume. Chkdsk.exe does not try to use the backup copy because the primary copy is corrupted or contains invalid information.

RESOLUTION

If you have a corrupted primary boot sector, you can use the Dskprobe tool (Dskprobe.exe) to make repairs by copying the backup boot sector over the corrupted primary boot sector.

The primary boot sector is sector 0 of the logical drive. The backup FAT32 boot sector is located at sector 6 of the logical drive. While in byte view, read sector six of the logical drive and write it over sector zero of the logical drive.

Use the following steps to restore the backup FAT32 boot sector.

NOTE: To ensure the repair operation is successful, keep Dskprobe.exe in byte view throughout this procedure.

  1. Extract the Dskprobe.exe from the Support\Tools\Support.cab file located on the Windows 2000 installation CD-ROM.
  2. Run Dskprobe.exe.
  3. On the Drives menu, click Logical Drive, and then double-click DriveLetter (where DriveLetter is the FAT32 volume that you want to repair).
  4. Click to clear the Read only check box, click set active, and then click OK.
  5. On the Sectors menu, click Read, and then change the default Starting sector value from 0 to 6 (do not change the Number of Sectors=1 value). This action reads the backup FAT32 boot sector.
  6. On the Sectors menu, click Write.
  7. Verify that the active handle is still the logical drive letter of the volume being fixed, change the starting Sector to write data value from 6 to 0, and then click Write it. Click Yes to confirm you want to overwrite sector 0 on device DriveLetter.
  8. Quit Dskprobe.exe and run Chkdsk again against the repaired volume using the following command:

    chkdsk DriveLetter:

    NOTE: Use the /f switch if the volume requires additional fixing.


STATUS

Microsoft has confirmed this to be a problem in Microsoft Windows 2000.

MORE INFORMATION

246146 Dskprobe.exe May Damage FAT32 Boot Sector



Additional query words: unreadable mbs corrupt

Keywords: kbbug kbenv kbpending KB247575