home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / copy / fips12 / fips.faq < prev    next >
Text File  |  1995-12-11  |  8KB  |  231 lines

  1. FIPS Frequently Asked Questions
  2. -------------------------------
  3.  
  4. Here are some questions that people asked me by email. This file may
  5. help you with some common problems. Please read it carefully before sending
  6. mail. If you want to know what FIPS is all about, read the file README.1ST.
  7.  
  8. There are answers to the following questions:
  9.  
  10.  
  11. Q01. Since you can split partitions with FIPS, it should also be possible
  12.      to merge partitions, right?
  13.  
  14. Q02. Can I reverse the changes that FIPS made to my harddisk?
  15.  
  16. Q03. What if I did not keep the root and boot sector? Can I still undo the
  17.      partition split?
  18.  
  19. Q04. I heard that the cluster size depends on the partition size and that
  20.      space usage is better with a small cluster size. Can I use FIPS to
  21.      decrease the cluster size of my hard disk?
  22.  
  23. Q05. I want to split a large partition into three or four smaller ones.
  24.      Can I use FIPS multiple times?
  25.  
  26. Q06. FIPS creates a second primary DOS partition by default. Is this allowed?
  27.  
  28. Q07. FIPS complains 'Partition Table Corrupt - end: partition ...'. What
  29.      should I do?
  30.  
  31. Q08. FIPS displays an error message and refuses to work. What should I do?
  32.  
  33.  
  34. ------------------------------------------------------------------------------
  35.  
  36. Q01. Since you can split partitions with FIPS, it should also be possible
  37.      to merge partitions, right?
  38.  
  39. A01.a
  40. -----
  41. NOT IN GENERAL. I don't want to go into technical details, just so much:
  42. Every DOS formatted partition has a file allocation table (FAT) that holds
  43. entries for every cluster of the partition. Usually one FAT is not large
  44. enough to hold the information for both partitions, so that partitions can
  45. not be easily joined. It is feasible, but I'm certainly not the one who is
  46. going to do this, unless somebody is willing to pay a large sum of money
  47. for it ;-)
  48. So far I do not know of any software that does this and is available to
  49. the public.
  50.  
  51. A01.b
  52. -----
  53. YES, if you split the partitions with FIPS before. As you may expect,
  54. the problem with the FAT does not exist in that case, since it was origi-
  55. nally formatted large enough. In fact the only thing required is resto-
  56. ring the original root and boot sector (it does not matter how the data
  57. on the partition changed in the meantime). This can be done with the
  58. program 'restorrb' which comes with FIPS. Please consider the following:
  59.  
  60. - You must have the original image of the root and boot sector. For this
  61.   you _must_ save them to a floppy disk when FIPS offers that.
  62.  
  63. - You must not format the first partition in the meantime (because then
  64.   a new FAT is generated which is probably too small).
  65.  
  66. - The data on the second partition (the one that was generated by FIPS)
  67.   is lost, of course. The data on the first partition is preserved.
  68.  
  69.  
  70. ---------
  71.  
  72. Q02. Can I reverse the changes that FIPS made to my harddisk?
  73.  
  74. A02.
  75. ----
  76. Yes, see answer A01.b. Make sure that you keep the original root and boot
  77. sectors that you can save to floppy disk with FIPS.
  78.  
  79.  
  80. ---------
  81.  
  82. Q03. What if I did not keep the root and boot sector? Can I still undo the
  83.      partition split?
  84.  
  85. A03.
  86. ----
  87. Difficult. For the moment, your only option is to read the file TECHINFO.TXT
  88. to learn about the hard disk structures, recalculate the old partition
  89. and format info by hand and use a disk editor the change them. You must
  90. roughly proceed as follows (I will call the partition that was split off
  91. of the original partition the 'second' partition, the remaining part of
  92. the original partition the 'first' one):
  93.  
  94.  
  95. 1. Make sure there is no important data left on the second partition,
  96.    since it will be deleted. Make copies of all root and boot sectors
  97.    (on floppy disk!) in case you make a mistake. Also make sure that
  98.    you have a bootable DOS floppy with the disk editor on it. Backup
  99.    your data!
  100.  
  101. 2. Choose 'edit physical drive' and 'edit partition table' in the disk
  102.    editor menu (assuming that your disk editor supports this).
  103.  
  104. 3. Examine the table to make sure which two partitions you want to merge.
  105.  
  106. 4. Take end head, cylinder, sector from the second partition and enter the
  107.    values in the corresponding fields of the first partition.
  108.  
  109. 5. Add the number of sectors of the first partition to the number of sectors
  110.    of the second and enter the new value in the number of sectors field
  111.    of the first partition.
  112.  
  113. 6. Delete the entry for the second partition completely (overwrite with
  114.    zeroes).
  115.  
  116. 7. Look for the boot sector of the first partition and enter the new no.
  117.    of sectors in the no. of sectors field in the boot sector.
  118.  
  119.  
  120. Please make sure you know what you are doing. I can't take any responsibi-
  121. lity if you mess up your hard disk. Read the TECHINFO.TXT file carefully.
  122.  
  123.  
  124. ---------
  125.  
  126. Q04. I heard that the cluster size depends on the partition size and that
  127.      space usage is better with a small cluster size. Can I use FIPS to
  128.      decrease the cluster size of my hard disk?
  129.  
  130. A04.
  131. ----
  132. In the partition that you split off of the original partition, the cluster
  133. size is automatically adapted to the new size when you format it. In the
  134. original partition, you can not change the cluster size without reformat-
  135. ting and thereby deleting all data.
  136.  
  137. If your new partition is big enough, you might copy the data to the new
  138. partition and format the old one, but be aware of two things:
  139.  
  140. 1. You will not be able to reverse the partition split afterwards (see A1.a).
  141.  
  142. 2. Newer format programs check to see if the partition has already been
  143.    formatted and in this case will preserve the format (to make data re-
  144.    covery easier in case the formatting was a mistake). You might have
  145.    to trick the format program into thinking that the partition is new.
  146.    Possibly the /u switch will do this (I have no possibility to check
  147.    this, please let me know if it works), but if not, you might have to use
  148.    a disk editor and overwrite the boot sector of the partition with zeroes
  149.    to invalidate it.
  150.  
  151. The usual cluster size of a partition is roughly as follows:
  152.  
  153.   0 -  32KB    512   Bytes
  154.  32 -  64KB    1024  Bytes
  155.  64 - 128KB    2048  Bytes
  156. 128 - 256KB    4096  Bytes
  157. 256 - 512KB    8192  Bytes
  158. 512 -1024KB    16384 Bytes
  159.  
  160.  
  161. ---------
  162.  
  163. Q05. I want to split a large partition into three or four smaller ones.
  164.      Can I use FIPS multiple times?
  165.  
  166. A05.
  167. ----
  168. Yes. You must format the newly created partitions between successive uses
  169. of FIPS. Regarding the cluster size, consider the following example:
  170.  
  171. - Suppose you want to split a 1GB hard disk into four partitions of
  172.   256K each.
  173.  
  174. - The original partition is formatted with a cluster size of 16KB.
  175.  
  176. - The first split is into 256KB / 768KB. The cluster size of the first
  177.   partition remains 16KB, although 4KB would be enough. It can only be
  178.   changed by reformatting, see A04.
  179.  
  180. - The new partition of 768KB is formatted, still with a cluster size of 16KB.
  181.  
  182. - The second split is made into 256KB / 256KB / 512KB.
  183.  
  184. - The third partition is formatted with a cluster size of 8KB.
  185.  
  186. - The third split is made into 256KB / 256KB / 256KB / 256KB.
  187.  
  188. - The fourth partition is formatted with a cluster size of 4KB.
  189.  
  190. - So now you have the cluster sizes 16K - 16K - 8K - 4K.
  191.  
  192. - Since the second and third partition are still empty, it is possible
  193.   to reformat them to a cluster size of 4K. See A04. for details on
  194.   reformatting.
  195.  
  196.  
  197. ---------
  198.  
  199. Q06. FIPS creates a second primary DOS partition by default. Is this allowed?
  200.  
  201.  
  202. A06.
  203. ----
  204. See the section 'What FIPS does' in FIPS.DOC for a discussion of this
  205. issue.
  206.  
  207.  
  208. ---------
  209.  
  210. Q07. FIPS complains 'Partition Table Corrupt - end: partition ...'. What
  211.      should I do?
  212.  
  213. A07.
  214. ----
  215. There are several things that may cause this, and I'm currently trying
  216. to adapt FIPS to several special configurations. Please send me the FIPS
  217. debug script produced with the -d switch, so I can tell you more. The more
  218. debug scripts I get, the more likely it is that I can correct the problem.
  219.  
  220.  
  221. ---------
  222.  
  223. Q08. FIPS displays an error message and refuses to work. What should I do?
  224.  
  225. A08.
  226. ----
  227. Although this is already addressed in FIPS.DOC, I can not emphasize it
  228. enough: If you send me email, please include the _DEBUG SCRIPT_ that you can
  229. produce with the -d switch. If you don't, I will have to ask you for it,
  230. and it will take longer to solve your problem.
  231.