home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / fips15.zip / readme.1st < prev    next >
Text File  |  1995-10-30  |  5KB  |  116 lines

  1. This is FIPS v1.5
  2.  
  3. FIPS is a program for non-destructive splitting of harddisk partitions.
  4.  
  5. IMPORTANT:
  6. Please _carefully_ read the file FIPS.DOC for instructions on the use of
  7. FIPS. FIPS is _not_ self documenting. I urge you to read at least sections
  8. 2, 5, 7 and 8. In case of problems read 4, 9 and 10 and the file FIPS.FAQ.
  9.  
  10. Muto Toshihisa has been so kind as to translate the docs into japanese.
  11. They are available in Japan from NIFTY-Serve as FPCUPRO LIB1 #463.
  12. Japanese users will hopefully know what this means.
  13.  
  14. One frequent problem people encounter is that their defragmentation program
  15. leaves unmovable sectors at the end of the partition. It is addressed in
  16. detail in FIPS.DOC. Other frequently asked questions are answered in the
  17. file FIPS.FAQ.
  18.  
  19. If you use OS/2, a disk driver like OnTrack Disk Manager or a disk com-
  20. pressor like Stacker, please read the relevant sections in the file
  21. SPECIAL.DOC.
  22.  
  23. The changes from previous version are listed in the file HISTORY.TXT.
  24. The latest version is available from my FIPS WWW page at
  25.  
  26. http://www.student.informatik.th-darmstadt.de/~schaefer/fips.html
  27.  
  28.  
  29. FIPS has been out for about two years by now. It has been used by many
  30. people on the Internet successfully. No serious bugs have been reported.
  31. Nevertheless one can never be sure one hundred percent. FIPS reads and writes
  32. the essential harddisk sectors, so an undiscovered bug may still corrupt your
  33. harddisk. Use at your own risk!
  34. If you want to make sure not to lose any data, make a complete backup before
  35. using it (in this case you at least save yourself the time needed for re-
  36. storing if it works).
  37.  
  38. However, every effort has been made to provide a maximum of safety. When
  39. there is anything suspicious with the hard disk, the program will typically
  40. exit with an error message, even if DOS doesn't complain.
  41. If an error occurs, an error message is displayed together with a short
  42. explanation. If you don't know what to make of it, read FIPS.DOC and
  43. FIPS.FAQ.
  44.  
  45. If you still can't resolve the problem, make a transcript of your session
  46. using the -d switch and send it to me at schaefer@rbg.informatik.
  47. th-darmstadt.de. I usually try to answer within two or three days. Please
  48. understand that the support for FIPS takes a considerable amount of time,
  49. so that it may happen that I put back some of the harder problems and then
  50. forget about them. In this case it may help to send another mail.
  51.  
  52. If you want to know how FIPS works, read the file TECHINFO.TXT. If you have
  53. additions or corrections to make, please let me know.
  54.  
  55. FIPS is free under the GNU GENERAL PUBLIC LICENSE (GPL). See the file COPYING.
  56. You may freely redistribute FIPS under the condition that you include all of
  57. the files listed below without changes. If you modify it, you must follow
  58. the conditions of the GPL.
  59.  
  60. I hold the copyright of FIPS. If you want to use parts of the source code in
  61. your programs, you may do so under the conditions of the GPL. Of course I
  62. would like to hear about it. If you want to use the code in a program that
  63. is not covered by the GPL (shareware or commercial), I will probably agree
  64. also, but you must ask me first.
  65.  
  66. You should have received the following files in this archive:
  67.  
  68. CALCULAT.CPP    - calculation of the new root-/bootsector
  69. CHECK.CPP       - checking of the root-/bootsector
  70. CMDL_ARG.CPP    - evaluation of commandline arguments
  71. DISK_IO.CPP     - low level disk io
  72. FAT.CPP         - some operations on the FAT
  73. GLOBAL.CPP      - global procedures
  74. HDSTRUCT.CPP    - harddisk specific code
  75. FIPSSPEC.CPP    - FIPS-specific adaption of harddisk classes
  76. INPUT.CPP       - User input
  77. LOGDR_ST.CPP    - operations on logical drive
  78. MAIN.CPP        - main()
  79. SAVE.CPP        - saving root- and bootsector
  80. HOST_OS.CPP     - OS detection
  81. DISK_IO.H       - low level disk io classes
  82. FAT.H           - FAT classes
  83. GLOBAL.H        - global definitions
  84. HDSTRUCT.H      - harddisk specific classes
  85. FIPSSPEC.H      - FIPS-specific adaption of harddisk classes
  86. INPUT.H         - user input prototypes
  87. LOGDR_ST.H      - logical drive classes
  88. TYPES.H         - global type definitions
  89. HOST_OS.H       - The class host_os
  90. PRIMPART.H      - class for primary partitions
  91. GETOPT.C        - Simple UNIX getopt clone for commandline parsing
  92. GETOPT.H        - prototypes etc. for for GETOPT.C
  93. VERSION.H       - FIPS version
  94.  
  95. RTYPES.H        - type definitions for RESTORRB
  96. RESTORRB.C      - a program that restores root and boot sector
  97. RVERSION.H      - RESTORRB version
  98.  
  99. FIPS.EXE        - the executable of FIPS
  100. RESTORRB.EXE    - the executable of RESTORRB
  101. COPYING         - the GNU general public license
  102. README.1ST      - this file
  103. FIPS.DOC        - the documentation of FIPS
  104. SPECIAL.DOC     - special topics: OS/2, Stacker, OnTrack Disk Manager
  105. FIPS.FAQ        - some frequently asked questions with answers
  106. TECHINFO.TXT    - technical info on FIPS
  107. ERRORS.TXT      - a brief explanation of FIPS' error messages
  108. HISTORY.TXT     - the revision history
  109.  
  110. If you lack any of these files, try to get the original archive. If you can't
  111. find it, contact me.
  112.  
  113.  
  114. Arno Schaefer
  115. schaefer@rbg.informatik.th-darmstadt.de
  116.