home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / n512_001.zip / addendum next >
Text File  |  1999-03-08  |  3KB  |  52 lines

  1.  Since the introduction of the last beta of the n512dasd.flt
  2.  have past two years and a lot of things have changed: the
  3.  newdasd package has become integrative part of the operating
  4.  system as well as a complete support for removable media 
  5.  with the introduction of the fixpacks #35 for Warp 3 / 
  6.  Warp LAN Server and #6 for Warp 4, respectively. 
  7.  
  8.  Unfortunately Alexander Terenkhov has ceased development of
  9.  his code but as it worked very well this wasn't that problem.
  10.  
  11.  At about two years ago he left me the source code, but I never
  12.  acquired the necessary knowledge to work with.
  13.  
  14.  With the introduction of fixpack #10 a bug was revealed causing
  15.  a trap at system boot.
  16.  
  17.  Sam Detweiler was so kind to have a look at the sources to get
  18.  the bug fixed, with his usual commitment to OS/2.
  19.  
  20.  As far as I can see the n512dasd.flt continues to work very well 
  21.  with 512/1024/2048 bytes/sector media and fixpack #10.
  22.  
  23.  Command line options haven't changed:
  24.                                                                             
  25.  /q      quiet;                                                             
  26.  /v      verbose;                                                           
  27.  /!N     skip device number N, do not virtualize device number N; 
  28.  /lr{:N} lock removable, locks media in removable device(s);                
  29.  /od{:N} optical to disk, reports optical(7) device(s) as disk(0) device(s);
  30.                                                                             
  31.  the last two options are not required any longer as the os2dasd.dmd
  32.  offers the undocumented switch /of.
  33.                                         
  34.  n512dasd.flt may be placed just before OS2DASD:
  35.                                                                             
  36.  .                                                                          
  37.  .                                                                          
  38.  .                                                                          
  39.  BASEDEV=XDFLOPPY.FLT                                                       
  40.  BASEDEV=N512DASD.FLT /v                                                    
  41.  BASEDEV=OS2DASD.DMD /of
  42.  .                                                                     
  43.  .                                                                     
  44.  .                                                                     
  45.                                                                        
  46.  after booting with N512DASD.FLT you should see one more HD, which you 
  47.  will need to partition and to format...
  48.  
  49.  regards,
  50.  harald.kamm@bamberg.baynet.de
  51.  
  52.