From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 02:53:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D658E16A4CE for ; Tue, 3 Feb 2004 02:53:38 -0800 (PST) Received: from dhumketu.homeunix.net (dialpool-210-214-64-163.maa.sify.net [210.214.64.163]) by mx1.FreeBSD.org (Postfix) with SMTP id D5BB943D1D for ; Tue, 3 Feb 2004 02:53:33 -0800 (PST) (envelope-from freebsd@dhumketu.cjb.net) Received: (qmail 520 invoked by uid 1000); 3 Feb 2004 10:36:01 -0000 Date: Tue, 3 Feb 2004 16:06:01 +0530 From: Shantanoo To: Jeff Elkins Message-ID: <20040203103600.GB451@dhumketu.homeunix.net> Mail-Followup-To: Jeff Elkins , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.9-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: Using the ATAPI/CAM Driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 10:53:39 -0000 +++ Jeff Elkins [freebsd] [30-01-04 15:44 -0500]: | | Date: Fri, 30 Jan 2004 15:44:00 -0500 | User-Agent: KMail/1.5.4 | MIME-Version: 1.0 | Content-Type: text/plain; | charset="us-ascii" | Content-Transfer-Encoding: 7bit | Content-Disposition: inline | Message-Id: <200401301544.01023.bsd@elkins.org> | Status: RO | X-Status: Q | X-KMail-EncryptionState: | X-KMail-SignatureState: | | I've enabled the ATAPI/CAM driver in my kernel under freebsd 5.2 - this has | given me two devices: /dev/cd0 and /dev/cd1. Thus far, I'm able to burn | CDs/DVDs but I am having trouble mounting them (as root). | | If I issue the command: mount /cdrom or mount -t cd9660 /dev/cd0 /cdrom I get | the message: cd9660: /dev/cd0: Device not configured | | However, if I comment out the /dev/cd devices in fstab and enable the acd | devices: | | /dev/acd0 /cdrom cd9660 ro,noauto 0 0 | /dev/acd1 /cdrom1 cd9660 ro,noauto 0 0 | #/dev/cd0 /cdrom cd9660 ro,noauto 0 0 | #/dev/cd1 /cdrom1 cd9660 ro,noauto 0 0 | | I'm able to mount w/o problems. | | Do I have something misconfigured? Following worked for me. # mount_cd9660 /dev/cd0c /cdrom Shantanoo | | Thanks, | | Jeff Elkins | | | ------------------------------