CompuServe Messages

#drive mapping

    25-Jun-93 15:42:49
Sb: #51282-#drive mapping
Fm: Robin Collins 100015,416
To: Mike Janke 72105,1123
Mike, As far as I can tell there is no relation between the buffers in the device driver and those in MSCDEX. Since I have the luxury of 20Mb I give 64 to both <g>. In my case the Mitsumi driver uses XMS, while MSCDEX uses EMS, but there's no effective difference (and yes you're right, /E takes no arguments and can go anywhere). The Mitsumi docs suggest, without actually saying it, that it's better to give more space to the driver in preference to MSCDEX, which intuitively makes sense since the driver _may_ be able to read-aheads (I have no idea if it does in fact). It's possible the software is going straight to the driver using IOCTL calls, but I really doubt it's going lower than that. Just out of idle curiosity what do you get if you do TRUENAME \\g.\a. In case you've not seen this, this is an undocumented COMMAND.COM command which fully expands a path name. Try TRUENAME C: and you'll get the current directory on C: for example. I tried \\z.\a. (Z: is my CDROM drive letter) and got back the same, IOW DOS didn't recognise it, maybe something on your system does. Robin