README.1ST
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:5k
源码类别:

操作系统开发

开发平台:

C/C++

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