Date: Wed, 5 May 1999 15:10:28 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: stanislav shalunov <shalunov@att.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.BSF.4.03.9905051508290.24610-100000@resnet.uoregon.edu> In-Reply-To: <199905050714.HAA13933@fbsd01.lz.att.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Let me prune this down. Here's the boot probe output: > wdc0 not found at 0x1f0 > wdc1 at 0x170-0x177 irq 15 on isa Hm, no CDROM found. > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 > disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device acd0 #IDE CD-ROM > device acd1 They're compiled in ... > >Description: > > Cannot mount CD-ROM on the machine. /stand/sysinstall doesn't find it > either. Though, I can boot from CD-ROM (during install I had to use > another machine as FTP server). > > wdc1 is detected during boot, too. > > >How-To-Repeat: > > root@fbsd01# for i in acd0c acd1c acd0a acd1a; do > > mount -t cd9660 /dev/$i /cdrom; > > done > cd9660: Device not configured > cd9660: Device not configured > cd9660: Device not configured > cd9660: Device not configured > root@fbsd01# > > Any clues? The CD *is* working since I can boot from it. There are no > other IDE devices in the box. 1. To what controller is your CDROM attached? Is it set master/single or slave? 2. Why not use a SCSI CDROM? It's much more reliable than the cheap IDE ones floating around, and you already have the SCSI controller. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9905051508290.24610-100000>