Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 09:34:43 +0200
From:      Nicolas Rachinsky <list@rachinsky.de>
To:        hackers@FreeBSD.ORG
Cc:        reichert@numachi.com
Subject:   Re: accessing data track of multimedia CD?
Message-ID:  <20020607073443.GA11391@pc5.abc>
In-Reply-To: <20020606180401.A3240@numachi.com>
References:  <20020606180401.A3240@numachi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Brian Reichert <reichert@numachi.com> [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/<your cdrom> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020607073443.GA11391>