ERRORS.TXT
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:9k
源码类别:

操作系统开发

开发平台:

C/C++

  1. Table of Errors:
  2. Most of these will prevent the hard disk from working correctly under DOS, so
  3. it's not likely that you ever get these errors.
  4. Invalid root sector signature
  5.   The last two bytes of the root sector should be 55 AA (hex).
  6.   This is a serious error and usually prevents the hard disk from being
  7.   accessible under DOS. You can use 'fdisk /mbr' after booting from a
  8.   floppy disk to write a correct root sector.
  9. Calculation error
  10.   Oops, this is a bug in FIPS. The changed root sector is defective. Please
  11.   send a bug report to schaefer@rbg.informatik.th-darmstadt.de
  12. Overlapping partitions
  13.   The partition table contains overlapping partitions. This is a serious
  14.   problem and should not happen.
  15. Invalid jump instruction in boot sector
  16.   The first three bytes of the boot sector must be a 3-byte jump (E9 xx xx)
  17.   or a 2-byte jump (EB xx 90). Perhaps the partition is not yet formatted.
  18.   FIPS can only split DOS-formatted partitions.
  19. Invalid boot sector
  20.   The last two bytes of the boot sector must be 55 AA (hex)
  21. Can't handle number of bytes per sector
  22.   The number of bytes per sector must be 512
  23. Number of sectors per cluster must be a power of 2
  24.   Only 1, 2, 4, 8, 16, 32, 64 or 128 are allowed
  25. Partition must have 2 FATs
  26.   Every DOS partition has 2 copies of the FAT
  27. Number of root directory entries must not be zero
  28.   Sounds reasonable, doesn't it?
  29. Number of hidden sectors incorrect
  30.   The number of hidden sectors in the boot sector must match the number
  31.   of the start sector in the partition table
  32. 12-bit FAT not supported
  33.   FIPS can't split partitions with a 12-bit FAT
  34. Number of sectors (short) must be zero
  35.   For partitions with more than 65536 sectors (BIGDOS) the number of sectors
  36.   (short) must be zero
  37. Number of sectors (short) does not match partition info
  38.   The number of sectors in the partition table must match the number of
  39.   sectors in the boot sector
  40. Number of sectors (long) does not match partition info
  41.   The number of sectors in the partition table must match the number of
  42.   sectors in the boot sector
  43. Invalid drive number
  44.   Only the numbers 128 - 255 are valid drive numbers
  45. Error reading FAT 1
  46.   Read error - bad sector
  47. Error reading FAT 2
  48.   Read error - bad sector
  49. FAT copies differ
  50.   The two copies of the FAT differ - use 'chkdsk /f' to correct this
  51. New partition not empty
  52.   The New Partition is not empty. Apparently this is a bug in FIPS, since
  53.   the empty space of the partition has been determined before. Please
  54.   send a bug report to schaefer@rbg.informatik.th-darmstadt.de
  55. Too many drives found
  56.   FIPS can handle up to 9 drives - that should be enough for most PCs :-)
  57. No compatible hard disk found
  58.   Hey, where is your drive? Perhaps your hard disk is not int 13h compatible.
  59. No valid partition found
  60.   All partitions in the partition table are empty
  61. No free partition
  62.   All four partitions are in use
  63. Error reading drive geometry
  64.   Interrupt 13h 08h returned an error code
  65. Drive initialization failure
  66.   Interrupt 13h 00h returned an error code
  67. Error reading root sector
  68.   Read error - bad sector, wrong drive number or incompatible harddrive
  69. Can't split extended partitions
  70.   FIPS can not yet split extended DOS partitions
  71. Unknown file system
  72.   Only DOS partitions can be split (system indicator byte must be 4 or 6)
  73. Error reading boot sector
  74.   Read error - bad sector
  75. Partition too small - can't split
  76.   If the partition has only slightly more than 4085 clusters, it can't be
  77.   split any further without rewriting the FAT to 12 bit.
  78. Last cylinder is not free
  79.   Since the new partition is created at the end of the old one and
  80.   contains at least one cylinder, the partition can not be split if
  81.   not at least the very last cylinder is completely free.
  82.   Probably there is a hidden file like 'image.idx' or 'mirorsav.fil'
  83.   in the last cylinder - see the doc.
  84. Error writing root sector
  85.   Write error - perhaps the disk is write protected?
  86. Error writing boot sector
  87.   Write error :-( - this will hopefully never happen ...
  88. Too many save files on disk
  89.   There can only be ten save files on one floppy disk (rootboot.000 to
  90.   rootboot.009). Delete some or use another floppy disk.
  91. Can't open file
  92.   FIPS tried to write the file rootboot.00? to drive A: but an error occured
  93.   Try using another floppy disk
  94. Error writing file
  95.   FIPS tried to write the file rootboot.00? to drive A: but an error occured
  96.   Try using another floppy disk
  97. Error closing file
  98.   FIPS tried to write the file rootboot.00? to drive A: but an error occured
  99.   Try using another floppy disk
  100. Warnings:
  101. These will not cause FIPS to exit, since they are not really errors. If you
  102. have the possibility to correct the problem, do it; if not, this will not
  103. affect DOS, so you should be safe.
  104. More than one active partition
  105.   More than one partition is marked 'active' in the partition table.
  106.   There are some boot programs that do not complain about more than one
  107.   active partition - they will just use the first one. If you have such
  108.   a program in your root sector and the PC boots normally, you may ignore
  109.   this message. Otherwise use fdisk to correct the error.
  110. Invalid active flag
  111.   The 'active' flag of a partition should be either 80h or 0.
  112.   By modifying the active flag and the boot program it is theoretically
  113.   possible to boot from the second harddrive. If you happen to have such
  114.   a configuration, ignore this message. Otherwise you can delete the flag
  115.   now.
  116. Partition table inconsistency
  117.   FIPS has detected that the 'physical' start or end sector (head/cylinder/
  118.   sector) do not match with the 'logical' start/end sector. This is not
  119.   an error since the 'physical' values are redundant and not used anyway.
  120.   There are many configurations where the values differ. This message is
  121.   meant only to inform you that FIPS has adapted the 'physical' values
  122.   according to the current drive geometry. So don't be alarmed by an unex-
  123.   pected cylinder range.
  124. Invalid partition entry
  125.   The partition entry contains data, but the system indicator is 0 (empty).
  126.   Attention: FIPS will possibly overwrite this entry. Make sure this is no
  127.   valid Partition (temporarily disabled etc.)
  128. No active partition
  129.   No partition in the partition table is marked active. Normally you will
  130.   not be able to boot from this disk. Use fdisk to correct that.
  131. Partition does not end on cylinder boundary
  132.   All partitions should end on a cylinder boundary
  133. Partition does not begin on cylinder boundary
  134.   Normally, all partitions except the first one should begin on head 0,
  135.   sector 1 of a cylinder. This is not required by DOS, however.
  136. Free space between partitions
  137.   There is free space on the harddisk that is not covered by a partition
  138. Number of reserved sectors should be 1
  139.   The boot sector uses only 1 sector, so the number of reserved sector
  140.   is usually 1. If you can access your drive, do not attempt to change this.
  141. Number of root directory entries must be multiple of 16
  142.   One sector of the root directory contains 16 entries. An invalid number
  143.   of root directory entries is accepted by DOS but causes problems.
  144. Wrong media descriptor byte in boot sector
  145.   The media descriptor byte should be F8h for a harddisk, but other values
  146.   like FCh are accepted by DOS (perhaps used for removable media ?).
  147. FAT too large
  148.   Since the number of sectors per FAT is a 2 byte number, it is theoretically
  149.   possible to have up to 65535 sectors per FAT. A number of FAT sectors
  150.   greater than 256 is accepted by DOS, but not useful, since the largest
  151.   possible FAT has 2 bytes * 64K entries = 128K = 256 * 512 bytes. If you can
  152.   access the drive, do not attempt to change this.
  153. FAT too small
  154.   If the number of clusters in the partition is larger than there are entries
  155.   in the FAT, DOS uses only part of the partition. Something has gone *very*
  156.   wrong with this partition, but all is not lost - reduce the partition to a
  157.   size that can be properly managed.
  158. Sectors per track incorrect
  159.   The number of sectors per track in the boot sector does not match the actual
  160.   drive geometry reported by the BIOS
  161. Number of drive heads incorrect
  162.   The number of drive heads in the boot sector does not match the actual
  163.   drive geometry reported by the BIOS
  164. Wrong system indicator byte
  165.   For BIGDOS Partitions the System Indicator Byte should be 6; for DOS16
  166.   Partitions it should be 4
  167. Wrong signature
  168.   Partitions with 32-bit sector numbers (since DOS 4.0+) have an 'extended
  169.   Bios Parameter Block' in the boot sector, its signature byte is 29h. This
  170.   is however totally ignored by DOS.
  171. Drive number in boot sector does not match actual drive number
  172.   The drive number in the boot sector does not match the drive number by which
  173.   the drive is accessed
  174. Wrong media descriptor byte in FAT
  175.   The first byte of each FAT is the Media Descriptor - it should be F8h
  176.   for a hard disk, but other values like FCh are accepted by DOS (perhaps
  177.   used for removable media ?).
  178. Wrong FAT entries 1 & 2
  179.   A 16-bit FAT should start with F8 FF FF FF
  180. Can't open debug file
  181.   The debug file is created in the current directory - make sure it is
  182.   writable