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 _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"