From owner-freebsd-questions Thu Nov 9 18:19: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id C1EA237B4CF for ; Thu, 9 Nov 2000 18:19:07 -0800 (PST) Received: from home.com ([24.12.186.185]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001110021907.OKVA2160.femail8.sdc1.sfba.home.com@home.com>; Thu, 9 Nov 2000 18:19:07 -0800 Message-ID: <3A0B5B5A.92365E68@home.com> Date: Thu, 09 Nov 2000 18:20:10 -0800 From: Rob X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Drew Sanford Cc: Joshua Delong Thomas , Tim McMillen , freebsd-questions@FreeBSD.ORG Subject: Re: How to change acd0 to /dev/cdrom like most programs want References: <3A0B2052.5AC3159C@planetwe.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Drew Sanford wrote: > > Joshua Delong Thomas wrote: > > > > > > That post about mounting a cd made me think of > > another question. Most > > programs that I've used that utilize the cd default to /dev/cdrom as the > > cdrom device. Is there a way to make my cdrom device be /dev/cdrom0 > > instead of acd0? Most of these programs are small, mp3 rippers, small cd > > players with no .config or .conf file so I was just curious. > > > > > > -Josh > > I would think creating /dev/cdrom as a link to acd0 would do the trick. > > -- > Drew Sanford > Systems Administrator > Planetwe.com > Email: drew@planetwe.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Alot of programs rely on an environment variable to point to the cd player device, if forget exacltly, something like export CDPLAYER=/dev/acd0c did the trick for me. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message