dear all,
i got my plextor scsi cdrom to work, but i think i cheated. here's what
works:
# ll /var/lib/dosemu/drives/
drwxr-xr-x 5 root 1024 Apr 30 13:21 C
lrwxrwxrwx 1 root 19 Apr 30 13:22 D -> /usr/local/dosemu/D
drwxr-xr-x 2 root 1024 Apr 30 12:58 E
drwxr-xr-x 2 root 1024 Apr 30 12:58 F
lrwxrwxrwx 1 root 7 Apr 30 12:58 G -> /cdrom/
and in /etc/dosemu.conf:
$_hdimage="drives/*"
so the cdrom drive gets treated like a normal hard drive. but i'd like for
dosemu to be able to mount/unmount the cdrom drive (which it can't do under
this configuration).
here's what i've done to get the cdrom drive working as a scsi cdrom instead
of a drive:
in /etc/dosemu.conf:
$_aspi = "scd0:CD-ROM"
in autoexec.bat:
c:\windows\command\mscdex.exe /d:cdrom.sys
in config.sys:
DEVICE=ASPI.SYS
devicehigh=c:\commands\cdrom.sys
i *thought* this should be it. can someone please help me out here?
thanks!
pete