On Mon, 13 Feb 2006 13:32:51 +0100
Søren Schmidt <[EMAIL PROTECTED]> wrote:
> 
> Well, without proper samples it'll be hard to work on this, if this
> is  as common as suggested finding free samples that I can use for
> testing  should not be a problem ?
>
It is quite easy to produce CD-EXTRA (using cdrecord):

# cdrecord -v -v speed=12 -multi -pad -audio yada.wav
# cdrecord -msinfo
0,18302
# mkisofs -C 0,18302 -o yada.iso /usr/share/examples
# cdrecord -v -v speed=12 -data yada.iso
# cdcontrol i
Starting track = 1, ending track = 2, TOC size = 26 bytes
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00   1:32.02       0    6902  audio
    2   4:06.02   0:17.42   18302    1317   data
  170   4:23.44         -   19619       -      -

# mount -t cd9660 /dev/acd0 /cdrom
mount_cd9660: /dev/acd0: Invalid argument

As suggested by you:
# mount -t cd9660 /dev/acd0t02 /cdrom
mount_cd9660: /dev/acd0t02: Input/output error

Using atapicam dev:
# mount -t cd9660 /dev/cd0 /cdrom
# ls /cdrom
...
... (files files files)

> Hmm, could it be that the data track is always the last track ?
> 
Yes.

IIRC,

CD-EXTRA: Audio track(s) at first session, data at the end.
CD Mixed Mode: Data at first (session|track), audio tracks follows to
the end.

--
Ariff Abdullah
FreeBSD

Attachment: pgpBgG7d8t0LW.pgp
Description: PGP signature

Reply via email to