home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / os2 / ihpfs113 / ihpfs.doc < prev    next >
Encoding:
Text File  |  1994-06-29  |  4.6 KB  |  132 lines

  1.  
  2.  
  3.  
  4.                                  iHPFS
  5.                             An Installable
  6.                           HPFS Driver for DOS
  7.                  Copyright (c) 1993-94, Marcus Better
  8.                                    
  9.                              Version 1.13
  10.                              April 8, 1994
  11.                                    
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. Overview
  20.  
  21. The  OS/2  operating  system introduces a new file  system,  the  High
  22. Performance File System (HPFS). HPFS has many advantages over the  FAT
  23. system  that  DOS  uses. However, it is usually impossible  to  access
  24. files on an HPFS partition unless the computer has booted in OS/2.
  25.  
  26. iHPFS  makes it possible for OS/2 users to reach files and directories
  27. on  their  HPFS  partitions when they boot with plain  DOS.  The  HPFS
  28. partition is assigned a drive letter, and can be accessed like any DOS
  29. drive  - although the current version of iHPFS is restricted to  read-
  30. only access.
  31.  
  32. iHPFS  is  easy to install and convenient to use, as it acts like  any
  33. DOS  drive. Files and programs on the HPFS partition may be  read  and
  34. executed, or copied to another drive.
  35.  
  36.  
  37.  
  38. Disclaimer and License Agreement
  39.  
  40. iHPFS  is  supplied  as  is.  The  author  disclaims  all  warranties,
  41. expressed or implied, including, without limitation, the warranties of
  42. merchantability and of fitness for any purpose. The author assumes  no
  43. liability for damages, direct or consequential, which may result  from
  44. the use of iHPFS.
  45.  
  46. You  may copy iHPFS on the following conditions: iHPFS must be  copied
  47. in  unmodified form, and this documentation, also unmodified, must  be
  48. included in the copy.
  49.  
  50. You  may  give  iHPFS  to your friends or post it for  downloading  on
  51. bulletin boards only as long as the above conditions are met.
  52.  
  53.  
  54.  
  55. System requirements
  56.  
  57. In order to run iHPFS, you need
  58.          - a 386 processor or better
  59.          - a computer running MS or IBM DOS 4 or later
  60.            NOTE: iHPFS won't work under DR-DOS and some other
  61.                  OEM versions.
  62.  
  63. It  is  also nice if you have an HPFS partition, otherwise all  you'll
  64. get from iHPFS is an error message.
  65.  
  66. It is important that the DOS version is 100% compatible with MS-DOS or
  67. IBM DOS. iHPFS makes no attempt to identify the OEM, and the program's
  68. behaviour  may  be  unpredictable under  DR-DOS  and  other  operating
  69. environments which are not 100% compatible.
  70.  
  71.  
  72.  
  73. How to use iHPFS
  74.  
  75. Run IHPFS.EXE from the DOS prompt. The syntax is:
  76.  
  77.          IHPFS [d:][n] [/C=x] [/U]
  78.  
  79. The brackets indicate an optional parameter.
  80.  
  81. d:       The  drive letter that you want to assign to iHPFS.  If  this
  82.          parameter  is  omitted, iHPFS will find the  first  available
  83.          drive letter.
  84.  
  85. n        The  number  of  the HPFS partition (1-9) that  you  want  to
  86.          access.  If this parameter is omitted, iHPFS will assume  the
  87.          first HPFS partition in the system.
  88.  
  89.          HPFS  partitions  are numbered (logically) so  that  you  can
  90.          specify  to  iHPFS which partition you want  to  access.  The
  91.          first  HPFS  partition on the first hard  disk  is  partition
  92.          number  1.  Note that only HPFS partitions are counted  -  if
  93.          your system has two HPFS partitions, they will have numbers 1
  94.          and  2, regardless of any other non-HPFS partitions you might
  95.          have.
  96.  
  97. /C=x     This  option tells iHPFS to set up a cache in XMS  memory.  A
  98.          cache  can improve performance dramatically. x specifies  the
  99.          cache  size, in KB, and is not optional. To use this  option,
  100.          you must have an XMS driver like HIMEM.SYS loaded.
  101.  
  102. /U       The /U option will uninstall an iHPFS drive. When this option
  103.          is used, a drive letter must also be specified. Running iHPFS
  104.          with  the /U option removes the specified drive, and  unloads
  105.          most  of  the  driver from memory. A few hundred  bytes  will
  106.          still remain in memory, though.
  107.  
  108. iHPFS will display the message
  109.          Installed as d:
  110. if the installation was successful.
  111.  
  112.  
  113.  
  114. Filenames
  115.  
  116. The  HPFS allows filenames longer than the FAT's 8+3 characters.  With
  117. iHPFS, files with long names will be invisible, just like in the  OS/2
  118. DOS box.
  119.  
  120. Some  characters that are allowed in HPFS filenames may not be allowed
  121. in DOS. Any filename containing such characters will also be invisible
  122. with iHPFS. For example, filenames containing spaces will be hidden.
  123.  
  124.  
  125.  
  126. Contacting the author
  127.  
  128. You  are  welcome to contact me if you have any tips,  suggestions  or
  129. ideas for iHPFS. If you have found any bugs, please let me know. I can
  130. be reached on Fidonet at 2:201/2120.1.
  131.  
  132.