Microsoft KB Archive/101061: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB101061"></span>CHKDSK Reports &quot;Probable Non-DOS Disk&quot; =
= <span id="KB101061"></span>CHKDSK Reports "Probable Non-DOS Disk" =




Line 66: Line 66:
<li><p>The media descriptor byte in one or both of the file allocation tables (FATs) for the drive producing the error message is incorrect or corrupted.<br />
<li><p>The media descriptor byte in one or both of the file allocation tables (FATs) for the drive producing the error message is incorrect or corrupted.<br />
<br />
<br />
If the drive has been partitioned and formatted with MS-DOS, you can use a disk editor (such a Norton DiskEdit) to edit the FAT. The FAT should be viewed as hexidecimal. The first byte in the FAT for a hard (fixed) disk should be &quot;F8&quot; (without the quotation marks). The following is an example of the first three lines of the FAT and the location of the media descriptor byte:</p>
If the drive has been partitioned and formatted with MS-DOS, you can use a disk editor (such a Norton DiskEdit) to edit the FAT. The FAT should be viewed as hexidecimal. The first byte in the FAT for a hard (fixed) disk should be "F8" (without the quotation marks). The following is an example of the first three lines of the FAT and the location of the media descriptor byte:</p>
<pre class="fixed_text">      00000000:  F8 FF FF FF 03 00 04 00 - 05 00 06 00 07 00 08 00
<pre class="fixed_text">      00000000:  F8 FF FF FF 03 00 04 00 - 05 00 06 00 07 00 08 00
       00000010:  09 00 0A 00 0B 00 0C 00 - 0D 00 0E 00 0F 00 10 00
       00000010:  09 00 0A 00 0B 00 0C 00 - 0D 00 0E 00 0F 00 10 00
Line 73: Line 73:
<p>WARNING: The above text is an example. You should NOT use a disk editor to change your FAT to match the above text.<br />
<p>WARNING: The above text is an example. You should NOT use a disk editor to change your FAT to match the above text.<br />
<br />
<br />
The media descriptor byte is the first two digits after the colon (:) in the first line, in this example. &quot;F8.&quot; This is the correct setting for all MS-DOS formatted fixed disks (hard disk drives). Below is an abridged list of valid entries for the media descriptor byte and the media type the descriptor denotes:</p>
The media descriptor byte is the first two digits after the colon (:) in the first line, in this example. "F8." This is the correct setting for all MS-DOS formatted fixed disks (hard disk drives). Below is an abridged list of valid entries for the media descriptor byte and the media type the descriptor denotes:</p>
<pre class="fixed_text">      F8    Fixed disk
<pre class="fixed_text">      F8    Fixed disk
       F0    3.5-inch, 2-sided, 18-sector
       F0    3.5-inch, 2-sided, 18-sector
Line 94: Line 94:
== REFERENCES ==
== REFERENCES ==


&quot;The MS-DOS Encyclopedia,&quot; Microsoft Press, 1988
"The MS-DOS Encyclopedia," Microsoft Press, 1988


</div>
</div>

Latest revision as of 08:17, 20 July 2020

Knowledge Base


Article ID: 101061

Article Last Modified on 11/19/1999



APPLIES TO

  • Microsoft MS-DOS 6.0 Standard Edition



This article was previously published under Q101061

SUMMARY

When you run CHKDSK on a logical MS-DOS or DoubleSpace-compressed drive, you may receive the following error message if the drive was not partitioned or formatted with MS-DOS utilities, or if the media descriptor byte in the file allocation table (FAT) for the drive is incorrect or corrupted:

Probable non-DOS disk
Continue (Y/N)?

MORE INFORMATION

This error message may occur for one of the following reasons:

  • The disk was not formatted with the MS-DOS FORMAT command or was partitioned using a nonstandard partitioning scheme. The CHKDSK command should be used only on MS-DOS disks. Confirm that the disk or drive is an MS-DOS disk and that it is formatted.

    Some disks not formatted with the MS-DOS FORMAT command may cause the CHKDSK command to display this message; however, the CHKDSK process may still function properly. If you have a nonstandard partitioning scheme, make sure the correct device drivers are loaded.
  • The media descriptor byte in one or both of the file allocation tables (FATs) for the drive producing the error message is incorrect or corrupted.

    If the drive has been partitioned and formatted with MS-DOS, you can use a disk editor (such a Norton DiskEdit) to edit the FAT. The FAT should be viewed as hexidecimal. The first byte in the FAT for a hard (fixed) disk should be "F8" (without the quotation marks). The following is an example of the first three lines of the FAT and the location of the media descriptor byte:

          00000000:  F8 FF FF FF 03 00 04 00 - 05 00 06 00 07 00 08 00
          00000010:  09 00 0A 00 0B 00 0C 00 - 0D 00 0E 00 0F 00 10 00
          00000020:  11 00 12 00 13 00 14 00 - 15 00 FF FF 17 00 18 00
                            

    WARNING: The above text is an example. You should NOT use a disk editor to change your FAT to match the above text.

    The media descriptor byte is the first two digits after the colon (:) in the first line, in this example. "F8." This is the correct setting for all MS-DOS formatted fixed disks (hard disk drives). Below is an abridged list of valid entries for the media descriptor byte and the media type the descriptor denotes:

          F8     Fixed disk
          F0     3.5-inch, 2-sided, 18-sector
          F9     3.5-inch, 2-sided, 9-sector
          F9     5.25-inch, 2-sided, 15-sector
          FC     5.25-inch, 1-sided, 9-sector
          FD     5.25-inch, 2-sided, 9-sector
          FE     5.25-inch, 1-sided, 8-sector
          FF     5.25-inch, 2-sided, 8-sector
          FE     8-inch, 1-sided, single-density
          FD     8-inch, 2-sided, single-density
          FE     8-inch, 2-sided, double-density
          FD     8-inch, 2-sided, double-density
                            


REFERENCES

"The MS-DOS Encyclopedia," Microsoft Press, 1988


Additional query words: dblspace 6.00 nondos

Keywords: KB101061