home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text2630.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.7 KB  |  42 lines

  1. On 25 Apr 96 at 21:30, EADEANS wrote:
  2.  
  3. >I tried out Beta 0 #3 last night and saw that it (like 1.99q12) cannot see
  4. >HFS volumes attached to my computer via my Adaptec SCSI card under Warp.
  5. >Version 1.99 could see the volume but not write/read--some kind of
  6. >browser/executor "access error"...
  7. >
  8. >It works fine under DOS 5 but Warp support for reading HFS volumes is
  9. >*extremely* important to me. I'm using the latest Adaptec drivers (Warp
  10. >FixPak 17).
  11.  
  12. Two thoughts come to mind:
  13.  
  14. 1. (probably obvious) You need to have virtual ASPI support for DOS 
  15. sessions loaded, which if memory serves is done by having the lines
  16.  
  17. BASEDEV=OS2ASPI.DMD
  18. DEVICE=x:\OS2\MDOS\VASPI.SYS (where x = boot drive)
  19.  
  20. in CONFIG.SYS.
  21.  
  22. 2. It is possible that the OS/2 drive manager, OS2DASD.DMD, is allocating 
  23. the drive preventing it from been seen via ASPI (unlike DOS, under OS/2 
  24. only devices not allocated by other managers can be accessed via ASPI). There 
  25. are two possible workarounds for this situation:
  26.  
  27. a) There's a switch for the BASEDEV (.ADD) that prevents specified SCSI 
  28. IDs from being allocated by OS2DASD.DMD - I can't remember what it is, 
  29. but HELP BASEDEV should provide the starting point. The disadvantage, if 
  30. the device is removable, is that PC-format disks will be inaccessible to 
  31. OS/2 with this switch in effect.
  32.  
  33. b) Adding the switch /ALL to the OS2ASPI.DMD command line will allow 
  34. access to all devices even if allocated to other managers. This is risky 
  35. as this potentially allows other DOS programs to affect/corrupt devices 
  36. in use by OS/2. You may also require the switch /SHARE as well to prevent 
  37. devices from being locked by the DOS session; see online help for more 
  38. info.
  39.  
  40. Hope this helps.
  41.  
  42.