home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / fips15.zip / errors.txt < prev    next >
Text File  |  1995-08-23  |  9KB  |  198 lines

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