I have both a cdrom and a cdrw. they are ide/atapi, but I am using scsi emulation. this all works fine in linux. The cdrw shows up as the first scsi cdrom and is linked to /dev/record; the cdrom shows up as the second scsi cdrom and is linked to /dev/cdrom.
In dosemu, I have the follwoing setup: line in config.emu devicehigh=c:\cdrom.sys line in autoexec.emb: MSCDEX /D:MSCD0001 /L:E line in dosemu.conf $_aspi = "sg0:WORM sg1:CDROM" # The result is that the cdrom is recognized and works, but not the cdrw. I also tried using "CDROM" instead of "WORM" as I frankly don't understand the significance of using "WORM" for the cdrw, but that didn't work either; not surprisingly since the cdrw isn't linked to /dev/cdrom What more do I need to do to get the cdrw recognized and useable but without undoing the cdrom setup, which does work. TIA. - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
