Dell PowerEdge Virtual Media
Gary Palmer
gpalmer at freebsd.org
Thu Feb 18 21:54:17 UTC 2010
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
More information about the freebsd-stable
mailing list