home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / dfsee510.zip / readme.txt < prev    next >
Text File  |  2003-01-14  |  5KB  |  128 lines

  1.  
  2. Installation
  3. ============
  4.  
  5. The standard distribution of DFSee (DFSEE.ZIP) contains all the
  6. files you will need to use it. There are several versions of the
  7. DFSee executable (DOS, Win-NT and OS/2) and there are some batch
  8. files like DFSUNFD. Then there are a bunch of dfs*.txt files that
  9. contain detailed information about DFSee and the commands.
  10.  
  11. So, just unzip DFSEE.ZIP in a directory of your choice ...
  12.  
  13. IMPORTANT: When you are new to DFSee,  I recommend you use the
  14.            DFSTART script to start with.  It will collect some
  15.            very usefull backup files the first time it is used
  16.  
  17. DFSee is a swiss-army knife of disk-tools packaged in a single
  18. executable file (.EXE). There is really no need for 'installing'
  19. anything, as long as the executable can be found.
  20. (in the PATH for instance).
  21.  
  22. So make sure the executable is in a tools directory or a directory
  23. of its own, and make sure that directory is in the PATH to make it
  24. more convenient. The only thing that IS a bit important is that
  25. the registration file needs to be in a directory in the PATH as
  26. well, and must be renamed to the fixed name: 'dfsee.key'.
  27.  
  28. Available executables:
  29.  
  30. - DFSOS2.EXE    The OS/2 executable, full function including REXX
  31. - DFSWIN.EXE    The Win-NT/2000/XP executable, full function no REXX
  32. - DFSDOS.EXE    The (extended) DOS executable, full function
  33.  
  34.  
  35. Important backups
  36. =================
  37.  
  38. I advise to keep a copy of DFSDOS.EXE on a DOS boot-diskette for
  39. emergency purposes.
  40.  
  41. Then an important backup command to used on your existing system(s)
  42. as a preventive measure:
  43.  
  44. DFS.EXE psave * filename  Some short description of your system
  45.  
  46. Will make a backup of all important partition-table and bootsectors
  47. to a relatively small file that be used in cases or emergency to
  48. restore them (with prestore).
  49.  
  50. Use a meaningfull 'filename' for each different system you backup.
  51. (of course it works just as well with DFSDOS.EXE or DFSNT.EXE)
  52.  
  53. For extra information on the systems you could also run the
  54. DFSUNFD.CMD or DFSUNFD.BAT script that comes with DFSee.
  55. It will create one DFSUNFDx.LOG file for each physical harddisk
  56. in the system.
  57.  
  58. Note: The DFSUNFD and PSAVE stuff above is included in DFSTART,
  59.       so if you use that you are on the safe side!
  60.  
  61.  
  62. Online Help
  63. ===========
  64.  
  65. As a command-line program, DFSee has limited online help, usefull
  66. to check the syntax and parameters. The following is available:
  67.  
  68. 'help'  command  : This will display a short introduction and a few
  69.                    important selection commands.
  70.  
  71. '??'    command  : List all generic commands, available in every mode
  72.  
  73. '?'     command  : List all commands specific to the current mode
  74.  
  75. '???'   command  : List sector-types recognized in the current mode
  76.  
  77. DFSEE   -?       : List available switches for the DFSee executable
  78.                    from the operating-system commandline.
  79.                    The switches set some preferences and options like
  80.                    windowing, using a logfile and batch-mode.
  81.                    (DFSEE can be DFSOS2.EXE, DFSDOS.EXE, DFSWIN.EXE etc)
  82.  
  83. Most commands that require parameters will also display a short usage
  84. and help when called without any parameters, or sometimes when called
  85. with the parameter '-?'
  86.  
  87. Finally, whenever a (confirmation) dialogwindow is presented to ask a
  88. question or get other input, you can use the <F1> functionkey to get
  89. additional help on that specific dialog or question.
  90.  
  91.  
  92. Recommended reading
  93. ===================
  94.  
  95. DFSee is a rather complex program with dozens of commands that could
  96. be used. You will need some time and effort to master that complexity.
  97.  
  98. All commands and some generic topics are covered in DFSxxxx.txt files:
  99.  
  100. - DFSEE.TXT     = A short introduction to DFSee and its concepts
  101. - DFSINST.TXT   = short installation description
  102. - DFSPROMO.TXT  = A short promotional text on DFSee and its concepts
  103. - DFSHOWTO.TXT  = An ever growing collection of recovery scenario's and
  104.                   other usefull DFSee usage examples
  105. - DFSTERMS.TXT  = A terminology reference about DFSee and partitioning
  106. - DFSCMDS.TXT   = The main command-reference with all generic commands
  107. - DFSFDISK.TXT  = The FDISK (partitioning) command reference
  108. - DFSHPFS.TXT   = Command reference specific to the HPFS filesystem
  109. - DFSNTFS.TXT   = Command reference specific to the NTFS filesystem
  110. - DFSFAT.TXT    = Command reference specific to the FAT  filesystems
  111. - DFSJFS.TXT    = Command reference specific to the JFS  filesystem
  112. - DFSCRIPT.TXT  = Reference for using command-scripts with DFSee
  113. - DFSHIST.TXT   = History of changes for DFSee, known bugs and wish-list
  114. - DFSYNTAX.TXT  = Syntax rules for DFSee command, parameters and options
  115. - DFSUNFD.TXT   = Description and examples of the DFSUNFD procedure
  116.  
  117.  
  118. There is some additional material on the DFSee website, like links to
  119. reviews and tutorials by others:
  120.  
  121.         http://www.dfsee.com/dfsee.htm#intro
  122.  
  123. And a few presentations that explain some background on DFSee and
  124. filesystems. (Lotus Freelance format, and low-quality HTML)
  125.  
  126.         http://www.dfsee.com/present
  127.  
  128.