From owner-freebsd-questions Mon Jan 5 11:26:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03206 for questions-outgoing; Mon, 5 Jan 1998 11:26:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from kani.wwa.com (kani.wwa.com [198.49.174.58]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA03195 for ; Mon, 5 Jan 1998 11:26:21 -0800 (PST) (envelope-from gstevens@forsythemca.com) From: gstevens@forsythemca.com Received: from notessmtp.forsythesolutions.com(really [204.248.175.122]) by kani.wwa.com via sendmail with smtp id for ; Mon, 5 Jan 1998 13:26:20 -0600 (CST) (Smail-3.2 1996-Jul-4 #88 built 1997-Nov-30) Received: by notessmtp.forsythesolutions.com(Lotus SMTP MTA v1.06 (346.8 3-18-1997)) id 86256583.006AF2B8 ; Mon, 5 Jan 1998 13:28:09 -0500 X-Lotus-FromDomain: FORSYTHE To: questions@freebsd.org Message-ID: <86256583.006A09C6.00@notessmtp.forsythesolutions.com> Date: Mon, 5 Jan 1998 13:29:23 -0500 Subject: Trouble mounting CD-ROM Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm unable to successfully mount a CD-ROM (actually the BSD distribution, disk 1, as MS-DOS) under BSD. 1) Boot sequence seems to have no trouble detecting the drive, its characteristics, and status. 2) Per the Handbook I ran # sh MAKEDEV wcd0 after installing BSD. This caused files rwcd0a and rwcd0c to show up in /dev. wcd0a and wcd0c were already there. 3) I executed the mount command as follows: # mount -r -t msdos /dev/wcd0a /cdrom 4) The following error message resulted: atapi0.1: invalid data direction wcd0: I/O error, status=51,error=0 After this even the manual tray ejection button is disabled - I have to power off/power on the computer to get it to work again. This is happening on two separate machines, an IBM Aptiva and an IBM ThinkPad. I don't know positively but I am assuming both CD drives are IDE based (machines are 166MZ and 133MZ Pentiums, respectively). At any rate, the kernel is successfully detecting the drive(s) as previously mentioned. I'll appreciate any advice I receive to resolve this. Regards, Greg Stevens