home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 28 Fixes4x / 28-Fixes4x.zip / cdfs.exe / README.1ST < prev   
Text File  |  1997-02-28  |  3KB  |  74 lines

  1. OS/2 CD_ROM file system driver - Read Me Information
  2. ----------------------------------------------------
  3.                     2/28/97
  4.  
  5. CONTENTS:
  6.  
  7.   README.1ST - this file.
  8.   CDFS.IFS   - the CD-ROM file system driver.
  9.  
  10. DESCRIPTION:
  11.  
  12.  This CD-ROM File System Driver (CDFS.IFS) adds support for mixed-case
  13.  file names longer than 32 characters.  The reason for these changes
  14.  to the CDFS is because some of the JAVA toolkit CD-ROMs have been
  15.  mastered using names greater than 32 characters in length and using
  16.  mixed case names.  The CD-ROM included in the "Hooked on JAVA"
  17.  publication is one such example.
  18.  
  19.  In addition, support has been added for the new Microsoft Joliet
  20.  CD-ROM format.  (see "http://www.ms4music.com/devl/dvjoliet.htm" for
  21.  more details.)  Joliet is a Microsoft extension to the ISO 9660
  22.  CD-ROM file system which adds Unicode and longname support.  Joliet
  23.  support is Presently both Windows 95 and Windows NT 4.0 supports the
  24.  Joliet format.  To enable the Joliet support, you must use the '/w'
  25.  option in CONFIG.SYS to enable the Joilet support.  Since many of the
  26.  CD-R code is starting to ship with support for MS Joliet, this new
  27.  format should become more and more common (at least for CDROMs
  28.  created to be used on Windows).  However, I need to point out that
  29.  this is a new format.  I only had the Microscoft specification and
  30.  CD-ROM created from a demo CD-R program to develope and test this code.
  31.  
  32.  
  33. TO INSTALL:
  34.  
  35. 1. Change to the d:\OS2\BOOT subdirectory, where d:  is the drive
  36.  letter where you installed OS/2.
  37.  
  38. 2.  Rename CDFS.IFS to CDFS.ORG.
  39.  
  40. 3.  Copy the new CDFS.IFS into the d:\OS2\BOOT subdirectory.
  41.  
  42. 4.  Then if you Joliet support is desired:
  43.  
  44.     Change to d:\ and type TEDIT CONFIG.SYS.  Find the
  45.     IFS=C:\OS2\BOOT\CDFS.IFS  statement and add '/W' to the end of the
  46.     statement.
  47.  
  48. 5. Reboot system.
  49.  
  50. PARAMETERS:
  51.  
  52.      /W     - Enable Joliet Unicode name support
  53.      /Q     - Disable all signon messages
  54.      /V     - Enable all signon messages
  55.   (default) - Display Beta driver message only
  56.  
  57.  
  58. Revisions 2/28/97
  59.  
  60.  - Modified CDFS.IFS to work with Aptiva Recovery CD-ROM when '/w' option
  61.    was used.  This failed because this CD-ROM did not contain a valid
  62.    Volume Descriptor Set Terminator as required by ISO 9660 Spec.
  63.  
  64.  - Fixed problem where CDFS did not support mixed case names when using
  65.    the REXX SysFileTree function.
  66.  
  67.  - Fixed problem where under some stress conditions, CDFS would return
  68.    Path not found when the path was really OK.  This condition could be
  69.    easily reproduced by running the FixPak installation program.
  70.  
  71.  - Modifed CDFS to recognize Joilet UCS-2 Levels 2 and 3 escape sequences.
  72.    (The CDFS code continues to only sypport the Latin 1 character set.)
  73.  
  74.