From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 06:41:56 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 394BF16A4CE for ; Thu, 11 Mar 2004 06:41:56 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EA743D3F for ; Thu, 11 Mar 2004 06:41:55 -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 (sccrmhc12) with ESMTP id <2004031114415501200qj2vte>; Thu, 11 Mar 2004 14:41:55 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 2B60CF; Thu, 11 Mar 2004 09:41:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: RYAN vAN GINNEKEN References: <40504DF3.9040107@shaw.ca> From: Lowell Gilbert Date: 11 Mar 2004 09:41:55 -0500 In-Reply-To: <40504DF3.9040107@shaw.ca> Message-ID: <44ekrzmong.fsf@be-well.ilk.org> Lines: 24 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 Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 14:41:56 -0000 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*'?