Date: Thu, 22 Sep 2005 12:35:03 +1000 From: Robert Backhaus <robbak@gmail.com> To: Daniel O'Connor <doconnor@gsoft.com.au> Cc: freebsd-current@freebsd.org Subject: Re: Can't mount a mixed mode CD from acd Message-ID: <d44995805092119351211bfb0@mail.gmail.com> In-Reply-To: <200509221024.04321.doconnor@gsoft.com.au> References: <200509221024.04321.doconnor@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/22/05, Daniel O'Connor <doconnor@gsoft.com.au> wrote: > I have burnt a mixed mode audio/data CD (as 'CD Extra!'). I used k3b to m= ake > it and it has 34 tracks in the first session that are audio, and 1 data t= rack > in the second session. > > If I mount -t cd9660 /dev/acd0 /cdrom I get a panic.. > panic: wrong offset 427728896 for sectorsize 2352 > g_io_request() > g_vfs_strategy() > breadn() > bread() > cd9660_mount() > vfs_domount() > vfs_donmount() > kernel_mount() > cd9660_mount() > mount() > ... > > I presume because the medium sector size is inferred to be 2352 when look= ing > at the first session :( > > If I mount with cd0 it works OK, but I'd say that's because it just assum= ed a > 2k sector size. > > This is on a week old -current. On 6.0 it gives EINVAL and doesn't panic. > Shouldn't the session be available as /dev/acd0t33 ? Have you tried mounting that?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d44995805092119351211bfb0>