From owner-freebsd-hackers Fri Jun 7 0:35: 3 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by hub.freebsd.org (Postfix) with ESMTP id 667F837B400 for ; Fri, 7 Jun 2002 00:34:56 -0700 (PDT) Received: from fwd05.sul.t-online.de by mailout10.sul.t-online.com with smtp id 17GEGq-0004gq-0C; Fri, 07 Jun 2002 09:34:52 +0200 Received: from pc5.abc (520067998749-0001@[217.233.87.171]) by fmrl05.sul.t-online.com with esmtp id 17GEGi-1vbRsuC; Fri, 7 Jun 2002 09:34:44 +0200 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g577Yh423825; Fri, 7 Jun 2002 09:34:43 +0200 (CEST) (envelope-from list@rachinsky.de) Date: Fri, 7 Jun 2002 09:34:43 +0200 From: Nicolas Rachinsky To: hackers@FreeBSD.ORG Cc: reichert@numachi.com Subject: Re: accessing data track of multimedia CD? Message-ID: <20020607073443.GA11391@pc5.abc> Mail-Followup-To: hackers@FreeBSD.ORG, reichert@numachi.com References: <20020606180401.A3240@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606180401.A3240@numachi.com> User-Agent: Mutt/1.3.28i X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc X-Sender: 520067998749-0001@t-dialin.net Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Brian Reichert [2002-06-06 18:04 -0400]: > I've been beating my head for hours against a wall trying to research > this: > > Under FreeBSD (4.5-RELEASE), with an ATAPI device (/dev/acd0c), how > can I mount, or otherwise access the data in a 'data track' of a > 'multimedia CD'? > > cdda2wav shows me: Look at the output of cdcontrol -f /dev/ Info instead. If there is a track with type data, you can try to mount this track with mount_cd9660 with parameter -s followed by the startsector of the data track (shown by cdcontrol). HTH Nicolas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message