From owner-freebsd-questions Thu Apr 29 14:11:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Raccoon.ChipChat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 2B94C14E03 for ; Thu, 29 Apr 1999 14:11:39 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from Piman-Orange.ChipChat.com (Piman-Orange.ChipChat.com [206.2.228.146]) by Raccoon.ChipChat.com (8.9.2/8.9.2) with ESMTP id VAA01749 for ; Thu, 29 Apr 1999 21:11:38 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by Piman-Orange.ChipChat.com (8.9.2/8.9.2) with ESMTP id RAA03192 for ; Thu, 29 Apr 1999 17:12:02 GMT (envelope-from mrc@ChipChat.com) To: questions@freebsd.org Subject: Mounting a 2nd CD-ROM Drive X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990429171202X.mrc@ChipChat.com> Date: Thu, 29 Apr 1999 17:12:02 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 68 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am unable to mount a 2nd CD-ROM drive. I have tried several things, read the man pages, and searched FAQs and mailing lists. I ask for some suggestions from other BSDaemons... 1) Hardware configuration: SCSI ID=0 CD-ROM drive SCSI ID=3 CDR drive 2) FreeBSD 3.1-Stable seems happy with it ----------------- #dmesg | grep cd cd0 at ahc0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present cd1 at ahc0 bus 0 target 3 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 8.333MB/s transfers (8.333MHz, offset 15) cd1: Attempt to query device size failed: NOT READY, Medium not present - tray closed --------------------------- 3) I am able to SUCCESSFULLY Write CD-ROMs using 'cdrecord' from the 'ports'. 4) But when I try to mount the CDRW device, it fails. Mounting the CD-ROM device succeeds. What I have tried: Preliminary: #mkdir /cdrw Mount Attempt 1: #mount -r -t cd9660 /dev/cd1c /cdrw cd9660: No such file or directory Mount Attempt 2: edit "/etc/fstab"; Copy & modify the last line so it looks like: # Device Mountpoint FStype Options Dump Pass# /dev/cd0c /cdrom cd9660 ro,noauto 0 0 /dev/cd1c /cdrw cd9660 ro,noauto 0 0 #mount /cdrw cd9660: no such file or directory Stabbing in the dark.... Despite what the kernel config file says about 'cd0' I tried to make a device: #cd /dev #./MAKEDEV cd1 # #ls cd* ... ... cd0a cd0c (but no cd1 device) #./MAKDEV cd1a [: 1c: trailing non-numeric characters (ditto) cd1c is invalid -- can't have more than 32 cd devices Request: I have run out of ideas. Suggestions are welcome. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message