Date: Thu, 18 Feb 2010 16:54:16 -0500 From: Gary Palmer <gpalmer@freebsd.org> To: Scott Mitchell <scott+lists.freebsd@fishballoon.org> Cc: Jeff Blank <jb000003@mr-happy.com>, freebsd-stable@freebsd.org Subject: Re: Dell PowerEdge Virtual Media Message-ID: <20100218215416.GB39863@in-addr.com> In-Reply-To: <201002182126.41632.scott%2Blists.freebsd@fishballoon.org> References: <20091208174145.GA14312@mr-happy.com> <201002182126.41632.scott%2Blists.freebsd@fishballoon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 18, 2010 at 09:26:41PM +0000, Scott Mitchell wrote: > So it appears to work if I force the starting sector to be zero. I see the > same result with an RHEL5 DVD image: > > (504) ~ $ sudo umount /mnt > (505) ~ $ sudo mount_cd9660 -v /dev/cd0 /mnt > using starting sector 512 > mount_cd9660: /dev/cd0: Invalid argument > (506) ~ $ sudo mount_cd9660 -s0 /dev/cd0 /mnt 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100218215416.GB39863>