Disk Administrator Does Not Set System Partitions CorrectlyLast reviewed: July 24, 1996Article ID: Q151358 |
The information in this article applies to:
SYMPTOMSIn a dual-boot configuration, when you delete and re-create Windows NT file system (NTFS) partitions on the hard disk, extra drive letters appear when you boot to MS-DOS.
CAUSEThis is caused by Disk Administrator not setting the partition type correctly (the partition should be 06 for file allocation table [FAT] and 07 for NTFS). When the computer starts, the BIOS scans the master boot record (MBR), and when it finds the value 06 for the partition type, it assigns a drive letter.
RESOLUTIONYou will need a sector editor such as Windows NT Diskedit or Norton Diskedit to resolve the issue. Using the sector editor, change the Partition type from 06 to 07. An example is shown below using Windows NT diskedit:
01C0 01 00 06 FE.... 01D0 01 0D 07 FE.... 01E0 01 1A 06 FE.... 01F0 00 00 00 00.... The first partition (01C0) is FAT, and the partition type listed is 06, which means FAT, so this entry is correct. The second partition (01D0) is NTFS, the partition type listed is 07, which is also correct. The third partition (01E0) is NTFS but the partition type listed is 06, or FAT. This is the entry you must change. Move your cursor to the number 6 and change it to 7.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 3.51. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
KBCategory: kbnetwork
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |