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

操作系统开发

开发平台:

C/C++

  1. FIPS Frequently Asked Questions
  2. -------------------------------
  3. Here are some questions that people asked me by email. This file may
  4. help you with some common problems. Please read it carefully before sending
  5. mail. If you want to know what FIPS is all about, read the file README.1ST.
  6. There are answers to the following questions:
  7. Q01. Since you can split partitions with FIPS, it should also be possible
  8.      to merge partitions, right?
  9. Q02. Can I reverse the changes that FIPS made to my harddisk?
  10. Q03. What if I did not keep the root and boot sector? Can I still undo the
  11.      partition split?
  12. Q04. I heard that the cluster size depends on the partition size and that
  13.      space usage is better with a small cluster size. Can I use FIPS to
  14.      decrease the cluster size of my hard disk?
  15. Q05. I want to split a large partition into three or four smaller ones.
  16.      Can I use FIPS multiple times?
  17. Q06. FIPS creates a second primary DOS partition by default. Is this allowed?
  18. Q07. What does the message "Info: Partition table inconsistency" mean?
  19. Q08. FIPS displays an error message and refuses to work. What should I do?
  20. Q09. FIPS does not recognize my SCSI disk.
  21. Q10. FIPS finds a partition with partition type 56h.
  22. Q11. FIPS seems to work fine, and DOS sees the new partition, but Linux
  23.      fdisk sees only one partition.
  24. Q12. Does FIPS work with Windows 95?
  25. ------------------------------------------------------------------------------
  26. Q01. Since you can split partitions with FIPS, it should also be possible
  27.      to merge partitions, right?
  28. A01.a
  29. -----
  30. NOT IN GENERAL. I don't want to go into technical details, just so much:
  31. Every DOS formatted partition has a file allocation table (FAT) that holds
  32. entries for every cluster of the partition. Usually one FAT is not large
  33. enough to hold the information for both partitions, so that partitions can
  34. not be easily joined. It is feasible, but I'm probably not going to incor-
  35. porate this into FIPS.
  36. So far I have heard of two software packages that claim to expand partitions.
  37. One is a free program called "Partition Resizer" (look for a file called
  38. presz???.zip on you favorite BBS or FTP server), the other is a commercial
  39. product called PartitionMagic by Powerquest. I did not try these yet.
  40. A01.b
  41. -----
  42. YES, if you split the partitions with FIPS before. As you may expect,
  43. the problem with the FAT does not exist in that case, since it was origi-
  44. nally formatted large enough. In fact the only thing required is resto-
  45. ring the original root and boot sector (it does not matter how the data
  46. on the partition changed in the meantime). This can be done with the
  47. program 'restorrb' which comes with FIPS. Please consider the following:
  48. - You must have the original image of the root and boot sector. For this
  49.   you _must_ save them to a floppy disk when FIPS offers that.
  50. - You must not format the first partition in the meantime (because then
  51.   a new FAT is generated which is probably too small).
  52. - The data on the second partition (the one that was generated by FIPS)
  53.   is lost, of course. The data on the first partition is preserved.
  54. ---------
  55. Q02. Can I reverse the changes that FIPS made to my harddisk?
  56. A02.
  57. ----
  58. Yes, see answer A01.b. Make sure that you keep the original root and boot
  59. sectors that you can save to floppy disk with FIPS.
  60. ---------
  61. Q03. What if I did not keep the root and boot sector? Can I still undo the
  62.      partition split?
  63. A03.
  64. ----
  65. Difficult. For the moment, your only option is to read the file TECHINFO.TXT
  66. to learn about the hard disk structures, recalculate the old partition
  67. and format info by hand and use a disk editor the change them. You must
  68. roughly proceed as follows (I will call the partition that was split off
  69. of the original partition the 'second' partition, the remaining part of
  70. the original partition the 'first' one):
  71. 1. Make sure there is no important data left on the second partition,
  72.    since it will be deleted. Make copies of all root and boot sectors
  73.    (on floppy disk!) in case you make a mistake. Also make sure that
  74.    you have a bootable DOS floppy with the disk editor on it. Backup
  75.    your data!
  76. 2. Choose 'edit physical drive' and 'edit partition table' in the disk
  77.    editor menu (assuming that your disk editor supports this).
  78. 3. Examine the table to make sure which two partitions you want to merge.
  79. 4. Take end head, cylinder, sector from the second partition and enter the
  80.    values in the corresponding fields of the first partition.
  81. 5. Add the number of sectors of the first partition to the number of sectors
  82.    of the second and enter the new value in the number of sectors field
  83.    of the first partition.
  84. 6. Delete the entry for the second partition completely (overwrite with
  85.    zeroes).
  86. 7. Look for the boot sector of the first partition and enter the new no.
  87.    of sectors in the no. of sectors field in the boot sector.
  88. Please make sure you know what you are doing. I can't take any responsibi-
  89. lity if you mess up your hard disk. Read the TECHINFO.TXT file carefully.
  90. ---------
  91. Q04. I heard that the cluster size depends on the partition size and that
  92.      space usage is better with a small cluster size. Can I use FIPS to
  93.      decrease the cluster size of my hard disk?
  94. A04.
  95. ----
  96. In the partition that you split off of the original partition, the cluster
  97. size is automatically adapted to the new size when you format it. In the
  98. original partition, you can not change the cluster size without reformat-
  99. ting and thereby deleting all data.
  100. If your new partition is big enough, you might copy the data to the new
  101. partition and format the old one, but be aware of two things:
  102. 1. You will not be able to reverse the partition split afterwards (see A1.a).
  103. 2. Newer format programs check to see if the partition has already been
  104.    formatted and in this case will preserve the format (to make data re-
  105.    covery easier in case the formatting was a mistake). You might have
  106.    to trick the format program into thinking that the partition is new.
  107.    Possibly the /u switch will do this (I have no possibility to check
  108.    this, please let me know if it works), but if not, you might have to use
  109.    a disk editor and overwrite the boot sector of the partition with zeroes
  110.    to invalidate it.
  111.    Note: I received a report that even overwriting the boot sector was not
  112.    enough. I can only imagine that there was still information in the
  113.    BIOS tables about the old format - I suggest to reboot after overwriting
  114.    the boot sector to clear all tables. Sometimes the DOS tools are just
  115.    too intelligent :-(
  116.    If you experience problems here, drop me a line.
  117. The usual cluster size of a partition is roughly as follows:
  118.   0 -  32MB     512   Bytes
  119.  32 -  64MB     1024  Bytes
  120.  64 - 128MB     2048  Bytes
  121. 128 - 256MB     4096  Bytes
  122. 256 - 512MB     8192  Bytes
  123. 512 -1024MB     16384 Bytes
  124. ---------
  125. Q05. I want to split a large partition into three or four smaller ones.
  126.      Can I use FIPS multiple times?
  127. A05.
  128. ----
  129. Yes. You must format the newly created partitions between successive uses
  130. of FIPS. Regarding the cluster size, consider the following example:
  131. - Suppose you want to split a 1GB hard disk into four partitions of
  132.   256K each.
  133. - The original partition is formatted with a cluster size of 16KB.
  134. - The first split is into 256KB / 768KB. The cluster size of the first
  135.   partition remains 16KB, although 4KB would be enough. It can only be
  136.   changed by reformatting, see A04.
  137. - The new partition of 768KB is formatted, still with a cluster size of 16KB.
  138. - The second split is made into 256KB / 256KB / 512KB.
  139. - The third partition is formatted with a cluster size of 8KB.
  140. - The third split is made into 256KB / 256KB / 256KB / 256KB.
  141. - The fourth partition is formatted with a cluster size of 4KB.
  142. - So now you have the cluster sizes 16K - 16K - 8K - 4K.
  143. - Since the second and third partition are still empty, it is possible
  144.   to reformat them to a cluster size of 4K. See A04. for details on
  145.   reformatting.
  146. ---------
  147. Q06. FIPS creates a second primary DOS partition by default. Is this allowed?
  148. A06.
  149. ----
  150. See the section 'What FIPS does' in FIPS.DOC for a discussion of this
  151. issue.
  152. ---------
  153. Q07. What does the message "Info: Partition table inconsistency" mean?
  154. A07.
  155. ----
  156. The partition table in the master boot record (root sector) consists of
  157. four entries with several fields each. The strange thing about this table
  158. is that some of the fields are redundant. Look here:
  159.      |        |     Start      |      |      End       | Start  |Number of|
  160. Part.|bootable|Head Cyl. Sector|System|Head Cyl. Sector| Sector |Sectors  |  MB
  161. -----+--------+----------------+------+----------------+--------+---------+----
  162. 1    |    yes |   0  148      1|   83h|  15  295     63|  149184|   149184|  72
  163. 2    |     no |   1    0      1|   06h|  15  139     63|      63|   141057|  68
  164. 3    |     no |   0  140      1|   06h|  15  147     63|  141120|     8064|   3
  165. 4    |     no |   0    0      0|   00h|   0    0      0|       0|        0|   0
  166. The start and end (head/cylinder/sector) values can be calculated from the
  167. start sector and number of sectors (after inquiring the BIOS about the number
  168. of heads and number of sectors per track), and in fact that's exactly what
  169. DOS does. These field are completely unused by DOS (and every other OS that
  170. I know of), so they could as well be set to all zeroes. It does however not
  171. hurt to keep them in a consistent state.
  172. When fdisk creates a partition table entry, it should enter the correct
  173. values in these fields. Now how can there be an inconsistency? There are
  174. at least two possibilities:
  175. 1. Some fdisk programs seem to write incorrect values, especially end
  176. cylinders that are off by one or two.
  177. 2. You have an EIDE drive that uses address translation. Modern hard disks
  178. usually have more than 1024 cylinders, but DOS does not allow for cylinder
  179. numbers greater than 1024. This caused the hard disk controller manufacturers
  180. to implement a trick: they decrease the number of cylinders and increase
  181. the number of heads that DOS is told when asking for the drive geometry.
  182. So DOS thinks it has a drive with e.g. 63 sectors, 32 heads and 1000
  183. cylinders, whereas the correct values are 63 sectors, 16 heads, 2000
  184. cylinders. Now if DOS asks for the first sector on cylinder 500, it
  185. really gets the first sector on cylinder 1000. This trick is called
  186. address translation.
  187. Some newer EIDE drives allow the address translation to be switched
  188. on and off in the BIOS. In some cases this is changed after the disk
  189. is formatted. This means that the drive geometry that DOS gets when
  190. querying the disk controller differs from the geometry that the drive
  191. was formatted with and which is reflected in the partition table. This
  192. is no problem for DOS, but it was a problem for FIPS until release 1.4.
  193. In the current release, if FIPS detects this kind of problem, it will
  194. adapt the partition table to the changed disk geometry.
  195. The bottomline is that you need not worry about this message, it is
  196. perfectly normal.
  197. ---------
  198. Q08. FIPS displays an error message and refuses to work. What should I do?
  199. A08.
  200. ----
  201. Although this is already addressed in FIPS.DOC, I can not emphasize it
  202. enough: If you send me email, please include the _DEBUG SCRIPT_ that you can
  203. produce with the -d switch. If you don't, I will have to ask you for it,
  204. and it will take longer to solve your problem.
  205. ---------
  206. Q09. FIPS does not recognize my SCSI disk.
  207. A09.
  208. ----
  209. There exist older SCSI adapters (an Adaptec 1524 was reported to have that
  210. 'feature') that need a device driver that is loaded from the config.sys
  211. before the disk can be accessed (i.e. the system must be booted from a
  212. second hard disk or floppy). This device driver does not provide a 'BIOS
  213. level' interface but a 'DOS level' interface to the hard disk (for the
  214. technicians: it hooks into the DOS interrupt 21h instead of the BIOS inter-
  215. rupt 13h). This means that the partition table can only be accessed via a
  216. special fdisk program that knows about the adapters' internals. FIPS will
  217. not work on these drives (and in fact even DOS' fdisk won't either).
  218. Possibly there exists a newer driver for that adapter that will provide a
  219. BIOS level interface - ask the manufacturer.
  220. ---------
  221. Q10. FIPS only finds a partition with partition type 56h, no DOS partition.
  222. A10.
  223. ----
  224. You have OnTrack Disk Manager installed. Read the relevant section in
  225. SPECIAL.DOC.
  226. ---------
  227. Q11. FIPS seems to work fine, and DOS sees the new partition, but Linux
  228.      fdisk sees only one partition.
  229. A11.
  230. ----
  231. Somehow DOS loads a different partition table than the one in the master
  232. boot record.
  233. There are two possible causes:
  234. 1. You use a device driver like OnTrack Disk Manager. See the file
  235. SPECIAL.DOC
  236. 2. You have a virus in the master boot record. This does not happen often,
  237. but it is quite possible. Some viruses install themselves in the MBR and
  238. copy the original MBR to some other place. When DOS tries to access the
  239. partition table, the virus intercepts the BIOS call and returns the backup
  240. copy, in order to hide from possible detection. Check this with a virus
  241. scanner after booting from a clean DOS boot disk. You can remove a virus
  242. from the MBR by using DOS fdisk with the /mbr option, but be aware that
  243. in this case the 'backup' partition table is not restored. Thus the boot
  244. sector will contain the new info as changed by FIPS, but the partition table
  245. will contain the original (single partition) setup. This inconsistency
  246. must be corrected (e.g. with a disk editor).
  247. ---------
  248. Q12. Does FIPS work with Windows 95?
  249. A12.
  250. ----
  251. Yes. The file system of Windows 95 is the same as that of DOS. The only
  252. difference are the long file names, but FIPS works on a level below the
  253. directory level, so this is not a problem. Several people reported that
  254. FIPS worked flawlessly on a Win 95 partition.