Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2000 18:01:12 +0100
From:      "Koster, K.J." <K.J.Koster@kpn.com>
To:        'FreeBSD Hackers mailing list' <freebsd-hackers@freebsd.org>
Subject:   audiofs mixing audio and data tracks
Message-ID:  <59063B5B4D98D311BC0D0001FA7E4522026D7782@l04.research.kpn.com>

next in thread | raw e-mail | index | archive | help
Dear All,

I'm not sure if I'm off into the woods on this one, but I'm sure you will
correct me. :-)

Could you perhaps make it so that all the audio tracks appear als slice 1,
while the data track appears as slice 2.

Mount data-only cdrom:
  mount -t cd9660 /dev/cd0s1c -or-
  mount -t cd9660 /dev/cd0c

Mount audio and data part of audio/data cdrom:
  mount -t cd9660 /dev/cd0s1c
  mount -t audio /dev/cd0s2c

Mount audio-only cdrom:
  mount -t audio /dev/cd0s2c -or-
  mount -t audio /dev/cd0c

Or, another idea, make the data appear a /dev/cd0c and the audio as
/dev/cd0a. (Although I'd agree that this breaks partition conventions,
perhaps /dev/cd0d is better for data tracks, "c" referring to the whole
disk)

This way, as a sysop you would not care if it's an audio or data only cdrom,
or if it has both.

    Kees Jan

=================================================
 TV is the worst  of both  worlds.  It's not  as
 good at words  as radio is because the pictures
 are a distraction  which demand  attention, and
 it's not as good as cinema because the pictures
 are not nearly as good.       [Douglas Adams]



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?59063B5B4D98D311BC0D0001FA7E4522026D7782>