* Brian Reichert <[EMAIL PROTECTED]> [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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

