home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ndpiso15.zip / read.me < prev   
Text File  |  2002-07-19  |  4KB  |  106 lines

  1.                         -------------------------
  2.                         ISOFS plugin for NetDrive
  3.                         ------------------------- 
  4.  
  5. It provides read-only access to ISO-9660 images and CD's. Supports joliet and
  6. rockridge (ecept of symlinks) extensions, long (up to 255 chars) iso names, 
  7. multisession images.
  8.  
  9. It is supposed that you have netdrive installed and you've read already it's
  10. documentation at least once.
  11.  
  12.  
  13. Installing:
  14. -----------
  15.  
  16.  For installing plugin run install.cmd. If you use NetDrive prior to version 2.0,
  17. copy manually ndpiso.dll and ndpiso.hlp into the plugin directory of your netdrive,
  18. add the plugin to Plugins= line of the ndctl.cfg and restart ndctl.exe
  19.  
  20. Types of mounting recources:
  21. ----------------------------
  22.  
  23. isofs - the basic type. ISO image of CD, that conforms ISO-9660 standart in general.
  24. rsjfs - the RSJ images/tracks. this is a shortcut to isofs type with iso_offset=40.
  25.  
  26.  
  27. Parameters: 
  28. -----------
  29. ;name=...;iso_offset=...;toc_offset=...;mode=0,1,2,255;jcharset=...
  30.  
  31. name - full path to ISO image, or drive letter of your CD drive (to mount a CD).
  32.  
  33. iso_offset - a number - the offset of actual ISO image in specified file 
  34.              in bytes or in sectors of 2048 bytes (if there is a 's' prefix 
  35.              before the number, i.e. s100). Default if 0.
  36.              Use it when there is a header before actual ISO image in the file.
  37.              (i.e RSJ images have 40 bytes header) 
  38.  
  39. toc_offset - a number - the TOC offset if ISO file in sectors of 2048 bytes. 
  40.              Use it to mount multisession images in single file. This offset 
  41.              is relative to iso_offset. Default is 0.
  42.  
  43. sector_offset - a number - the start of the session in sectors of 2048 bytes. 
  44.              Use it to mount images with one of the sessions of multisession disk. 
  45.              Default is 0.
  46.  
  47.       mode - joliet and rockridge recognition mode. 1 - recognize joliet,
  48.              2 - recognize rockridge, 1+2=3 - recognize both. 0 - only ISO names.
  49.              Default is 3 aka 255 :). 
  50.              By default ndpiso tries to recognize both joliet and rockridge extensions.
  51.              The rockridge extension has the highest priority, the iso names - the
  52.              lowest. So if there are both rockridge and joliet extensions on the
  53.              image or CD, you will see the rockridge names. To see the joliet name
  54.              use mode 1, to see the iso names use mode 0.
  55.  
  56.   jcharset - local charset to decode unicode joliet names to. By default, current
  57.              charset is used. The possible values of charsets you can see inside
  58.              files in you /language/codepage directory. i.e. ibm-866.
  59.              Set 'none' to decode joliet names like ordinal strings.
  60.              Use this option when mounted ISO image or CD has not properly incoded
  61.              joliet names.             
  62.  
  63.  
  64. Usage examples:
  65. ---------------
  66.  
  67. mount iso image:
  68. nd mount isofs S:\ISO k:\d.iso r
  69.  
  70. mount RSJ images: 
  71. nd mount rsjfs S:\ISO k:\d.trk r
  72.  
  73. mount CD:
  74. nd mount rsjfs S:\ISO R: r
  75.  
  76. mount multisession image where last session starts at 123455 sector
  77. nd mount iso S:\ISO k:\d.iso;toc_offset=123455
  78.  
  79. mount image which contains one session from multisession disk that starts 
  80. at 123455 sector
  81. nd mount iso S:\ISO k:\d.iso;sector_offset=123455
  82.  
  83. Notes:
  84. ------
  85.  The plugin dll is packed by lxlite. If you'll have any problems with it - ask
  86. for unpacked dll.
  87.  
  88.  
  89. Licensing:
  90. ----------
  91.  It's freeware, no source code available. And, as usual, this software is provided
  92. "AS IS", so in no event shall the author be liable for any damages arising in any
  93. way out of the use of this software.
  94.  Also no special support is available. If you want it, pay for it :)
  95.  
  96. Changes:
  97. --------
  98. v.1.1: Fixed (i hope :)) a bug with missing files on joliet images
  99. v.1.2: Fixed (i hope :)) a bug with missing files on other :) images
  100. v.1.3: Fixed (i hope :)) a bug with too many files on joliet images. :\
  101. v.1.4: Added sector_offset option
  102. V.1.5: Small changes in Joliet auto recognition
  103.  
  104. --------------------------
  105. Author: nickk@nm.ru
  106. --------------------------