Date: Thu, 18 Feb 2010 22:25:44 +0000 From: Scott Mitchell <scott+lists.freebsd@fishballoon.org> To: freebsd-stable@freebsd.org Cc: Jeff Blank <jb000003@mr-happy.com> Subject: Re: Dell PowerEdge Virtual Media Message-ID: <201002182225.44433.scott%2Blists.freebsd@fishballoon.org> In-Reply-To: <20100218215416.GB39863@in-addr.com> References: <20091208174145.GA14312@mr-happy.com> <201002182126.41632.scott%2Blists.freebsd@fishballoon.org> <20100218215416.GB39863@in-addr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 18 February 2010 21:54:16 Gary Palmer wrote: > Hi, > > I'm no expert at this code, but it might be interesting to see the > results of > > cdcontrol -v info > > The code in mount_cd9660 in 7.x reads the CD/DVD table of contents > to figure out where the data segment starts. The only thing I can > guess is that the TOC data is getting munged somehow. > > Regards, > > Gary Hi Gary, Good call! On the R710 (running 8.0) with the FreeBSD/amd64 8.0-R DVD image in the virtual drive: (501) ~ $ sudo cdcontrol -v info Password: Starting track = 1, ending track = 1, TOC size = 4608 bytes track start duration block length type ------------------------------------------------- 1 0:08.62 144:07.29 512 -662 data 0 0:00.00 - -150 - - On a different machine (running 6.4) with a real DVD burned from the same image in the drive: (501) ~ $ sudo cdcontrol -v info Password: Starting track = 1, ending track = 1, TOC size = 18 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 235:08.05 0 1058105 data 170 235:10.05 - 1058105 - - Something definitely not right there. I can try with the same DVD in the internal drive on the R710 tomorrow, just in case that makes any difference. Best regards, Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002182225.44433.scott%2Blists.freebsd>