9fans archive / 1996 / 08 / 31 / prev next From: Nigel Roles ngr@sym... Subject: Plan9 and SCSI CD-ROM.. Date: Mon, 19 Aug 1996 08:17:26 +0100 > > I am trying to mount scsi cdrom (as unit 3 on a buslogic scsi adapter) > and having no success with bind. > > bind -a '#R3' /dev > (fails and syntax message is displayed..) > > the card is detected as > > scsi0: aha1542: port 330, irq 11, dma -1 > #R is a non-SCSI CDROM, such as found lurking on the edge of old soundblasters. SCSI is #w. Try 9660srv # load 9660 server mkdir /n/cdrom # somewhere to mount (oo-err) mount -c /srv/9660 /n/cdrom '#'w3/sd3disk Are you sure it's a Buslogic? That looks like an Adaptec (aha1542). If so, the dma = -1 looks suspect. It ought to be a small positive number. Nigel Roles