From owner-freebsd-questions@FreeBSD.ORG Thu Mar 7 20:36:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DCA6126 for ; Thu, 7 Mar 2013 20:36:59 +0000 (UTC) (envelope-from Gabor@Zahemszky.HU) Received: from smarthost02.digicable.hu (smarthost02.digicable.hu [94.21.128.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0309E1A2 for ; Thu, 7 Mar 2013 20:36:58 +0000 (UTC) Received: from [92.249.128.189] (helo=relay01.digicable.hu) by smarthost02.digicable.hu with esmtp id 1UDh4p-0000Og-11 for ; Thu, 07 Mar 2013 21:06:07 +0100 Received: from [94.21.9.52] (helo=Picasso.Zahemszky.HU) by relay01.digicable.hu with esmtpa id 1UDh4o-0000aR-S2 for ; Thu, 07 Mar 2013 21:06:06 +0100 Date: Thu, 7 Mar 2013 21:06:06 +0100 From: Zahemszky =?ISO-8859-2?Q?G=E1bor?= To: freebsd-questions@freebsd.org Subject: How to mount enhanced-CD on 9.1R? Message-ID: <20130307210606.7a11c9d2@Picasso.Zahemszky.HU> Organization: Zahemszky Bt. X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Original: 94.21.9.52 X-Original: 92.249.128.189 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 20:36:59 -0000 Hi! I think I've found a regression on 9.1R. I used to mount some of Oxford University Press's New English File CD-ROM on 9.0. These CD-s are actually enhanced CDs with some audio tracks, and a data track at the end. Actually, I cannot mount them on 9.1. Neither on Amd64 nor on i386. Neither with a SCSI DVD-drive, nor with ATAPI drives. On 9.0, I need only to 'mount -r -t cd9660 /dev/cd0 /mnt' - on 9.1 it doesn't work. And doesn't work with the -s option of mount_cdrom - I can get the start of the data track with either cdcontrol info or with cdda2wav -info-only. They give me the same nubmber as the sector number of the data track, but mount_cdrom doesn't work with it. Actually, I've sent bug report about it, but there weren't any reaction: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dmisc/176262 Nye, G=E1bor --=20 #!/bin/ksh # # See my GPG key at http://www.Zahemszky.HU # Z=3D'21N16I25C25E30, 40M30E33E25T15U!'; IFS=3D' ABCDEFGHIJKLMNOPQRSTUVWXYZ '; set -- $Z;for i;{ [[ $i =3D ? ]]&&print $i&&break; [[ $i =3D ??? ]]&&j=3D$i&&i=3D${i%?}; typeset -i40 i=3D8#$i;print -n ${i#???}; [[ "$j" =3D ??? ]]&&print -n "${j#??} "&&j=3D;typeset +i i;}; IFS=3D' 0123456789 ';set -- $Z;for i;{ [[ $i =3D , ]]&&i=3D2; [[ $i =3D ?? ]]||typeset -l i;j=3D"$j $i";typeset +l i;};print "$j"