From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 14:48:55 2005 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 0C36216A4CE for ; Thu, 20 Jan 2005 14:48:55 +0000 (GMT) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC5843D41 for ; Thu, 20 Jan 2005 14:48:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30271 invoked from network); 20 Jan 2005 14:48:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Jan 2005 14:48:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1C7447E; Thu, 20 Jan 2005 09:48:53 -0500 (EST) Sender: lowell@be-well.ilk.org To: Trey Sizemore References: <1106092051.88794.5.camel@localhost> <44zmz5m8na.fsf@be-well.ilk.org> <1106179298.88794.11.camel@localhost> From: Lowell Gilbert Date: 20 Jan 2005 09:48:52 -0500 In-Reply-To: <1106179298.88794.11.camel@localhost> Message-ID: <44ekggrwa3.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Detecting CD devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 14:48:55 -0000 Trey Sizemore writes: > On Wed, 2005-01-19 at 16:06 -0500, Lowell Gilbert wrote: > > What device are those applications looking for? > > > > Perhaps (just a guess) they're looking for /dev/cdrom or /dev/cd0 and > > you only have /dev/acd0? > > I'm not sure. I thought I remember there being a way to 'alias' the > devices such that /dev/cdrom, /dev/dvd, etc. could point to the same > device such that programs would find them. Is this the case? How would > fstab look? fstab(5) is irrelevant; that has to do with mounting filesystems. What you're thinking of is called a "symbolic link" (see ln(1)). On 5.x, you can configure devfs(8) to make links for you. /etc/devfs.conf comes with an example for making a link from /dev/acd0 to /dev/cdrom.