Date: Thu, 7 Mar 2013 21:06:06 +0100 From: Zahemszky =?ISO-8859-2?Q?G=E1bor?= <Gabor@Zahemszky.HU> To: freebsd-questions@freebsd.org Subject: How to mount enhanced-CD on 9.1R? Message-ID: <20130307210606.7a11c9d2@Picasso.Zahemszky.HU>
next in thread | raw e-mail | index | archive | help
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=misc/176262 Nye, Gábor -- #!/bin/ksh # # See my GPG key at http://www.Zahemszky.HU # Z='21N16I25C25E30, 40M30E33E25T15U!'; IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ '; set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break; [[ $i = ??? ]]&&j=$i&&i=${i%?}; typeset -i40 i=8#$i;print -n ${i#???}; [[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;}; IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2; [[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130307210606.7a11c9d2>
