Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2006 01:03:37 +0800
From:      Ariff Abdullah <ariff@FreeBSD.org>
To:        =?ISO-8859-1?Q?S=F8ren?= Schmidt <sos@deepcore.dk>
Cc:        re@FreeBSD.org, freebsd-hackers@FreeBSD.org, core@FreeBSD.org, nork@FreeBSD.org, chi@bd.mbn.or.jp, sos@FreeBSD.org
Subject:   Re: kern/60163
Message-ID:  <20060214010337.6e4e4a5a.ariff@FreeBSD.org>
In-Reply-To: <43F07C73.6040502@deepcore.dk>
References:  <20060213121101.47A5AA98F@m-kg282p.ocn.ne.jp> <43F07C73.6040502@deepcore.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Tue__14_Feb_2006_01_03_37_+0800_0AYRAe7uJ4b7=l+/
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, 13 Feb 2006 13:32:51 +0100
S=F8ren Schmidt <sos@deepcore.dk> wrote:
>=20
> 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=3D12 -multi -pad -audio yada.wav
# cdrecord -msinfo
0,18302
# mkisofs -C 0,18302 -o yada.iso /usr/share/examples
# cdrecord -v -v speed=3D12 -data yada.iso
# cdcontrol i
Starting track =3D 1, ending track =3D 2, TOC size =3D 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 ?
>=20
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

--Signature=_Tue__14_Feb_2006_01_03_37_+0800_0AYRAe7uJ4b7=l+/
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFD8Lvrlr+deMUwTNoRAk5HAJ9XXX7MjnBjB6fgHSHhcGBKGMjcaACePTIx
rB1tqWTALBsV88wfNShSlmA=
=ClgW
-----END PGP SIGNATURE-----

--Signature=_Tue__14_Feb_2006_01_03_37_+0800_0AYRAe7uJ4b7=l+/--



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