From owner-freebsd-hackers Wed Aug 9 9: 1:31 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id 541AF37BB8E for ; Wed, 9 Aug 2000 09:01:19 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JSRX1X810U00086O@research.kpn.com> for freebsd-hackers@freebsd.org; Wed, 9 Aug 2000 18:01:14 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Wed, 09 Aug 2000 18:01:14 +0100 Content-return: allowed Date: Wed, 09 Aug 2000 18:01:12 +0100 From: "Koster, K.J." Subject: audiofs mixing audio and data tracks To: 'FreeBSD Hackers mailing list' Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D7782@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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