From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 17:15:30 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 5722516A4CE for ; Thu, 11 Mar 2004 17:15:30 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B5643D39 for ; Thu, 11 Mar 2004 17:15:30 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <200403120115290130058b1ne>; Fri, 12 Mar 2004 01:15:29 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 294C7F; Thu, 11 Mar 2004 20:15:29 -0500 (EST) Sender: lowell@be-well.ilk.org To: RYAN vAN GINNEKEN References: <40504DF3.9040107@shaw.ca> <44ekrzmong.fsf@be-well.ilk.org> <4051097B.8000607@shaw.ca> From: Lowell Gilbert Date: 11 Mar 2004 20:15:29 -0500 In-Reply-To: <4051097B.8000607@shaw.ca> Message-ID: <44hdwug91q.fsf@be-well.ilk.org> Lines: 42 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: mounting cdrom drives 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: Fri, 12 Mar 2004 01:15:30 -0000 RYAN vAN GINNEKEN writes: > Lowell Gilbert wrote: > > >RYAN vAN GINNEKEN writes: > > > > > >>I have this in my dmesg output > >> > >>acd0: CDROM at ata1-master PIO4 > >>acd1: CDROM at ata1-slave PIO4 > >> > >>but when i try to mount these acd0 i get this error > >> > >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0 > >>mount_cd9660: /dev/acd0: No such file or directory > >> > >>so cd to /dev make device acd0 with this command > >>sh MAKEDEV acd0 seems to work no errors but the device is not created > >>and when i try to mount agian i get this agian > >> > >>#mount_cd9660 /dev/acd0 /cdrom/cdrom0 > >>mount_cd9660: /dev/acd0: No such file or directory > >> > >>Please help > >> > > > >What are you running? [Always include the output of 'uname -a' in questions.] > > > >What is the output of 'ls /dev/acd*'? > > > > > v22.computerking.ca > /var/spool #uname -a > FreeBSD v22.computerking.ca 4.9-STABLE FreeBSD 4.9-STABLE #1: Thu Mar > 4 01:19:45 MST 2004 > rmvg@v22.computerking.ca:/usr/src/sys/compile/V22.COMPUTERKING.CA i386 > [Thu Mar 11] 05:43 PM [0] > v22.computerking.ca > /var/spool #ls /dev/acd* > /dev/acd0a /dev/acd0c /dev/acd1a /dev/acd1c mount -t cd9660 /dev/acd0c /cdrom/cdrom0