CompuServe Messages

#CD-ROM problem

    15-Feb-95 01:23:47
Sb: #185385-#CD-ROM problem
Fm: John Gager 71336,624
To: Hank Duckman 74357,2623
For one thing, AsimCDFS.device is not used in your dosdriver entry. I guess the best way would be to show you the dosdriver I have for using a Emplant connected CDROM drive. Here goes: /************************************************************/ /* AsimCDFS MountList entry — )1993 Asimware Innovations */ /* Modified for Emplant use */ /************************************************************/ Device = empscsi.device Unit = 5 Buffers = 0 BufMemType = 5 Mask = 0xffffffe Flags = 0 FileSystem = l:AsimCDFS DosType = 0x662dabac GlobVec = -1 Reserved = 0 LowCyl = 0 HighCyl = 999 Mount = 1 Surfaces = 1 BlocksPerTrack = 32 Priority = 10 StackSize = 5000 Your Dosdriver should be very similar to this except that a few of the parameters will probably be different depending on the drive you use. And of course, the unit number may be different as well. // John (Warp 4040 & Emplant Quadra 840) \X/ Mercury@ins.infonet.net