From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 15:17:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4B98716A41F for ; Tue, 25 Oct 2005 15:17:47 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8809E43D45 for ; Tue, 25 Oct 2005 15:17:46 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so519511qbd for ; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eNH9LGlQgfHRYxLh5owmxBn+2LMat6AIcmnRTWrELHVTiETvjN4fzzy+RMLoMuQcyIYuTFVZoBkznxNh66SmHoLQKcvR+VMfVUFw1y/Jn/iGzFgo72iSY7GiD3XV2V9AAcSEQtlE0HBEC5C0MJj7MEv8xlH8XkLfBqdhlUDl/6U= Received: by 10.65.124.8 with SMTP id b8mr1489783qbn; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 08:17:45 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 17:17:45 +0200 From: Linnea Forslund To: Giorgos Keramidas In-Reply-To: <20051025145400.GA4268@flame.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> <20051025141319.GC66887@slackbox.xs4all.nl> <20051025145400.GA4268@flame.pc> Cc: freebsd-questions@freebsd.org Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 15:17:47 -0000 On 10/25/05, Giorgos Keramidas wrote: > On 2005-10-25 16:33, Linnea Forslund wrote: > > > Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and > > > should be mounted first. See above. > > > > > > Regular music CDs are written in different format (CD-DA). You do not > > > have to mount these. > > > > Where should I look when I want to open files from xmms, mixxx or some > > other program? Files from music-cds and data-cds.. > > Data CD-ROMs have to be mounted before you access the files stored in a > track of the CD-ROM. So, you'd have to use something like this to > access the mp3 files in a data CD-ROM: > > # mount_cd9660 -o ro /dev/acd0 /cdrom > > Audio CD-ROMs can be controlled with cdcontrol(1): > > # cdcontrol -f /dev/acd0 play 1 > > More details about data and audio CD-ROMs are described in the Handbook, > so you really *have* to look at the relevant section: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.ht= ml Oh, thank you, I didn't find this section before! > > Regards, > Giorgos > > -- /Linnea