From owner-freebsd-hackers Mon Jan 15 15:27: 2 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from sdmail0.sd.bmarts.com (sdmail0.sd.bmarts.com [192.215.234.86]) by hub.freebsd.org (Postfix) with SMTP id 2D97837B6BC for ; Mon, 15 Jan 2001 15:26:43 -0800 (PST) Received: (qmail 23101 invoked by uid 1078); 15 Jan 2001 23:26:46 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Jan 2001 23:26:46 -0000 Date: Mon, 15 Jan 2001 15:26:46 -0800 (PST) From: Gordon Tetlow X-X-Sender: To: gerald stoller Cc: Subject: Re: Mounting a CDROM in freeBSD 4.2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 15 Jan 2001, gerald stoller wrote: > I just installed freeBSD 4.2 and found that I couldn't mount a > CDROM even though I copied the command-lines from (the top of) page 236 of > Greg Lehey's book (ISBN 1-57176-246-9). When I was running freeBSD 3.3 , I > was able to mount a CDROM , and I believe I did it just as described in > Greg's book. The error message that I get is 'cd9660: Device not > configured'. I was able to mount and read an MSDOS floppy. You need to check your dmesg to see what device is your cdrom drive. For example: acd0: CDROM at ata1-master using PIO4 So I use: mount -t cd9660 -o ro /dev/acd0a /mnt Hope this helps. -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message